[SCM] Packaging for sauerbraten game engine branch, master, updated. upstream/0.0.20100728.dfsg-41-g2f2d9f2

Bruno Kleinert fuddl at tauware.de
Tue Mar 1 17:11:49 UTC 2011


The following commit has been merged in the master branch:
commit 2f2d9f2184c1c30e5a43935fefa16627b17ce0bd
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Tue Mar 1 18:10:57 2011 +0100

    Don't block builds on PowerPC any more

diff --git a/debian/changelog b/debian/changelog
index fec14da..9995099 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sauerbraten (0.0.20100728.dfsg-3) unstable; urgency=low
+
+  * Allow building on PowerPC again (Closes: 549470)
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Tue, 01 Mar 2011 17:38:44 +0100
+
 sauerbraten (0.0.20100728.dfsg-2) unstable; urgency=low
 
   * Fix typos in package description, manpages and desktop shortcuts
diff --git a/debian/rules b/debian/rules
index c496847..90c127b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,6 @@ endif
 
 build: build-stamp
 build-stamp:
-ifeq ($(DEB_BUILD_GNU_TYPE), powerpc-linux-gnu)
-	$(error powerpc builds disabled. See http://bugs.debian.org/432666 for details)
-endif
 	dh_testdir
 	convert debian/sauerbraten.png debian/sauerbraten.xpm
 	$(MAKE) CXXOPTFLAGS="$(CXXOPTFLAGS)"

-- 
Packaging for sauerbraten game engine



More information about the Pkg-games-commits mailing list