[SCM] xbmc/master: Always enable parallel builds

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue May 27 13:55:07 UTC 2014


The following commit has been merged in the master branch:
commit f07e98f9ef3a12a14bd0ceb18ff6d0416f3f5dc5
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue May 27 20:31:56 2014 +0700

    Always enable parallel builds

diff --git a/debian/rules b/debian/rules
index 785e7a9..c5d98ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,15 +87,12 @@ XBMC_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
   $(XBMC_CONFIG_EXTRA_OPTIONS) \
   $(ENV_OPTIONS)
 
-# Use --parallel option only if debhelper supports it
-DH_PARALLEL_OPT=$(shell dh_testdir --parallel 2>/dev/null && echo "--parallel")
-
 # Used to show what config options are enabled
 show-xbmc-config-options:
 	$(info $(XBMC_CONFIG_OPTIONS))
 
 %:
-	dh $@ --with autoreconf --with python2 $(DH_PARALLEL_OPT)
+	dh $@ --with autoreconf --with python2 --parallel
 
 override_dh_clean:
 	dh_clean libtool xbmc/config.h xbmc/stamp-h1

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list