[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:29 UTC 2010


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

    debian/rules: fail to build on unsupported architectures

diff --git a/debian/changelog b/debian/changelog
index 6245981..a4ba55a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+springlobby (0.80-2) UNRELEASED; urgency=low
+
+  * debian/rules: fail to build on unsupported architectures
+
+ -- Jan Dittberner <jandd at debian.org>  Sat, 29 May 2010 01:24:26 +0200
+
 springlobby (0.80-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 6a90ebe..02bc4ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ 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:

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list