[SCM] Packaging for briquolo branch, master, updated. debian/0.5.7-1-6-g7a1eda5

Bradley Smith brad at brad-smith.co.uk
Sat Jul 5 20:59:38 UTC 2008


The following commit has been merged in the master branch:
commit fa19864fac663194ae404b3c1acfe31107e4d639
Author: Bradley Smith <brad at brad-smith.co.uk>
Date:   Sat Jul 5 21:12:05 2008 +0100

    Support parallel=N in DEB_BUILD_OPTIONS.
    
    Signed-off-by: Bradley Smith <brad at brad-smith.co.uk>

diff --git a/debian/rules b/debian/rules
index 4941a47..5afe6ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,11 @@ else
 	CFLAGS += -O2
 endif
 
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	MAKEFLAGS += -j$(NUMJOBS)
+endif
+
 config.status: $(QUILT_STAMPFN) configure
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure \

-- 
Packaging for briquolo



More information about the Pkg-games-commits mailing list