[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. 28165f47675c144b846786b0435aa7f9b3396209

Marco Amadori marco.amadori at gmail.com
Tue Oct 27 16:01:29 UTC 2009


The following commit has been merged in the master branch:
commit ee439c1fac0795343d5cb6563267d5231866c115
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Tue Oct 27 12:29:24 2009 +0100

    Enable multijob builds.

diff --git a/debian/rules b/debian/rules
index 73ad1a5..9c3f7b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,23 +10,24 @@
 #export DH_VERBOSE=1
 
 PROGDIR := $(CURDIR)/debian/springlobby
+export DEB_BUILD_OPTIONS=parallel=8
 
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/games --localedir=/usr/share/locale
 
 override_dh_auto_build:
-	dh_auto_build
+	+dh_auto_build
 	$(MAKE) -C debian/manpages
 
 override_dh_auto_install:
-	dh_auto_install
+	+dh_auto_install
 	cd $(PROGDIR)/usr/share/doc/springlobby && \
 	rm COPYING INSTALL AUTHORS && \
 	gzip -9 ChangeLog README THANKS
 
 override_dh_auto_clean:
-	dh_auto_clean
+	+dh_auto_clean
 	$(MAKE) -C debian/manpages clean
 
 %:
-	dh --with quilt $@
+	+dh --with quilt $@

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list