[SCM] liblivemedia/master: Build in parallel.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Dec 18 01:34:30 UTC 2012


The following commit has been merged in the master branch:
commit 873c69bd7274a3314fc2ad20928466c6b65dc749
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Dec 18 01:01:44 2012 +0100

    Build in parallel.

diff --git a/debian/rules b/debian/rules
index 1e7d98b..9b9f453 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ debian/upstream.changelog:
 	wget http://live555.com/liveMedia/public/changelog.txt -O $@
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_clean:
 	[ ! -f Makefile ] || $(MAKE) clean

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list