[SCM] gwc/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 16 11:43:07 UTC 2011


The following commit has been merged in the master branch:
commit 56cc535468ff0eae5295583ad4c587e26833c752
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 16 13:37:27 2011 +0200

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index e760eba..7d9a0ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ configure_flags := \
 	--disable-mp3
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(configure_flags)

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list