Author: sargentd-guest
Date: 2009-02-05 19:01:58 +0000 (Thu, 05 Feb 2009)
New Revision: 8735

Modified:
   packages/trunk/sauerbraten/debian/changelog
   packages/trunk/sauerbraten/debian/rules
Log:
FTBFS more nicely on powerpc


Modified: packages/trunk/sauerbraten/debian/changelog
===================================================================
--- packages/trunk/sauerbraten/debian/changelog 2009-02-05 17:01:47 UTC (rev 
8734)
+++ packages/trunk/sauerbraten/debian/changelog 2009-02-05 19:01:58 UTC (rev 
8735)
@@ -3,6 +3,8 @@
   * debian/rules:
     + Don't FTBFS with DEB_BUILD_OPTIONS=noopt.
       ($(info ...) isn't allowed before the first target)
+    + Neither is $(error ...), so move it into the build target.
+      Closes: #511719
 
  -- Evgeni Golov <[email protected]>  Mon, 02 Feb 2009 09:17:49 +0100
 

Modified: packages/trunk/sauerbraten/debian/rules
===================================================================
--- packages/trunk/sauerbraten/debian/rules     2009-02-05 17:01:47 UTC (rev 
8734)
+++ packages/trunk/sauerbraten/debian/rules     2009-02-05 19:01:58 UTC (rev 
8735)
@@ -2,9 +2,6 @@
 #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
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CXXOPTFLAGS+=
@@ -26,6 +23,9 @@
 
 build: patch-stamp 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
        uudecode -o sauerbraten.png debian/sauerbraten.png.uu
        convert sauerbraten.png sauerbraten.xpm


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to