r7421 - packages/trunk/adonthell-data/debian

Gonéri Le Bouder goneri at alioth.debian.org
Tue Jun 17 12:52:33 UTC 2008


Author: goneri
Date: 2008-06-17 12:52:33 +0000 (Tue, 17 Jun 2008)
New Revision: 7421

Added:
   packages/trunk/adonthell-data/debian/adonthell.desktop
Modified:
   packages/trunk/adonthell-data/debian/changelog
   packages/trunk/adonthell-data/debian/control
   packages/trunk/adonthell-data/debian/rules
Log:
* add a desktop file, thanks Emmet Hikory (Closes: #427822)
* Bump the standard version to 3.8.0, no change needed


Added: packages/trunk/adonthell-data/debian/adonthell.desktop
===================================================================
--- packages/trunk/adonthell-data/debian/adonthell.desktop	                        (rev 0)
+++ packages/trunk/adonthell-data/debian/adonthell.desktop	2008-06-17 12:52:33 UTC (rev 7421)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Adonthell - Waste's Edge
+Comment=This is a 2D graphical role playing game.
+Exec=/usr/games/adonthell-wastesedge
+Icon=wastesedge_16x16
+Terminal=false
+Type=Application
+Categories=Game;2DGraphics;RolePlaying;

Modified: packages/trunk/adonthell-data/debian/changelog
===================================================================
--- packages/trunk/adonthell-data/debian/changelog	2008-06-17 11:52:34 UTC (rev 7420)
+++ packages/trunk/adonthell-data/debian/changelog	2008-06-17 12:52:33 UTC (rev 7421)
@@ -1,3 +1,11 @@
+adonthell-data (0.3.4.cvs.20080529-2) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * add a desktop file, thanks Emmet Hikory (Closes: #427822)
+  * Bump the standard version to 3.8.0, no change needed
+
+ -- Barry deFreese <bddebian at comcast.net>  Tue, 17 Jun 2008 13:42:36 +0200
+
 adonthell-data (0.3.4.cvs.20080529-1) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/adonthell-data/debian/control
===================================================================
--- packages/trunk/adonthell-data/debian/control	2008-06-17 11:52:34 UTC (rev 7420)
+++ packages/trunk/adonthell-data/debian/control	2008-06-17 12:52:33 UTC (rev 7421)
@@ -5,7 +5,7 @@
 Uploaders: Barry deFreese <bddebian at comcast.net>
 Build-Depends-Indep: autotools-dev, python-dev, adonthell (>= 0.3), adonthell (<< 0.4), python-support (>= 0.4.0)
 Build-Depends: debhelper (>= 5), quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://adonthell.linuxgames.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell-data/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/adonthell-data/?op=log

Modified: packages/trunk/adonthell-data/debian/rules
===================================================================
--- packages/trunk/adonthell-data/debian/rules	2008-06-17 11:52:34 UTC (rev 7420)
+++ packages/trunk/adonthell-data/debian/rules	2008-06-17 12:52:33 UTC (rev 7421)
@@ -66,6 +66,8 @@
 	$(MAKE) install DESTDIR="$(CURDIR)/debian/adonthell-data" \
                 INSTALL_PROGRAM="$(INSTALL_PROGRAM)"
 #                gamedatadir="$(CURDIR)/debian/adonthell-data/usr/share/games/adonthell-data"
+	mkdir -p $(CURDIR)/debian/adonthell/usr/share/applications
+	install -m 644 $(CURDIR)/debian/adonthell.desktop $(CURDIR)/debian/adonthell/usr/share/applications/adonthell.desktop
 
 
 # Build architecture-independent files here.
@@ -74,6 +76,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installmenu
+	dh_desktop
 	dh_installman debian/adonthell-wastesedge.6
 	dh_installchangelogs ChangeLog
 	dh_pysupport -V $(PYVERSION) adonthell-wastesedge \




More information about the Pkg-games-commits mailing list