tags 681426 + pending thanks Dear maintainer,
I've prepared an NMU for syslinux-themes-debian (versioned as 11-1.1) which fixes this bug. I would be glad if someone with upload rights could review and either upload or tell me what's wrong with my proposed fix. Cheers, Mika diff -Nru syslinux-themes-debian-11/debian/changelog syslinux-themes-debian-11/debian/changelog --- syslinux-themes-debian-11/debian/changelog 2012-06-30 14:39:50.000000000 +0200 +++ syslinux-themes-debian-11/debian/changelog 2012-09-15 22:36:22.000000000 +0200 @@ -1,3 +1,12 @@ +syslinux-themes-debian (11-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix paths to extlinux themes, allowing systems using extlinux to boot again. + (Closes: #681426) + Thanks to Frank Chung for the patches. + + -- Mika Pflüger <deb...@mikapflueger.de> Sat, 15 Sep 2012 22:32:45 +0200 + syslinux-themes-debian (11-1) unstable; urgency=low * Using compression level 9 also for binary packages. diff -Nru syslinux-themes-debian-11/debian/patches/fix-extlinux-cfg-wheezy-paths syslinux-themes-debian-11/debian/patches/fix-extlinux-cfg-wheezy-paths --- syslinux-themes-debian-11/debian/patches/fix-extlinux-cfg-wheezy-paths 1970-01-01 01:00:00.000000000 +0100 +++ syslinux-themes-debian-11/debian/patches/fix-extlinux-cfg-wheezy-paths 2012-09-15 22:42:46.000000000 +0200 @@ -0,0 +1,62 @@ +Description: Fix paths for themes in extlinux configuration +Author: Frank Chung <chu...@gmail.com> +Reviewed-By: Mika Pflüger <deb...@mikapflueger.de> +Bug-Debian: http://bugs.debian.org/681426 + +--- syslinux-themes-debian-11.orig/themes/debian-wheezy/extlinux/other.cfg ++++ syslinux-themes-debian-11/themes/debian-wheezy/extlinux/other.cfg +@@ -1,13 +1,13 @@ + label hdt + menu label ^Hardware Detection Tool (HDT) +- kernel themes/debian-squeeze/hdt.c32 ++ kernel themes/debian-wheezy/hdt.c32 + text help + HDT displays low-level information about the systems hardware. + endtext + + label memtest + menu label ^Memory Failure Detection (memtest86+) +- linux themes/debian-squeeze/memtest.bin ++ linux themes/debian-wheezy/memtest.bin + text help + memtest86+ detects memory hardware failures. + endtext +--- syslinux-themes-debian-11.orig/themes/debian-wheezy/extlinux/stdmenu.cfg ++++ syslinux-themes-debian-11/themes/debian-wheezy/extlinux/stdmenu.cfg +@@ -1,4 +1,4 @@ +-menu background themes/debian-squeeze/splash.png ++menu background themes/debian-wheezy/splash.png + menu color title * #FFFFFFFF * + menu color border * #00000000 #00000000 none + menu color sel * #ffffffff #76a1d0ff * +--- syslinux-themes-debian-11.orig/themes/debian-wheezy/extlinux/theme.cfg ++++ syslinux-themes-debian-11/themes/debian-wheezy/extlinux/theme.cfg +@@ -1,4 +1,4 @@ +-include themes/debian-squeeze/menu.cfg +-default themes/debian-squeeze/vesamenu.c32 ++include themes/debian-wheezy/menu.cfg ++default themes/debian-wheezy/vesamenu.c32 + prompt 0 + timeout 50 +--- syslinux-themes-debian-11.orig/themes/debian-wheezy/extlinux/menu.cfg ++++ syslinux-themes-debian-11/themes/debian-wheezy/extlinux/menu.cfg +@@ -2,16 +2,16 @@ menu hshift 0 + menu width 82 + + menu title Boot menu +-include themes/debian-squeeze/stdmenu.cfg ++include themes/debian-wheezy/stdmenu.cfg + include linux.cfg + include memdisk.cfg + include os-prober.cfg + menu separator + menu begin other + menu title Other options +- include themes/debian-squeeze/stdmenu.cfg ++ include themes/debian-wheezy/stdmenu.cfg + label mainmenu + menu label ^Back.. + menu exit +- include themes/debian-squeeze/other.cfg ++ include themes/debian-wheezy/other.cfg + menu end diff -Nru syslinux-themes-debian-11/debian/patches/series syslinux-themes-debian-11/debian/patches/series --- syslinux-themes-debian-11/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ syslinux-themes-debian-11/debian/patches/series 2012-09-15 22:39:10.000000000 +0200 @@ -0,0 +1 @@ +fix-extlinux-cfg-wheezy-paths -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org