[SCM] libmpc/master: Drop all DEB_AUTO_UPDATE_* stuff and use dh-autoreconf exclusively

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Aug 31 20:32:19 UTC 2016


The following commit has been merged in the master branch:
commit 1aca53c0f3b05748f103f95bced5f13ccad07e7c
Author: James Cowgill <jcowgill at debian.org>
Date:   Tue Aug 30 22:40:59 2016 +0100

    Drop all DEB_AUTO_UPDATE_* stuff and use dh-autoreconf exclusively
    
    Closes: #816529

diff --git a/debian/rules b/debian/rules
index 7f06118..6218452 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,6 @@ include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
-DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
-DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
-DEB_AUTO_UPDATE_AUTOHEADER = $(shell dpkg -s autoheader | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
-
 common-binary-post-install-arch:: list-missing
 
 DEB_DH_MAKESHLIBS_ARGS_libmpcdec6 := -V 'libmpcdec6 (>= 1:0.1~r435)'

-- 
libmpc packaging



More information about the pkg-multimedia-commits mailing list