Package: pork Version: 0.99.8.1-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 pork-0.99.8.1/debian/control pork-0.99.8.1.new/debian/control --- pork-0.99.8.1/debian/control 2008-03-29 22:26:20.000000000 -0400 +++ pork-0.99.8.1.new/debian/control 2008-03-29 22:36:23.000000000 -0400 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Benjamin Seidenberg <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libncurses5-dev, libperl-dev, dpatch, automake1.8 +Build-Depends: debhelper (>> 4.0.0), libncurses5-dev, libperl-dev, dpatch, automake, autoconf Standards-Version: 3.7.0 Package: pork diff -ruN pork-0.99.8.1/debian/rules pork-0.99.8.1.new/debian/rules --- pork-0.99.8.1/debian/rules 2008-03-29 22:26:20.000000000 -0400 +++ pork-0.99.8.1.new/debian/rules 2008-03-29 22:36:10.000000000 -0400 @@ -28,6 +28,8 @@ config.status: patch configure dh_testdir # Fix location of porkrc + aclocal + autoconf automake # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc