Author: bddebian-guest
Date: 2008-03-18 18:14:17 +0000 (Tue, 18 Mar 2008)
New Revision: 6173

Added:
   packages/trunk/amphetamine/debian/amphetamine.desktop
Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/control
   packages/trunk/amphetamine/debian/rules
Log:
    + Menu policy transition.
  * Add desktop file. (Closes: #471254).
    + Add call to dh_desktop.
  * Replace 'pwd' with $(CURDIR) in rules.
  * Update Homepage URL.
  * Add myself to uploaders.
Fix up changelog and refresh to prepare for upload.


Added: packages/trunk/amphetamine/debian/amphetamine.desktop
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.desktop                       
        (rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.desktop       2008-03-18 
18:14:17 UTC (rev 6173)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Amphetamine
+GenericName=Jump and Run game
+Comment=Fight evil monsters with your magic weapons.
+Type=Application
+Exec=amph
+Icon=amph
+Terminal=false
+Categories=Game;ActionGame;
+

Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog 2008-03-18 16:23:34 UTC (rev 
6172)
+++ packages/trunk/amphetamine/debian/changelog 2008-03-18 18:14:17 UTC (rev 
6173)
@@ -1,22 +1,29 @@
-amphetamine (0.8.10-13) UNRELEASED; urgency=low
+amphetamine (0.8.10-13) unstable; urgency=low
 
   [ Barry deFreese ]
-  * Bump compat/debhelper to 5
-  * Add Hompage and vcs tags to debian/control
-  * Remove Homepage field from package description
-  * Fix make clean target for lintian warning
-  * Bump Standards Version to 3.7.3
-  * Fix watch file (Closes: #456472)
-  * Update Homepage URL
+  * Bump compat/debhelper to 5.
+  * Add Hompage and vcs tags to debian/control.
+  * Remove Homepage field from package description.
+  * Fix make clean target for lintian warning.
+  * Bump Standards Version to 3.7.3.
+    + Menu policy transition.
+  * Fix watch file (Closes: #456472).
+  * Add desktop file. (Closes: #471254).
+    + Add call to dh_desktop.
+  * Replace 'pwd' with $(CURDIR) in rules.
+  * Update Homepage URL.
+  * Add myself to uploaders.
 
   [ Eddy Petrișor ]
-  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
+  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location.
 
   [ Jon Dowland ]
   * add debian/amphetamine.links, creating symlinks amphetamine -> amph
-    for binaries and manpages (Closes: #471257)
+    for binaries and manpages (Closes: #471257).
+  * update menu section to "Games/Action" for menu transition
+    (thanks Linas Žvirblis).
 
- -- Jon Dowland <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 23:12:30 +0000
+ -- Barry deFreese <[EMAIL PROTECTED]>  Tue, 18 Mar 2008 14:09:19 -0400
 
 amphetamine (0.8.10-12) unstable; urgency=high
 
@@ -24,10 +31,6 @@
   * debian/patches/000_no_lxt.diff:
     + New patch. Removes useless -lXt link flag (Closes: #397558).
 
-  [ Jon Dowland ]
-  * update menu section to "Games/Action" for menu transition
-    (thanks Linas Žvirblis)
-
  -- Jon Dowland <[EMAIL PROTECTED]>  Thu, 12 Jul 2007 11:22:44 +0100
 
 amphetamine (0.8.10-11) unstable; urgency=low

Modified: packages/trunk/amphetamine/debian/control
===================================================================
--- packages/trunk/amphetamine/debian/control   2008-03-18 16:23:34 UTC (rev 
6172)
+++ packages/trunk/amphetamine/debian/control   2008-03-18 18:14:17 UTC (rev 
6173)
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0), quilt, libxpm-dev, libsdl1.2-dev (>= 
1.2.2-3.1), dpkg-dev (>= 1.9.0)
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
+Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>, Barry deFreese 
<[EMAIL PROTECTED]>
 Standards-Version: 3.7.3
 Homepage: http://homepage.hispeed.ch/loehrer/amph/amph.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/amphetamine/

Modified: packages/trunk/amphetamine/debian/rules
===================================================================
--- packages/trunk/amphetamine/debian/rules     2008-03-18 16:23:34 UTC (rev 
6172)
+++ packages/trunk/amphetamine/debian/rules     2008-03-18 18:14:17 UTC (rev 
6173)
@@ -20,8 +20,22 @@
        dh_testroot
        dh_clean -k
        dh_installdirs
-       $(MAKE) PREFIX=`pwd`/debian/amphetamine/usr install
+       $(MAKE) PREFIX=$(CURDIR)/debian/amphetamine/usr install
 
+       #Remove empty dir (in data package).
+       rm -rf $(CURDIR)/debian/amphetamine/usr/share/games
+
+       #Install the desktop file
+       install -d $(CURDIR)/debian/amphetamine/usr/share/applications
+       install -m 644 debian/amphetamine.desktop \
+               
$(CURDIR)/debian/amphetamine/usr/share/applications/amphetamine.desktop
+
+       #Install desktop icon
+       install -d $(CURDIR)/debian/amphetamine/usr/share/pixmaps
+       install -m 644 amph.xpm \
+               $(CURDIR)/debian/amphetamine/usr/share/pixmaps/amph.xpm
+
+
 binary-indep: build install
 
 binary-arch: build install
@@ -32,6 +46,7 @@
        dh_installmenu
        dh_installman debian/*.6
        dh_installchangelogs ChangeLog
+       dh_desktop
        dh_link
        dh_strip
        dh_compress


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

Reply via email to