Package: grub2 Version: 1.95+20070507-1 Severity: wishlist Tags: patch In order to get rid of some old libraries, please switch to using liblzo2 instead of liblzo1. The source code of grub2 appears to be prepared for this, so all you need to do is switch the build dependency.
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-k7 (SMP w/2 CPU cores) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash
diff -u grub2-1.95+20070507/debian/control grub2-1.95+20070507/debian/control --- grub2-1.95+20070507/debian/control +++ grub2-1.95+20070507/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: GRUB Maintainers <[EMAIL PROTECTED]> Uploaders: Jason Thomas <[EMAIL PROTECTED]>, Otavio Salvador <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf, liblzo-dev, ruby, bison, dpkg-dev (>= 1.13.12), +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), patchutils (>= 0.2.25), autoconf, liblzo2-dev, ruby, bison, dpkg-dev (>= 1.13.12), unifont-bin, libc6-dev-i386 [amd64], libc0.1-dev-i386 [kfreebsd-amd64], libc6-dev-powerpc [ppc64], gcc-multilib [amd64 kfreebsd-amd64 ppc64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64 ppc64]

