[SCM] ecasound/master: Fix DH's syntax, otherwise the python2 add-on will be skipped.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 13 15:54:58 UTC 2011


The following commit has been merged in the master branch:
commit facc3d35e669277e8d643eefba4f003d7b58c573
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 13 17:54:37 2011 +0200

    Fix DH's syntax, otherwise the python2 add-on will be skipped.

diff --git a/debian/rules b/debian/rules
index 6d0a2d1..938ae7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools-dev python2
+	dh $@ --with=autotools-dev,python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-pyecasound=python

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list