[SCM] libdvdread/master: Build with dh-autoreconf instead of autotools-dev for new libtool.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sun Jan 5 18:01:29 UTC 2014


The following commit has been merged in the master branch:
commit 2dc571747871ab64eaca1d3cf66dafd914f2cdeb
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Jan 5 16:47:13 2014 +0100

    Build with dh-autoreconf instead of autotools-dev for new libtool.

diff --git a/debian/control b/debian/control
index d9ae730..7b16f59 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Reinhard Tartler <siretart at tauware.de>,
            Benjamin Drung <bdrung at debian.org>,
            Matteo F. Vescovi <mfvescovi at gmail.com>
-Build-Depends: autotools-dev, debhelper (>= 9)
+Build-Depends: debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://github.com/microe/libdvdread
 
diff --git a/debian/rules b/debian/rules
index e801e9c..dac080d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DEB_HOST_MULTIARCH	?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh ${@} --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_clean:
 	[ ! -f config.mak ] || $(MAKE) distclean

-- 
libdvdread packaging



More information about the pkg-multimedia-commits mailing list