[SCM] jack-rack/master: Replace DH's autotools_dev add-on with autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 29 09:33:23 UTC 2011


The following commit has been merged in the master branch:
commit 014b11c3bb0c9a4635dde2ce54e90c5f517cf758
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 29 11:12:46 2011 +0200

    Replace DH's autotools_dev add-on with autoreconf.

diff --git a/debian/control b/debian/control
index dd76aae..6b6fd34 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev (>= 20100122.1~),
+ dh-autoreconf,
  libasound2-dev,
  ladspa-sdk (>= 1.1),
  libjack-dev,
diff --git a/debian/rules b/debian/rules
index 818dc5e..4c98e56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf

-- 
jack-rack packaging



More information about the pkg-multimedia-commits mailing list