r82 - atanks/trunk/debian
msp at alioth.debian.org
msp at alioth.debian.org
Sat Aug 18 10:53:50 UTC 2007
Author: msp
Date: 2007-08-18 10:53:49 +0000 (Sat, 18 Aug 2007)
New Revision: 82
Modified:
atanks/trunk/debian/changelog
atanks/trunk/debian/menu
atanks/trunk/debian/rules
Log:
* (NOT RELEASED YET) New upstream release
* Move to section Games/Action: fixes lintian warning menu-item-
creates-new-section
* debian/rules: [ ! -f Makefile ] || $(MAKE) dist: fixes lintian
debian-rules-ignores-make-clean-error
Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog 2007-08-18 10:25:08 UTC (rev 81)
+++ atanks/trunk/debian/changelog 2007-08-18 10:53:49 UTC (rev 82)
@@ -1,3 +1,13 @@
+atanks (2.5-1) UNRELEASED; urgency=low
+
+ * (NOT RELEASED YET) New upstream release
+ * Move to section Games/Action: fixes lintian warning menu-item-
+ creates-new-section
+ * debian/rules: [ ! -f Makefile ] || $(MAKE) dist: fixes lintian
+ debian-rules-ignores-make-clean-error
+
+ -- Mark Purcell <msp at debian.org> Sat, 18 Aug 2007 11:43:44 +0100
+
atanks (2.4-2) UNRELEASED; urgency=low
* NOT RELEASED YET
Modified: atanks/trunk/debian/menu
===================================================================
--- atanks/trunk/debian/menu 2007-08-18 10:25:08 UTC (rev 81)
+++ atanks/trunk/debian/menu 2007-08-18 10:53:49 UTC (rev 82)
@@ -1,3 +1,3 @@
-?package(atanks):needs="x11" section="Games/Arcade" \
+?package(atanks):needs="x11" section="Games/Action" \
title="Atomic Tanks" command="/usr/games/atanks" \
icon="/usr/share/pixmaps/atanks-icon.xpm"
Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules 2007-08-18 10:25:08 UTC (rev 81)
+++ atanks/trunk/debian/rules 2007-08-18 10:53:49 UTC (rev 82)
@@ -21,7 +21,7 @@
dh_testroot
rm -f build-stamp
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean
More information about the Pkg-allegro-commits
mailing list