Package: grub-pc Severity: wishlist Attaching a patch that will allow debian/default/grub to use LSB support. This will allow derivative distros to more directly use this package (without negatively affecting the debian distro)
-- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-backports'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-8-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash --- Mario Limonciello Dell | Linux Engineering Desk : (512) 723-0582 [EMAIL PROTECTED]
diff -u grub2-1.96+20080203/debian/changelog grub2-1.96+20080203/debian/changelog --- grub2-1.96+20080203/debian/changelog +++ grub2-1.96+20080203/debian/changelog @@ -1,3 +1,12 @@ +grub2 (1.96+20080203-2) UNRELEASED; urgency=low + + [ Mario Limonciello ] + * debian/default/grub: + - Use lsb_release to determine distro rather than assuming + Debian. + + -- Mario Limonciello <[EMAIL PROTECTED]> Mon, 18 Feb 2008 15:42:15 -0600 + grub2 (1.96+20080203-1) unstable; urgency=low * New CVS snapshot (and release, but we skipped that ;-)) diff -u grub2-1.96+20080203/debian/default/grub grub2-1.96+20080203/debian/default/grub --- grub2-1.96+20080203/debian/default/grub +++ grub2-1.96+20080203/debian/default/grub @@ -5 +5 @@ -GRUB_DISTRIBUTOR=Debian +GRUB_DISTRIBUTOR=`lsb_release -i -s`
signature.asc
Description: This is a digitally signed message part