Package: par2cmdline Version: 0.4-9 Severity: wishlist Tags: patch Per http://lists.debian.org/debian-devel/2008/02/msg00408.html, I am seeking the removal of automake1.8 from Debian.
Attached is a patch to deal with this transition. If I receive no response in 2 to 3 weeks I plan on NMUing your package for this transition. Thanks in advance for your help. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (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/bash
diff -ruN par2cmdline-0.4/debian/control par2cmdline-0.4.new/debian/control --- par2cmdline-0.4/debian/control 2008-03-29 20:27:08.000000000 -0400 +++ par2cmdline-0.4.new/debian/control 2008-03-29 20:41:36.000000000 -0400 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Bart Martens <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 5), autotools-dev, automake1.8 +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, automake1.9 Standards-Version: 3.7.2 Package: par2 diff -ruN par2cmdline-0.4/debian/rules par2cmdline-0.4.new/debian/rules --- par2cmdline-0.4/debian/rules 2008-03-29 20:27:08.000000000 -0400 +++ par2cmdline-0.4.new/debian/rules 2008-03-29 20:41:21.000000000 -0400 @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_AUTO_UPDATE_AUTOMAKE := 1.8 +DEB_AUTO_UPDATE_AUTOMAKE := 1.9 CRUFT = Makefile.in aclocal.m4 configure config.h.in

