r15544 - packages/trunk/monster-masher/debian

Vincent Cheng vcheng at moszumanska.debian.org
Thu Oct 8 20:47:39 UTC 2015


Author: vcheng
Date: 2015-10-08 20:47:39 +0000 (Thu, 08 Oct 2015)
New Revision: 15544

Removed:
   packages/trunk/monster-masher/debian/menu
Modified:
   packages/trunk/monster-masher/debian/changelog
   packages/trunk/monster-masher/debian/control
   packages/trunk/monster-masher/debian/install
   packages/trunk/monster-masher/debian/rules
Log:
monster-masher: remove menu file as per tech-ctte decision


Modified: packages/trunk/monster-masher/debian/changelog
===================================================================
--- packages/trunk/monster-masher/debian/changelog	2015-10-08 20:45:19 UTC (rev 15543)
+++ packages/trunk/monster-masher/debian/changelog	2015-10-08 20:47:39 UTC (rev 15544)
@@ -7,6 +7,7 @@
   * Fix FTBFS by compiling with -std=c++11. (Closes: #801249, #801251)
   * Add Hungarian translation. (LP: #1408657)
   * Update debhelper compatibility level from 8 to 9.
+  * Remove menu file as per tech-ctte decision.
   * Update Standards version from 3.9.3 to 3.9.6, no changes required.
   * Update my email address.
 

Modified: packages/trunk/monster-masher/debian/control
===================================================================
--- packages/trunk/monster-masher/debian/control	2015-10-08 20:45:19 UTC (rev 15543)
+++ packages/trunk/monster-masher/debian/control	2015-10-08 20:47:39 UTC (rev 15544)
@@ -7,7 +7,6 @@
  debhelper (>= 9),
  dh-autoreconf,
  docbook-to-man,
- imagemagick,
  intltool,
  libesd0-dev,
  libgconfmm-2.6-dev,

Modified: packages/trunk/monster-masher/debian/install
===================================================================
--- packages/trunk/monster-masher/debian/install	2015-10-08 20:45:19 UTC (rev 15543)
+++ packages/trunk/monster-masher/debian/install	2015-10-08 20:47:39 UTC (rev 15544)
@@ -1,2 +1 @@
-monster-masher.xpm      usr/share/pixmaps/
 src/monster-masher      usr/games/

Deleted: packages/trunk/monster-masher/debian/menu
===================================================================
--- packages/trunk/monster-masher/debian/menu	2015-10-08 20:45:19 UTC (rev 15543)
+++ packages/trunk/monster-masher/debian/menu	2015-10-08 20:47:39 UTC (rev 15544)
@@ -1,3 +0,0 @@
-?package(monster-masher):needs="x11" section="Games/Action"	\
-	icon="/usr/share/pixmaps/monster-masher.xpm"		\
-	title="Monster Masher" command="monster-masher"

Modified: packages/trunk/monster-masher/debian/rules
===================================================================
--- packages/trunk/monster-masher/debian/rules	2015-10-08 20:45:19 UTC (rev 15543)
+++ packages/trunk/monster-masher/debian/rules	2015-10-08 20:47:39 UTC (rev 15544)
@@ -9,15 +9,14 @@
 override_dh_clean:
 	dh_clean po/.intltool-merge-cache debian/monster-masher.6 \
 		intltool-extract intltool-merge intltool-update \
-		monster-masher.schemas monster-masher.xpm
+		monster-masher.schemas
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --bindir=\$${prefix}/games
 
 override_dh_auto_build:
-	# Generate manpage and icon (in .xpm format for debian/menu)
+	# Generate manpage
 	docbook-to-man debian/manpage.sgml > debian/monster-masher.6
-	convert -resize 32x32 monster-masher.png monster-masher.xpm
 	
 	dh_auto_build
 




More information about the Pkg-games-commits mailing list