[SCM] meterbridge/master: Replace autotools_dev with dh-autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Dec 4 11:11:01 UTC 2010


The following commit has been merged in the master branch:
commit 8ca834815354028f28ba7c17e7be8cf522b13a6c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Dec 4 12:10:48 2010 +0100

    Replace autotools_dev with dh-autoreconf.

diff --git a/debian/control b/debian/control
index c593f16..23decf3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev (>= 20100122.1~),
+ dh-autoreconf,
  libsdl-dev,
  libjack-dev,
  libsdl-image1.2-dev
diff --git a/debian/rules b/debian/rules
index c5abf12..0a09342 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

-- 
meterbridge packaging



More information about the pkg-multimedia-commits mailing list