[SCM] faac/master: Fix dh invocation in debian/rules.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Feb 6 12:51:48 UTC 2012


The following commit has been merged in the master branch:
commit a9cfd1cc6ea0f1c5dd9565c38d125780ae9f8b01
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon Feb 6 13:45:59 2012 +0100

    Fix dh invocation in debian/rules.

diff --git a/debian/rules b/debian/rules
index 4ec3942..dd9063b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with=autoreconf $@
+	dh $@ --with autoreconf

-- 
faac packaging



More information about the pkg-multimedia-commits mailing list