Package: dbmail Severity: wishlist Tags: patch The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTransition for more information on this transition.
The attached patch switches the automake build depend to automake1.4. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -ruN dbmail-1.2.11/debian/control dbmail-1.2.11.new/debian/control --- dbmail-1.2.11/debian/control 2006-07-31 23:50:24.000000000 -0400 +++ dbmail-1.2.11.new/debian/control 2006-07-31 23:54:13.000000000 -0400 @@ -2,7 +2,7 @@ Section: mail Priority: optional Maintainer: Paul J Stevens <[EMAIL PROTECTED]> -Build-Depends: automake, debhelper (>= 4.1.16), dpatch, postgresql-dev, libmysqlclient-dev | libmysqlclient10-dev, linuxdoc-tools, groff +Build-Depends: automake1.4, debhelper (>= 4.1.16), dpatch, postgresql-dev, libmysqlclient-dev | libmysqlclient10-dev, linuxdoc-tools, groff Standards-Version: 3.6.1 Package: dbmail-pgsql

