Author: sargentd-guest
Date: 2008-10-25 06:58:33 +0000 (Sat, 25 Oct 2008)
New Revision: 8288

Modified:
   packages/trunk/blocks-of-the-undead/debian/changelog
   packages/trunk/blocks-of-the-undead/debian/rules
Log:
Force disable building of the AnimView binary, we don't ship it
anyways and it leads to a FTBFS on PowerPC.


Modified: packages/trunk/blocks-of-the-undead/debian/changelog
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/changelog        2008-10-21 
10:10:33 UTC (rev 8287)
+++ packages/trunk/blocks-of-the-undead/debian/changelog        2008-10-25 
06:58:33 UTC (rev 8288)
@@ -7,13 +7,15 @@
   * debian/rules:
     + Make binary-arch and binary-indep targets depend on build.
     + Add a build-stamp.
+    + Force disable building of the AnimView binary, we don't ship it
+      anyways and it leads to a FTBFS on PowerPC.
   * debian/patches/01-sleep_a_bit.patch:
     + Add two usleep()-calls so we don't use 100% CPU.
 
   [ Ansgar Burchardt ]
   * debian/control: Add Vcs-Browser, Vcs-Svn fields
 
- -- Evgeni Golov <[EMAIL PROTECTED]>  Sat, 18 Oct 2008 21:57:27 +0200
+ -- Evgeni Golov <[EMAIL PROTECTED]>  Sat, 25 Oct 2008 08:31:27 +0200
 
 blocks-of-the-undead (1.0-1) unstable; urgency=low
 

Modified: packages/trunk/blocks-of-the-undead/debian/rules
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/rules    2008-10-21 10:10:33 UTC 
(rev 8287)
+++ packages/trunk/blocks-of-the-undead/debian/rules    2008-10-25 06:58:33 UTC 
(rev 8288)
@@ -5,7 +5,7 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
        dh build --before configure
-       dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games
+       dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games 
--disable-animview
        dh build --after configure
        touch build-stamp
 


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

Reply via email to