The following commit has been merged in the master branch:
commit db8a76afcded496ef726196d2b878309beb7f08d
Author: Bruno Kleinert <[email protected]>
Date: Fri Mar 25 18:17:16 2011 +0100
Remove the parallel=N magic from debian/rules
debhlper 8 does this automagically for us
diff --git a/debian/changelog b/debian/changelog
index 11b70f1..ae0bbc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openarena (0.8.5-9) unstable; urgency=low
+
+ [ Bruno "Fuddl" Kleinert ]
+ * As the package uses debhelper (>= 8) the parallel=N stuff can be removed
+ from debian/rules
+
+ -- Bruno "Fuddl" Kleinert <[email protected]> Fri, 25 Mar 2011 18:15:00 +0100
+
openarena (0.8.5-8) unstable; urgency=low
* Team upload
diff --git a/debian/rules b/debian/rules
index 362ff14..c09f623 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- NUMJOBS = $(patsubst parallel=%,%,$(filter
parallel=%,$(DEB_BUILD_OPTIONS)))
- MAKEFLAGS += -j$(NUMJOBS)
-endif
-
Q3ARCH := $(shell /usr/share/ioquake3/q3arch arch HOST)
Q3PLATFORM := $(shell /usr/share/ioquake3/q3arch platform HOST)
Q3COMPILE_ARCH := $(shell /usr/share/ioquake3/q3arch arch BUILD)
--
Packaging for the OpenArena engine
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits