[SCM] mixxx/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 23:02:25 UTC 2011


The following commit has been merged in the master branch:
commit d723eeb56d46a850465a5f8dc17366d0f7fec257
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 9 01:02:19 2011 +0200

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index ac54654..0696963 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ SCONS_OPTS = install_root=$(CURDIR)/debian/tmp/usr qtdir=/usr/share/qt4 prefix=/
 SCONS_OPTS += machine=$(DEB_HOST_ARCH)
 
 %:
-	dh $@ --with scour
+	dh $@ --parallel --with scour
 
 override_dh_auto_build:
 	# create icons

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list