The following commit has been merged in the master branch:
commit fa19864fac663194ae404b3c1acfe31107e4d639
Author: Bradley Smith <[EMAIL PROTECTED]>
Date: Sat Jul 5 21:12:05 2008 +0100
Support parallel=N in DEB_BUILD_OPTIONS.
Signed-off-by: Bradley Smith <[EMAIL PROTECTED]>
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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits