[SCM] libbluray/master: Use --parallel.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat Oct 1 21:22:54 UTC 2011


The following commit has been merged in the master branch:
commit e88de930592bae5e84acd6deeb9b212a5643969e
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Oct 1 17:21:43 2011 -0400

    Use --parallel.

diff --git a/debian/rules b/debian/rules
index 66c6372..552b59e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,10 +26,10 @@ CFLAGS=$(DEB_CFLAGS)
 
 ifneq (,$(findstring linux,$(DEB_BUILD_ARCH_OS)))
 %:
-	dh $@ --with javahelper
+	dh $@ --parallel --with javahelper
 else
 %:
-	dh $@
+	dh $@ --parallel
 endif
 
 override_dh_auto_configure:

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list