r524 - in non-free/packages/oolite/trunk/debian: . patches

Eddy Petrisor eddyp-guest at costa.debian.org
Mon Apr 17 12:25:41 UTC 2006


Author: eddyp-guest
Date: 2006-04-17 12:25:40 +0000 (Mon, 17 Apr 2006)
New Revision: 524

Added:
   non-free/packages/oolite/trunk/debian/patches/oolite.desktop
Modified:
   non-free/packages/oolite/trunk/debian/changelog
   non-free/packages/oolite/trunk/debian/rules
Log:
feat: added a .desktop file
misc: removed commented dh_makeshlibs


Modified: non-free/packages/oolite/trunk/debian/changelog
===================================================================
--- non-free/packages/oolite/trunk/debian/changelog	2006-04-16 18:10:00 UTC (rev 523)
+++ non-free/packages/oolite/trunk/debian/changelog	2006-04-17 12:25:40 UTC (rev 524)
@@ -1,6 +1,9 @@
 oolite (1.62-5-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Added a .desktop file
+  * "The fix was already there" fix: typo in debian/control is now visible;
+    wrong build was uploaded
+  * removed commented call to dh_makeshlibs in debian/rules
 
  -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sun, 16 Apr 2006 19:41:25 +0300
 

Added: non-free/packages/oolite/trunk/debian/patches/oolite.desktop
===================================================================
--- non-free/packages/oolite/trunk/debian/patches/oolite.desktop	2006-04-16 18:10:00 UTC (rev 523)
+++ non-free/packages/oolite/trunk/debian/patches/oolite.desktop	2006-04-17 12:25:40 UTC (rev 524)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Oolite
+GenericName=
+Comment=A space simulation game
+Comment[ro]=Un joc de simulare în spaţiu
+Icon=/usr/share/pixmaps/oolite-logo1.png
+Exec=/usr/games/oolite
+Terminal=false
+Categories=Application;Game;SimulationGame;

Modified: non-free/packages/oolite/trunk/debian/rules
===================================================================
--- non-free/packages/oolite/trunk/debian/rules	2006-04-16 18:10:00 UTC (rev 523)
+++ non-free/packages/oolite/trunk/debian/rules	2006-04-17 12:25:40 UTC (rev 524)
@@ -66,12 +66,12 @@
 	dh_install
 	dh_installmenu
 #	dh_installmime
+	dh_desktop debian/patches/oolite.desktop
 	dh_installman debian/oolite.6
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Pkg-games-devel mailing list