[SCM] xjadeo/master: Replace autootools-dev with dh-autoreconf and pass --as-needed to autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 18 08:54:28 UTC 2012


The following commit has been merged in the master branch:
commit 9afd0c56eb641149ee7b41e0ce3d0745a4ef9f2d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 18 10:54:07 2012 +0200

    Replace autootools-dev with dh-autoreconf and pass --as-needed to autoreconf.

diff --git a/debian/control b/debian/control
index 36c012a..f8dbb2f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
  Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
- autotools-dev (>= 20100122.1~),
  debhelper (>= 7.0.50~),
+ dh-autoreconf,
  libasound2-dev [linux-any],
  libavcodec-dev,
  libavformat-dev,
diff --git a/debian/rules b/debian/rules
index 613f697..5c6480a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,10 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autoreconf
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
xjadeo packaging



More information about the pkg-multimedia-commits mailing list