[SCM] mp4v2/master: Use dh-autoreconf instead of autotools-dev
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sat Aug 30 20:25:11 UTC 2014
The following commit has been merged in the master branch:
commit a49cb71a5929557342706dbcf1f3a92724f56567
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sat Aug 30 22:13:50 2014 +0200
Use dh-autoreconf instead of autotools-dev
diff --git a/debian/control b/debian/control
index 020b869..332d2f5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
Alessio Treglia <alessio at debian.org>,
Matteo F. Vescovi <mfvescovi at gmail.com>
Build-Depends:
- autotools-dev,
debhelper (>= 9),
+ dh-autoreconf,
help2man
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/mp4v2/
diff --git a/debian/rules b/debian/rules
index 7b6dc9b..0e6131e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifeq ($(DEB_HOST_ARCH),armhf)
endif
%:
- dh $@ --parallel --with autotools_dev
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static=no $(confflags)
--
mp4v2 packaging
More information about the pkg-multimedia-commits
mailing list