Author: siretart Date: 2007-12-18 08:17:18 +0000 (Tue, 18 Dec 2007) New Revision: 5003
Modified: packages/trunk/sauerbraten/debian/changelog packages/trunk/sauerbraten/debian/rules Log: * disable powerpc builds in debian/rules (Closes: #432666) Modified: packages/trunk/sauerbraten/debian/changelog =================================================================== --- packages/trunk/sauerbraten/debian/changelog 2007-12-17 23:14:36 UTC (rev 5002) +++ packages/trunk/sauerbraten/debian/changelog 2007-12-18 08:17:18 UTC (rev 5003) @@ -9,6 +9,9 @@ [ Marco Rodrigues ] * Add Homepage field in the control file. + [ Reinhard Tartler ] + * disable powerpc builds in debian/rules (Closes: #432666) + -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Mon, 08 Oct 2007 15:56:22 +0200 sauerbraten (0.0.20070819.dfsg-1) unstable; urgency=low Modified: packages/trunk/sauerbraten/debian/rules =================================================================== --- packages/trunk/sauerbraten/debian/rules 2007-12-17 23:14:36 UTC (rev 5002) +++ packages/trunk/sauerbraten/debian/rules 2007-12-18 08:17:18 UTC (rev 5003) @@ -1,6 +1,11 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifeq ($(DEB_BUILD_GNU_TYPE, powerpc-linux-gnu) +$(error powerpc builds disabled. See http://bugs.debian.org/432666 for details) +endif + #include /usr/share/dpatch/dpatch.make build: build-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

