[SCM] ogmrip/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Nov 19 01:53:57 UTC 2012


The following commit has been merged in the master branch:
commit 4d3bbd31ad3c9d42e38fc7f5dff0a20cfd941266
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Nov 19 01:53:50 2012 +0000

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 9b8c7e8..ee4fac9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

-- 
ogmrip packaging



More information about the pkg-multimedia-commits mailing list