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

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


Author: sargentd-guest
Date: 2008-10-25 18:34:12 +0000 (Sat, 25 Oct 2008)
New Revision: 8296

Modified:
   packages/trunk/blocks-of-the-undead/debian/changelog
   packages/trunk/blocks-of-the-undead/debian/rules
Log:
Adjust the targets according to debhelpers rules.simple


Modified: packages/trunk/blocks-of-the-undead/debian/changelog
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/changelog	2008-10-25 15:41:55 UTC (rev 8295)
+++ packages/trunk/blocks-of-the-undead/debian/changelog	2008-10-25 18:34:12 UTC (rev 8296)
@@ -7,8 +7,7 @@
     + Build-Depend on debhelper (>= 7.0.13) or it will FTBFS.
       See #487938.
   * debian/rules:
-    + Make binary-arch and binary-indep targets depend on build.
-    + Add a build-stamp.
+    + Adjust the targets according to debhelpers rules.simple.
     + 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:
@@ -17,7 +16,7 @@
   [ Ansgar Burchardt ]
   * debian/control: Add Vcs-Browser, Vcs-Svn fields
 
- -- Evgeni Golov <sargentd at die-welt.net>  Sat, 25 Oct 2008 08:59:45 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  Sat, 25 Oct 2008 18:11:13 +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-25 15:41:55 UTC (rev 8295)
+++ packages/trunk/blocks-of-the-undead/debian/rules	2008-10-25 18:34:12 UTC (rev 8296)
@@ -7,19 +7,20 @@
 	dh build --before configure
 	dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games --disable-animview
 	dh build --after configure
-	touch build-stamp
+	touch $@
 
 clean: unpatch
 	dh clean
 
-binary: build
-	dh binary
+install: install-stamp
+install-stamp: build
+	dh install
+	touch $@
 
-binary-arch: build
+binary: binary-arch binary-indep
+
+binary-arch: install
 	dh binary-arch
 
-binary-indep: build
+binary-indep: install
 	dh binary-indep
-
-%:
-	dh $@




More information about the Pkg-games-commits mailing list