Package: fluidsynth 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 fluidsynth-1.0.6/debian/control fluidsynth-1.0.6.new/debian/control --- fluidsynth-1.0.6/debian/control 2006-08-01 00:22:55.000000000 -0400 +++ fluidsynth-1.0.6.new/debian/control 2006-08-01 00:38:55.000000000 -0400 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libreadline5-dev | libreadline-dev, libjack0.100.0-dev | libjack-dev, ladcca-dev, ladspa-sdk, automake, libtool, autotools-dev, libasound2-dev +Build-Depends: debhelper (>> 3.0.0), libreadline5-dev | libreadline-dev, libjack0.100.0-dev | libjack-dev, ladcca-dev, ladspa-sdk, automake1.4, libtool, autotools-dev, libasound2-dev Standards-Version: 3.6.2 Package: fluidsynth

