[SCM] jackeq/master.stable: Adopt 'dh $@ --with foo'-style for compatibility with debhelper 8.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 2 19:59:37 UTC 2010
The following commit has been merged in the master.stable branch:
commit 03553a9fad51fa1ac2fd6113635ff82244349751
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 2 20:53:12 2010 +0100
Adopt 'dh $@ --with foo'-style for compatibility with debhelper 8.
diff --git a/debian/rules b/debian/rules
index f571e75..dcf6189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh --with autotools_dev $@
+ dh $@ --with autotools_dev
--
jackeq packaging
More information about the pkg-multimedia-commits
mailing list