Package: linuxlogo Followup-For: Bug #504717 There's been reported a solution to this, to comment/remove the line "-L debian" in /etc/linux_logo.conf file: https://bugs.launchpad.net/ubuntu/+source/linuxlogo/+bug/291958
I've taken the liberty to make a debdiff using that solution. Attached file: linuxlogo_5.04-1.1.debdiff -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u linuxlogo-5.04/debian/changelog linuxlogo-5.04/debian/changelog --- linuxlogo-5.04/debian/changelog +++ linuxlogo-5.04/debian/changelog @@ -1,3 +1,10 @@ +linuxlogo (5.04-1.1) unstable; urgency=low + + * NMU: Commented out the "-L debian" line in linux_logo.conf file + (Closes: #504717). + + -- Savvas Radevic <[email protected]> Thu, 25 Dec 2008 19:49:53 +0100 + linuxlogo (5.04-1) unstable; urgency=low * Replacing obsolete dh_clean -k with dh_prep. diff -u linuxlogo-5.04/debian/config/linux_logo.conf linuxlogo-5.04/debian/config/linux_logo.conf --- linuxlogo-5.04/debian/config/linux_logo.conf +++ linuxlogo-5.04/debian/config/linux_logo.conf @@ -1,4 +1,4 @@ --L debian +#-L debian # /etc/linux_logo.conf #

