[SCM] ecasound/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 13 15:55:25 UTC 2011


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

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 938ae7b..0c6dd51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with=autotools-dev,python2
+	dh $@ --parallel --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