Author: baby-guest
Date: 2007-11-04 02:58:36 +0000 (Sun, 04 Nov 2007)
New Revision: 4543

Modified:
   packages/trunk/btanks/debian/btanks.desktop
   packages/trunk/btanks/debian/changelog
   packages/trunk/btanks/debian/docs
   packages/trunk/btanks/debian/menu
   packages/trunk/btanks/debian/rules
Log:
Changes by Simon Ruggier:
  * rules: add call to dh_desktop in the binary-arch target
  * menu: change section to Games/Arcade, which exists in the menu spec
  * btanks.desktop: add ArcadeGame to Categories, remove deprecated Encoding key

see http://lists.debian.org/debian-devel-games/2007/11/msg00023.html



Modified: packages/trunk/btanks/debian/btanks.desktop
===================================================================
--- packages/trunk/btanks/debian/btanks.desktop 2007-11-04 02:55:12 UTC (rev 
4542)
+++ packages/trunk/btanks/debian/btanks.desktop 2007-11-04 02:58:36 UTC (rev 
4543)
@@ -1,9 +1,8 @@
 [Desktop Entry]
 Name=Battle Tanks
-Encoding=UTF-8
 Comment=fast 2D tank arcade game with multiplayer and split-screen modes
 Exec=btanks
 Icon=btanks
 Terminal=false
 Type=Application
-Categories=Game;ActionGame;
+Categories=Game;ActionGame;ArcadeGame;

Modified: packages/trunk/btanks/debian/changelog
===================================================================
--- packages/trunk/btanks/debian/changelog      2007-11-04 02:55:12 UTC (rev 
4542)
+++ packages/trunk/btanks/debian/changelog      2007-11-04 02:58:36 UTC (rev 
4543)
@@ -5,6 +5,11 @@
   * debian/docs - remove about_us.txt File no longer exists
   * Add watch file
 
+  [ Simon Ruggier ]
+  * rules: add call to dh_desktop in the binary-arch target
+  * menu: change section to Games/Arcade, which exists in the menu spec
+  * btanks.desktop: add ArcadeGame to Categories, remove deprecated Encoding 
key
+
  -- Barry deFreese <[EMAIL PROTECTED]>  Sun, 07 Oct 2007 22:32:28 -0400
 
 btanks (0.5.4740-2) unstable; urgency=low

Modified: packages/trunk/btanks/debian/docs
===================================================================
--- packages/trunk/btanks/debian/docs   2007-11-04 02:55:12 UTC (rev 4542)
+++ packages/trunk/btanks/debian/docs   2007-11-04 02:58:36 UTC (rev 4543)
@@ -1,4 +1,3 @@
-about_us.txt
 README-en.txt
 README-fr.txt
 README-linux.txt

Modified: packages/trunk/btanks/debian/menu
===================================================================
--- packages/trunk/btanks/debian/menu   2007-11-04 02:55:12 UTC (rev 4542)
+++ packages/trunk/btanks/debian/menu   2007-11-04 02:58:36 UTC (rev 4543)
@@ -1,3 +1,3 @@
-?package(btanks):needs="X11" section="Games/Action" \
+?package(btanks):needs="X11" section="Games/Arcade" \
   title="Battle Tanks" command="/usr/games/btanks" \
   icon="/usr/share/pixmaps/btanks.xpm"

Modified: packages/trunk/btanks/debian/rules
===================================================================
--- packages/trunk/btanks/debian/rules  2007-11-04 02:55:12 UTC (rev 4542)
+++ packages/trunk/btanks/debian/rules  2007-11-04 02:58:36 UTC (rev 4543)
@@ -52,7 +52,6 @@
        dh_testroot
        dh_clean -k -a
        dh_installdirs
-       find data | while read l; do if [ -f "$$l" ]; then chmod -x "$$l"; fi; 
done
        mv bt btanks
        chrpath --replace /usr/lib/btanks btanks
 
@@ -67,6 +66,7 @@
        mkdir -p $(CURDIR)/debian/btanks-data/usr/share/doc/btanks/
        uudecode -o debian/html.tar debian/html.tar.uu
        cd $(CURDIR)/debian/btanks-data/usr/share/doc/btanks/ && tar xvf 
$(CURDIR)/debian/html.tar
+       find debian/btanks-data/ -type f -print0 | xargs -0 chmod 0644 
        dh_compress -i
        dh_fixperms -i
        dh_installdeb -i
@@ -84,6 +84,7 @@
        dh_installexamples -a
        dh_install -a
        dh_installmenu -a
+       dh_desktop -a
        dh_installman -a debian/btanks.6
        dh_link -a
        dh_strip -a


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to