[SCM] ogmrip/master: Use dh $@ --with foo command line syntax
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Nov 19 00:44:16 UTC 2012
The following commit has been merged in the master branch:
commit 61de67cb862fb7e0d3f186415c54b444119f4086
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Nov 19 00:44:06 2012 +0000
Use dh $@ --with foo command line syntax
diff --git a/debian/rules b/debian/rules
index 251e56e..9b8c7e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with autoreconf $@
+ dh $@ --with autoreconf
override_dh_auto_install:
dh_auto_install
--
ogmrip packaging
More information about the pkg-multimedia-commits
mailing list