[SCM] libopenmpt/master: Use dh_autoreconf --as-needed

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Nov 9 15:58:11 UTC 2016


The following commit has been merged in the master branch:
commit 3250e0acb1fa9596d4d12ee6b75d2423994dc729
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Nov 9 15:35:31 2016 +0000

    Use dh_autoreconf --as-needed

diff --git a/debian/rules b/debian/rules
index 8daca0a..ee5a16f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 build:
 	dh $@
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --without-ltdl
 

-- 
libopenmpt packaging



More information about the pkg-multimedia-commits mailing list