[SCM] xvidcore/master: Support parallel builds.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue May 3 22:59:57 UTC 2011


The following commit has been merged in the master branch:
commit 7454c2a7428924c8f3ccf06cfbab5054ac1c0b6e
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue May 3 18:30:04 2011 -0400

    Support parallel builds.

diff --git a/debian/rules b/debian/rules
index 69e83fa..827e559 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CFLAGS = $(DEB_CFLAGS)
 
 %:
 	dh $@ --sourcedirectory=build/generic \
-		--with autotools_dev
+		--with autotools_dev --parallel
 
 override_dh_auto_build:
 	dh_auto_build -- info

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list