[SCM] fluidsynth/master: Rely on the autotools_dev helper to update config.{guess, sub} files before call the configure script.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 14 10:41:37 UTC 2010


The following commit has been merged in the master branch:
commit 09d0548d1d52241eb0032df1cf9dbf1159a11cd3
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 14 12:41:05 2010 +0200

    Rely on the autotools_dev helper to update config.{guess,sub} files before call the configure script.

diff --git a/debian/control b/debian/control
index 0ecfe4e..21449e1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  ladspa-sdk,
  automake,
  libtool,
- autotools-dev, 
+ autotools-dev (>= 20100122.1~),
  libasound2-dev,
  libpulse-dev,
  libglib2.0-dev (>= 2.6.5),
diff --git a/debian/rules b/debian/rules
index 18ccf70..7199351 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ EXTRA_CONFIGURE_ARGS += --disable-alsa-support
 endif
 
 %:
-	dh $@
+	dh $@ --with=autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list