r13527 - packages/trunk/blocks-of-the-undead/debian
Evgeni Golov
evgeni at alioth.debian.org
Tue May 1 17:52:52 UTC 2012
Author: evgeni
Date: 2012-05-01 17:52:52 +0000 (Tue, 01 May 2012)
New Revision: 13527
Modified:
packages/trunk/blocks-of-the-undead/debian/changelog
packages/trunk/blocks-of-the-undead/debian/control
packages/trunk/blocks-of-the-undead/debian/rules
Log:
use dh tiny.rules
Modified: packages/trunk/blocks-of-the-undead/debian/changelog
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/changelog 2012-05-01 17:43:01 UTC (rev 13526)
+++ packages/trunk/blocks-of-the-undead/debian/changelog 2012-05-01 17:52:52 UTC (rev 13527)
@@ -6,8 +6,9 @@
for providing the initial patch.
* Add patch from Ubuntu to fix FTBFS when CPPFLAGS contains more than
one value.
+ * Use dh tiny.rules.
- -- Evgeni Golov <evgeni at debian.org> Tue, 01 May 2012 19:29:43 +0200
+ -- Evgeni Golov <evgeni at debian.org> Tue, 01 May 2012 19:52:29 +0200
blocks-of-the-undead (1.0-4) unstable; urgency=low
Modified: packages/trunk/blocks-of-the-undead/debian/control
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/control 2012-05-01 17:43:01 UTC (rev 13526)
+++ packages/trunk/blocks-of-the-undead/debian/control 2012-05-01 17:52:52 UTC (rev 13527)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7.0.13), autotools-dev, quilt (>= 0.40),
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt (>= 0.40),
libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev
Standards-Version: 3.9.1
Homepage: http://www.gamecreation.org/game/blocksundead
Modified: packages/trunk/blocks-of-the-undead/debian/rules
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/rules 2012-05-01 17:43:01 UTC (rev 13526)
+++ packages/trunk/blocks-of-the-undead/debian/rules 2012-05-01 17:52:52 UTC (rev 13527)
@@ -1,30 +1,13 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
+%:
+ dh $@ --with quilt
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
- dh build --before configure
+override_dh_auto_configure:
# update config.{sub,guess} to fix FTBFS on avr32 (#550111)
cp /usr/share/misc/config.sub .
cp /usr/share/misc/config.guess .
dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games --disable-animview
- dh build --after configure
- touch $@
-clean: unpatch
- dh clean
+override_dh_clean:
dh_clean config.guess config.sub
-
-install: install-stamp
-install-stamp: build
- dh install
- touch $@
-
-binary: binary-arch binary-indep
-
-binary-arch: install
- dh binary-arch
-
-binary-indep: install
- dh binary-indep
More information about the Pkg-games-commits
mailing list