[SCM] lame/master: Support parallel builds.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue May 3 16:16:28 UTC 2011


The following commit has been merged in the master branch:
commit 3221d2fcc9166c51d229540d181b115df67b25da
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue May 3 10:17:43 2011 -0400

    Support parallel builds.

diff --git a/debian/rules b/debian/rules
index d656ced..97c1b67 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:
 	cp -v /usr/share/misc/config.guess .

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list