[SCM] swami/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 12 20:31:36 UTC 2012


The following commit has been merged in the master branch:
commit 587dfc66f4173c4cce8322d223a159b97f25f284
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 12 21:31:25 2012 +0100

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 121fe06..a59c02c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ -Scmake
+	dh $@ --parallel -Scmake
 
 override_dh_strip:
 	dh_strip --dbg-package=swami-dbg

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list