[SCM] easytag/master: Use dh --with foo syntax in debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 11 16:42:01 UTC 2013


The following commit has been merged in the master branch:
commit f23525c0352e49ac12e17d1b7c837222fcd8fee4
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 11 17:01:45 2013 +0100

    Use dh --with foo syntax in debian/rules.

diff --git a/debian/rules b/debian/rules
index 67b6216..cd22480 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS += -Wl,--as-needed
 
 %:
-	dh --with=autoreconf $@
+	dh $@ --with=autoreconf
 
 override_dh_autoreconf:
 	mkdir -p m4

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list