r5513 - packages/trunk/sauerbraten/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Sun Jan 27 22:19:43 UTC 2008


Author: fuddl-guest
Date: 2008-01-27 22:19:43 +0000 (Sun, 27 Jan 2008)
New Revision: 5513

Modified:
   packages/trunk/sauerbraten/debian/changelog
   packages/trunk/sauerbraten/debian/rules
Log:
* install png desktop icon in the correct location

Modified: packages/trunk/sauerbraten/debian/changelog
===================================================================
--- packages/trunk/sauerbraten/debian/changelog	2008-01-27 21:37:51 UTC (rev 5512)
+++ packages/trunk/sauerbraten/debian/changelog	2008-01-27 22:19:43 UTC (rev 5513)
@@ -4,15 +4,16 @@
   * New upstream release
   * Update to Standards version 3.7.3.0. No changes necessary
   * Build debug package sauerbraten-dbg
-  * Placed a description in README.Debian how to generate a backtrace if
-    sauerbraten crashes.
-  * Fix format of NEWS.Debian
-  * Depend on a particular version of sauerbraten-data to avoid incompatible
-    installations of the engine and game-data package (Closes: #440246)
   * Updated README.Debian
     * Document removal of some precompiled/header files in the engine's
       sources
+    * Describe in README.Debian how to generate a backtrace if sauerbraten
+      crashes
+  * Fix format of NEWS.Debian. Found by lintian
+  * Depend on a particular version of sauerbraten-data to avoid incompatible
+    installations of the engine and game-data package (Closes: #440246)
   * Switch from dpatch to quilt
+  * Install PNG desktop icon in proper location
 
   [ Marco Rodrigues ]
   * Add Homepage field in the control file.

Modified: packages/trunk/sauerbraten/debian/rules
===================================================================
--- packages/trunk/sauerbraten/debian/rules	2008-01-27 21:37:51 UTC (rev 5512)
+++ packages/trunk/sauerbraten/debian/rules	2008-01-27 22:19:43 UTC (rev 5513)
@@ -46,7 +46,7 @@
 	dh_install -psauerbraten sauer_client usr/lib/games/sauerbraten
 	dh_install -psauerbraten debian/sauerbraten.desktop usr/share/applications
 	dh_install -psauerbraten debian/scripts/sauerbraten usr/games
-	dh_install -psauerbraten sauerbraten.png usr/share/icons
+	dh_install -psauerbraten sauerbraten.png usr/share/icons/hicolor/32x32/apps
 	dh_install -psauerbraten sauerbraten.xpm usr/share/pixmaps
 	dh_install -psauerbraten-server sauer_server usr/lib/games/sauerbraten
 	dh_install -psauerbraten-server debian/scripts/sauerbraten-server usr/games
@@ -64,6 +64,7 @@
 	dh_installman -psauerbraten debian/sauerbraten.6
 	dh_installman -psauerbraten-server debian/sauerbraten-server.6
 	dh_desktop -psauerbraten
+	dh_icons -psauerbraten
 	dh_link
 	dh_strip -psauerbraten --dbg-package=sauerbraten-dbg
 	dh_strip




More information about the Pkg-games-commits mailing list