[SCM] zynjacku/master: Introduce dh-autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 9 23:15:32 UTC 2011


The following commit has been merged in the master branch:
commit c407b2b79cd50c5aa5cfa4c6ec1e68ceeacf57bf
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 10 00:12:50 2011 +0100

    Introduce dh-autoreconf.

diff --git a/debian/control b/debian/control
index 2508141..f8868f7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ dh-autoreconf,
  autotools-dev (>= 20100122.1~),
  python-all-dev (>= 2.6.6-3),
  pkg-config,
diff --git a/debian/rules b/debian/rules
index fc550a5..21f2c1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev,python2
+	dh $@ --with autoreconf,python2
 
 override_dh_install:
 	dh_install

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list