[SCM] serd/master: Enable parallel build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Oct 13 12:27:29 UTC 2015


The following commit has been merged in the master branch:
commit b56aa263fcf10d50ed61ad71f9c471f12691aed0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Oct 13 14:21:12 2015 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index 3a36a10..a41c651 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ CONFIGURE_EXTRA_FLAGS += --docs
 endif
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	$(WAF) configure \

-- 
serd packaging



More information about the pkg-multimedia-commits mailing list