[SCM] gpac/master: Support parallel building.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:12:55 UTC 2011


The following commit has been merged in the master branch:
commit 61003a5482c5a5f91722be7c9da01eca8c353bc0
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Apr 30 21:56:59 2011 -0400

    Support parallel building.

diff --git a/debian/rules b/debian/rules
index d3108be..9bf4710 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@ --with quilt --parallel
 
 override_dh_auto_configure:
 	chmod 755 configure

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list