[gamazons] 05/11: Do not convert the old icon to xpm format anymore. Use the new icon

Markus Koschany apo-guest at moszumanska.debian.org
Tue Nov 24 22:51:11 UTC 2015


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

apo-guest pushed a commit to branch master
in repository gamazons.

commit e4e6678177e86e7419022c932bb265d81b7247b5
Author: Markus Koschany <apo at debian.org>
Date:   Tue Nov 24 23:30:22 2015 +0100

    Do not convert the old icon to xpm format anymore. Use the new icon
    
    instead.
---
 debian/control | 1 -
 debian/install | 2 +-
 debian/menu    | 2 +-
 debian/rules   | 4 ----
 4 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 0a69303..5d238fc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
 Build-Depends:
  autotools-dev,
  debhelper (>= 9),
- imagemagick,
  libgnomeui-dev
 Standards-Version: 3.9.6
 Homepage: http://www.yorgalily.org/gamazons/
diff --git a/debian/install b/debian/install
index 8ae458e..5198517 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-pixmaps/gnome-gamazons.xpm usr/share/pixmaps/
+debian/icons/gamazons.xpm usr/share/pixmaps
 debian/icons/gamazons.png usr/share/icons/hicolor/128x128/apps
diff --git a/debian/menu b/debian/menu
index 149eb1c..f84746b 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,6 +1,6 @@
 ?package(gamazons):needs="X11" \
   section="Games/Board" \
-  icon="/usr/share/pixmaps/gnome-gamazons.xpm" \
+  icon="/usr/share/pixmaps/gamazons.xpm" \
   longtitle="Amazons boardgame for Gnome" \
   title="gamazons" \
   command="gamazons"
diff --git a/debian/rules b/debian/rules
index 0fad9c9..4ca9688 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,3 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--prefix=/usr \
 		--bindir=/usr/games
-
-override_dh_auto_build:
-	dh_auto_build
-	convert -monitor -resize 32x32 pixmaps/gnome-gamazons.png pixmaps/gnome-gamazons.xpm

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



More information about the Pkg-games-commits mailing list