[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.5-10-24-gf20573a

Simon McVittie smcv at debian.org
Sat Mar 31 23:18:51 UTC 2012


The following commit has been merged in the master branch:
commit 8048268d0e49dc552ba849d15782681383ea3949
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Mar 31 22:15:19 2012 +0100

    Use dh_auto_build to get parallel builds

diff --git a/debian/changelog b/debian/changelog
index f699215..ccb6100 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ openarena (0.8.8-2) UNRELEASED; urgency=low
 
   * Merge from experimental
   * Depend on today's ioquake3 upload, for sv_dorestart
+  * Use dh_auto_build to get parallel builds
 
  -- Simon McVittie <smcv at debian.org>  Sat, 31 Mar 2012 18:04:07 +0100
 
diff --git a/debian/rules b/debian/rules
index d6e46ae..1b8f939 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,11 +51,11 @@ GAME_081_OPTIONS = \
 	OPENARENA_081_COMPATIBLE=1
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
-	$(MAKE) $(GAME_OPTIONS) $(TARGET)
-	$(MAKE) $(GAME_081_OPTIONS) $(TARGET)
+	dh_auto_build -- $(GAME_OPTIONS) $(TARGET)
+	dh_auto_build -- $(GAME_081_OPTIONS) $(TARGET)
 	sed \
 		-e 's!@IOQ3BINARY@!ioquake3!' \
 		-e 's!@IOQ3SELF@!openarena!' \

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list