[SCM] libdvdnav/master: Build with dh-autoreconf instead of autotools-dev

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Jan 11 23:45:25 UTC 2014


The following commit has been merged in the master branch:
commit 24da59e62288609cdd04e898f9bcc9d2d8605496
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 11 18:12:02 2014 +0100

    Build with dh-autoreconf instead of autotools-dev

diff --git a/debian/control b/debian/control
index faed1ba..6135075 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), doxygen, libdvdread-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, libdvdread-dev
 Standards-Version: 3.9.4
 Homepage: http://dvdnav.mplayerhq.hu/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdvdnav.git
diff --git a/debian/rules b/debian/rules
index 7a1397c..3655ace 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,10 @@ 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
+	[ ! -f configure ] || dh_auto_clean
 
 	rm -rf doc/html doc/latex
 

-- 
libdvdnav packaging



More information about the pkg-multimedia-commits mailing list