The following commit has been merged in the master branch:
commit 8048268d0e49dc552ba849d15782681383ea3949
Author: Simon McVittie <[email protected]>
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 <[email protected]>  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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to