[SCM] mhwaveedit/master: debian/rules: Use 'dh $@ --with foo' syntax for compatibility with DH8.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 08:16:54 UTC 2011


The following commit has been merged in the master branch:
commit befa0e7f28bf8f6958bf5e029733b380e38e9793
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 8 10:15:42 2011 +0200

    debian/rules: Use 'dh $@ --with foo' syntax for compatibility with DH8.

diff --git a/debian/rules b/debian/rules
index bd3bf98..4121f37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
mhWaveEdit packaging



More information about the pkg-multimedia-commits mailing list