Package: codebreaker 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.
Your orig.tar.gz has symlinks to files distributed in the automake1.4 package. This is very undesirable since it makes it difficult to upgrade to newer versions of automake. Please suggest to upstream to ship the files and not the links. The attached patch just updates 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 codebreaker-1.2.1/debian/control codebreaker-1.2.1.new/debian/control --- codebreaker-1.2.1/debian/control 2006-07-31 22:17:05.000000000 -0400 +++ codebreaker-1.2.1.new/debian/control 2006-07-31 22:20:07.000000000 -0400 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Camm Maguire <[EMAIL PROTECTED]> Standards-Version: 3.2.1.0 -Build-Depends: debhelper,automake,autoconf,libgtk1.2-dev,texinfo +Build-Depends: debhelper,automake1.4,autoconf,libgtk1.2-dev,texinfo Package: codebreaker Architecture: any

