[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.80-1-3-gc4bee37

Jan Dittberner jandd at debian.org
Fri May 28 23:40:45 UTC 2010


The following commit has been merged in the master branch:
commit c4bee378c03b6e42d8ea9978d8872155a5ef8613
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat May 29 01:32:58 2010 +0200

    fail early on unsupported architectures

diff --git a/debian/rules b/debian/rules
index 02bc4ce..86e6491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,6 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_auto_configure:
-	# fail to build on architectures other than amd64 and i386
-	dpkg-architecture -eamd64 || dpkg-architecture -ei386
 	dh_auto_configure -- -DOPTION_TORRENT_SYSTEM=OFF -DSPRINGLOBBY_REV:STRING=$(SLVERSION) -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
 
 override_dh_auto_build:
@@ -53,4 +51,6 @@ clean:
 	rm -f .gitattributes
 
 %:
+	# fail to build on architectures other than amd64 and i386
+	dpkg-architecture -eamd64 || dpkg-architecture -ei386 || exit 1
 	+dh --buildsystem=cmake $@

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list