Package: black-box 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 package appears to work with the latest automake1.9 package. Attached is a patch to update the build-dependency. -- 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 -u black-box-1.4.6/debian/changelog black-box-1.4.6/debian/changelog --- black-box-1.4.6/debian/changelog +++ black-box-1.4.6/debian/changelog @@ -1,3 +1,10 @@ +black-box (1.4.6-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Build with automake1.9 + + -- James Westby <[EMAIL PROTECTED]> Fri, 23 Jun 2006 17:57:14 +0100 + black-box (1.4.6-2) unstable; urgency=low * libpng3-dev was missing again somehow, readded it diff -u black-box-1.4.6/debian/rules black-box-1.4.6/debian/rules --- black-box-1.4.6/debian/rules +++ black-box-1.4.6/debian/rules @@ -12,6 +12,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. + aclocal automake autoconf ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games diff -u black-box-1.4.6/debian/control black-box-1.4.6/debian/control --- black-box-1.4.6/debian/control +++ black-box-1.4.6/debian/control @@ -3,7 +3,7 @@ Section: games Maintainer: Karl Bartel <[EMAIL PROTECTED]> Standards-Version: 3.5.9 -Build-Depends: debhelper, automake, autoconf, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libpng3-dev +Build-Depends: debhelper, automake1.9, autoconf, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libpng3-dev Package: black-box Architecture: any