Author: sargentd-guest
Date: 2008-08-24 20:24:55 +0000 (Sun, 24 Aug 2008)
New Revision: 7977
Modified:
packages/trunk/blocks-of-the-undead/debian/changelog
packages/trunk/blocks-of-the-undead/debian/rules
Log:
make binary-arch and binary-indep depend on build
Modified: packages/trunk/blocks-of-the-undead/debian/changelog
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/changelog 2008-08-24
20:10:17 UTC (rev 7976)
+++ packages/trunk/blocks-of-the-undead/debian/changelog 2008-08-24
20:24:55 UTC (rev 7977)
@@ -2,8 +2,11 @@
* debian/control:
+ Set Maintainer to the Debian Games Team.
+ * debian/rules:
+ + Make binary-arch and binary-indep targets depend on build.
+ + Add a build-stamp.
- -- Evgeni Golov <[EMAIL PROTECTED]> Sun, 24 Aug 2008 22:09:20 +0200
+ -- Evgeni Golov <[EMAIL PROTECTED]> Sun, 24 Aug 2008 22:23:19 +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-08-24 20:10:17 UTC
(rev 7976)
+++ packages/trunk/blocks-of-the-undead/debian/rules 2008-08-24 20:24:55 UTC
(rev 7977)
@@ -1,12 +1,20 @@
#!/usr/bin/make -f
-build:
+build: build-stamp
+build-stamp:
dh build --before configure
dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games
dh build --after configure
+ touch build-stamp
binary: build
dh binary
+binary-arch: build
+ dh binary-arch
+
+binary-indep: build
+ dh binary-indep
+
%:
dh $@
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits