[SCM] libmkv/master: Support parallel builds.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat May 12 18:22:03 UTC 2012


The following commit has been merged in the master branch:
commit 092cd0e47d624e8a7c246268359b1c3621810448
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat May 12 13:44:57 2012 -0400

    Support parallel builds.

diff --git a/debian/rules b/debian/rules
index db5c7e0..fcad8c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_autoreconf:
 	rm -rf config m4

-- 
libmkv packaging



More information about the pkg-multimedia-commits mailing list