Package: gnome-lokkit 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 changes 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 gnome-lokkit-0.50.22/debian/control gnome-lokkit-0.50.22.new/debian/control --- gnome-lokkit-0.50.22/debian/control 2006-08-01 00:57:32.000000000 -0400 +++ gnome-lokkit-0.50.22.new/debian/control 2006-08-01 01:04:45.000000000 -0400 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Chris Lawrence <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4), libnewt-dev (>> 0.52), libpopt-dev, libgnome-dev, automake, docbook-utils, libtool, gettext (>= 0.11.5-1), cvs +Build-Depends: debhelper (>> 4), libnewt-dev (>> 0.52), libpopt-dev, libgnome-dev, automake1.4, docbook-utils, libtool, gettext (>= 0.11.5-1), cvs Standards-Version: 3.6.2 Package: lokkit

