[SCM] amsynth/master: Switch from autotools_dev to dh_autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 9 19:20:22 UTC 2012


The following commit has been merged in the master branch:
commit 94cc9f2c03a79a3e935867f4d6d25780c7b17efd
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 20:19:37 2012 +0100

    Switch from autotools_dev to dh_autoreconf.

diff --git a/debian/control b/debian/control
index f4f949b..91f838e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
  Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends:
- autotools-dev (>= 20100122.1~),
  debhelper (>= 7.0.50~),
+ dh-autoreconf,
  libasound2-dev [linux-any],
  libgtkmm-2.4-dev,
  libjack-dev,
diff --git a/debian/rules b/debian/rules
index d90daa6..87eb09c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-pic

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list