Description: Use Debian's Wheezy artwork.
 This is in an effort to fix bug number #681426. Thanks to 
 Frank Chung <chungf@gmail.com> for the fixes.
Bug: 681426
Origin: vendor
Author: Frank Chung <chungf@gmail.com>
Reviewed-By: Paul Tagliamonte <paultag@debian.org>
Bug-Debian: http://bugs.debian.org/681426

--- 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
--- 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/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
