[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-11-g336b60e

Axel Beckert abe at deuxchevaux.org
Sat Jan 5 04:04:14 UTC 2013


The following commit has been merged in the debian branch:
commit b4bab2883b76959726c6c6098f5eeeb611086438
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 03:15:53 2013 +0100

    Allow parallel builds

diff --git a/debian/rules b/debian/rules
index edad3d0..05a883f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,21 +50,21 @@ ifeq (zsh-beta,$(package))
 endif
 
 build-arch: build-stamp
-	dh_auto_build -B obj
-	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj
+	dh_auto_build -B obj --parallel
+	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel
 
 	touch build-arch
 
 build-indep: build-stamp
 ifeq (zsh,$(package))
-	dh_auto_build -B obj -- pdf
+	dh_auto_build -B obj --parallel -- pdf
 endif
 
 	touch build-indep
 
 build-static: stamp-configure-static
 	dh_testdir
-	dh_auto_build -B obj-static
+	dh_auto_build -B obj-static --parallel
 
 	touch build-static
 
@@ -101,10 +101,10 @@ ifeq (zsh-beta,$(package))
 	test ! -f Config/version.mk.orig || mv Config/version.mk.orig Config/version.mk
 endif
 	rm -f build build-static
-	dh_auto_clean -B obj
-	dh_auto_clean -B obj-static
+	dh_auto_clean -B obj --parallel
+	dh_auto_clean -B obj-static --parallel
 ifneq (zsh-beta,$(package))
-	dh_auto_clean
+	dh_auto_clean --parallel
 endif
 	dh_clean
 	rm -rf config.cache obj obj-static autom4te.cache

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list