Package: gmp Version: 4.2.2+dfsg-2 Severity: wishlist 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 gmp-4.2.2+dfsg/debian/control gmp-4.2.2+dfsg.new/debian/control --- gmp-4.2.2+dfsg/debian/control 2008-03-29 17:22:02.000000000 -0400 +++ gmp-4.2.2+dfsg.new/debian/control 2008-03-29 17:24:00.000000000 -0400 @@ -1,7 +1,7 @@ Source: gmp Section: libs Priority: optional -Build-Depends: m4, debhelper (>= 5), cdbs, automake1.8, autoconf, libtool +Build-Depends: m4, debhelper (>= 5), cdbs, automake1.9, autoconf, libtool Maintainer: Steve M. Robbins <[EMAIL PROTECTED]> Uploaders: Philipp Matthias Hahn <[EMAIL PROTECTED]> Standards-Version: 3.7.2 diff -ruN gmp-4.2.2+dfsg/debian/rules gmp-4.2.2+dfsg.new/debian/rules --- gmp-4.2.2+dfsg/debian/rules 2008-03-29 17:23:00.000000000 -0400 +++ gmp-4.2.2+dfsg.new/debian/rules 2008-03-29 17:24:06.000000000 -0400 @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_AUTO_UPDATE_AUTOCONF = 2.61 -DEB_AUTO_UPDATE_AUTOMAKE = 1.8 +DEB_AUTO_UPDATE_AUTOMAKE = 1.9 DEB_CONFIGURE_EXTRA_FLAGS += --enable-cxx --enable-mpbsd