r8288 - packages/trunk/blocks-of-the-undead/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Sat Oct 25 06:58:34 UTC 2008


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 <sargentd at die-welt.net>  Sat, 18 Oct 2008 21:57:27 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  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
 




More information about the Pkg-games-commits mailing list