Package: isdnutils Version: 1:3.9.20060704-3.1 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 isdnutils-3.9.20060704/debian/control isdnutils-3.9.20060704.new/debian/control --- isdnutils-3.9.20060704/debian/control 2008-03-29 17:32:32.000000000 -0400 +++ isdnutils-3.9.20060704.new/debian/control 2008-04-03 00:44:37.000000000 -0400 @@ -4,7 +4,7 @@ Maintainer: Paul Slootman <[EMAIL PROTECTED]> Uploaders: Paul Slootman <[EMAIL PROTECTED]>, Matthias Klose <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>=4.1.16), bzip2, libncurses5-dev | libncurses-dev, xutils | imake, tcl8.3-dev, linuxdoc-tools (>=0.9.20), groff, libtool, libxaw7-dev, libreadline5-dev | libreadline-dev, libpcap0.8-dev, autotools-dev, automake1.4, automake1.7, automake1.8, autoconf2.13, autoconf, libssl-dev, psutils, lsb-release, po-debconf +Build-Depends: debhelper (>=4.1.16), bzip2, libncurses5-dev | libncurses-dev, xutils | imake, tcl8.3-dev, linuxdoc-tools (>=0.9.20), groff, libtool, libxaw7-dev, libreadline5-dev | libreadline-dev, libpcap0.8-dev, autotools-dev, automake1.4, automake1.7, automake1.9, autoconf2.13, autoconf, libssl-dev, psutils, lsb-release, po-debconf Package: isdnutils Priority: optional diff -ruN isdnutils-3.9.20060704/debian/rules isdnutils-3.9.20060704.new/debian/rules --- isdnutils-3.9.20060704/debian/rules 2008-03-29 17:32:32.000000000 -0400 +++ isdnutils-3.9.20060704.new/debian/rules 2008-04-03 00:44:05.000000000 -0400 @@ -33,8 +33,8 @@ for d in capi20; do \ echo "Regenerating autotools files in $$d ..."; \ cd $$d; \ - echo " aclocal-1.8"; aclocal-1.8; \ - echo " automake-1.8"; automake-1.8 --add-missing; \ + echo " aclocal-1.9"; aclocal-1.9; \ + echo " automake-1.9"; automake-1.9 --add-missing; \ cd ..; \ done