[uqm] 07/12: move icon to /usr/share/pixmaps

Andreas Beckmann anbe at moszumanska.debian.org
Thu Apr 7 15:43:54 UTC 2016


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

anbe pushed a commit to branch master
in repository uqm.

commit b93b197be2c649782d0af14e4673f406fbb87235
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Apr 7 16:03:48 2016 +0200

    move icon to /usr/share/pixmaps
---
 debian/changelog | 1 +
 debian/menu      | 4 ----
 debian/rules     | 3 ++-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6bac4f..f437ff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ uqm (0.6.2.dfsg-9.2) UNRELEASED; urgency=medium
   * Switch to debhelper compat level 5.  (Closes: #817308, #817709)
   * B-D on libmikmod-dev instead of libmikmod2-dev.  (Closes: #745094)
   * Fix typo in short description.  (Closes: #751601)
+  * Move icon to /usr/share/pixmaps.  (Closes: #680262)
 
  -- Andreas Beckmann <anbe at debian.org>  Thu, 07 Apr 2016 15:41:32 +0200
 
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 6b0a707..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,4 +0,0 @@
-?package(uqm):needs="x11" section="Games/Action" \
-	title="Ur-Quan Masters" \
-	command="uqm" \
-	icon="/usr/share/games/uqm.xpm"
diff --git a/debian/rules b/debian/rules
index 9d7be98..07041c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ install: build
 	dh_prep
 	dh_installdirs usr/games usr/share/games
 	cd sc2 && DESTDIR=${CURDIR}/debian/uqm ./build.sh uqm install
-	install -m 0644 debian/uqm.xpm ${CURDIR}/debian/uqm/usr/share/games
+	install -m 0755 -d ${CURDIR}/debian/uqm/usr/share/pixmaps/
+	install -m 0644 debian/uqm.xpm ${CURDIR}/debian/uqm/usr/share/pixmaps/
 	install -m 0755 -d ${CURDIR}/debian/uqm/usr/share/applications/
 	install -m 0644 debian/uqm.desktop \
 		 ${CURDIR}/debian/uqm/usr/share/applications/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/uqm.git



More information about the Pkg-games-commits mailing list