[adonthell-data] 06/60: * add a desktop file, thanks Emmet Hikory (Closes: #427822) * Bump the standard version to 3.8.0, no change needed

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 23:23:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository adonthell-data.

commit 9340229973bf707f8981bc5e3c8ff917062db2fe
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Tue Jun 17 12:52:33 2008 +0000

    * add a desktop file, thanks Emmet Hikory (Closes: #427822)
    * Bump the standard version to 3.8.0, no change needed
---
 debian/adonthell.desktop | 8 ++++++++
 debian/changelog         | 8 ++++++++
 debian/control           | 2 +-
 debian/rules             | 3 +++
 4 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/adonthell.desktop b/debian/adonthell.desktop
new file mode 100644
index 0000000..d49f283
--- /dev/null
+++ b/debian/adonthell.desktop
@@ -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;
diff --git a/debian/changelog b/debian/changelog
index ef5b620..3418aba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index 576a6f9..85cb3cc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 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
diff --git a/debian/rules b/debian/rules
index 2e29787..1210fd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,8 @@ install: build
 	$(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 @@ binary-indep: build install
 	dh_testroot
 	dh_installdocs
 	dh_installmenu
+	dh_desktop
 	dh_installman debian/adonthell-wastesedge.6
 	dh_installchangelogs ChangeLog
 	dh_pysupport -V $(PYVERSION) adonthell-wastesedge \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/adonthell-data.git



More information about the Pkg-games-commits mailing list