[SCM] advanced 3D real time strategy game engine branch, master, updated. upstream/0.80.5.1-16-g2d27811

Marco Amadori marco.amadori at gmail.com
Tue Oct 27 10:19:16 UTC 2009


The following commit has been merged in the master branch:
commit 2d27811afba33eaefb183513646cc47a20ad5594
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Tue Oct 27 09:36:01 2009 +0100

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 4d66b87..8e82936 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,16 +4,17 @@
 #export DH_VERBOSE=1
 
 TMPINSTDIR := $(CURDIR)/debian/tmp
+export DEB_BUILD_OPTIONS := parallel=8
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DBINDIR=/usr/games -DLIBDIR=/usr/lib/spring -DAI_DATADIR=/usr/lib/spring -DCMAKE_BUILD_TYPE=RELEASE
 
 override_dh_auto_build:
-	dh_auto_build
+	+dh_auto_build
 	$(MAKE) -C debian/manpages
 
 override_dh_auto_install:
-	dh_auto_install
+	+dh_auto_install
 	
 	# Configure spring to use ~/.spring as user data directory.
 	mkdir -p $(TMPINSTDIR)/etc/spring
@@ -26,13 +27,13 @@ override_dh_auto_install:
 	ln -s /usr/share/fonts/truetype/freefont/FreeSansBold.ttf $(TMPINSTDIR)/usr/share/games/spring/fonts
 
 override_dh_installchangelogs:
-	dh_installchangelogs Documentation/changelog.txt
+	+dh_installchangelogs Documentation/changelog.txt
 
 override_dh_auto_clean:
-	dh_auto_clean
+	+dh_auto_clean
 	$(MAKE) -C debian/manpages clean
 
 %:
-	dh --with quilt $@
+	+dh --with quilt $@
 
 

-- 
advanced 3D real time strategy game engine



More information about the Pkg-games-commits mailing list