[Tux4kids-commits] r61 - tuxmath/people/holger/tuxmath/debian

holger at alioth.debian.org holger at alioth.debian.org
Thu Mar 8 21:24:13 CET 2007


Author: holger
Date: 2006-11-19 11:06:57 +0000 (Sun, 19 Nov 2006)
New Revision: 61

Added:
   tuxmath/people/holger/tuxmath/debian/tuxmath.desktop
Modified:
   tuxmath/people/holger/tuxmath/debian/changelog
   tuxmath/people/holger/tuxmath/debian/rules
Log:
- preparing the 1.0.1-1 upload


Modified: tuxmath/people/holger/tuxmath/debian/changelog
===================================================================
--- tuxmath/people/holger/tuxmath/debian/changelog	2006-11-18 11:48:31 UTC (rev 60)
+++ tuxmath/people/holger/tuxmath/debian/changelog	2006-11-19 11:06:57 UTC (rev 61)
@@ -1,3 +1,10 @@
+tuxmath (1.0.1-1) unstable; urgency=medium
+
+  * new upstream release (two simple bugfixes, documentation updates)
+  * added .desktop file - thanks to Oliver Grawert
+
+ -- Holger Levsen <debian at layer-acht.org>  Sun, 19 Nov 2006 10:23:47 +0000
+
 tuxmath (1.0-1) unstable; urgency=low
 
   * new upstream version (minor bugfixes, code cleanups, build system for 

Modified: tuxmath/people/holger/tuxmath/debian/rules
===================================================================
--- tuxmath/people/holger/tuxmath/debian/rules	2006-11-18 11:48:31 UTC (rev 60)
+++ tuxmath/people/holger/tuxmath/debian/rules	2006-11-19 11:06:57 UTC (rev 61)
@@ -64,8 +64,10 @@
 	# Add here commands to install the package into debian/tuxmath.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tuxmath PREFIX=/usr BIN_PREFIX=$(CURDIR)/debian/tuxmath/usr/games
 	rm $(CURDIR)/debian/tuxmath/usr/share/tuxmath/images/tuxmath.ico
+	mkdir -p $(CURDIR)/debian/tuxmath/usr/share/applications
+	cp $(CURDIR)/debian/tuxmath.desktop \
+		$(CURDIR)/debian/tuxmath/usr/share/applications/tuxmath.desktop
 
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
@@ -80,6 +82,7 @@
 	dh_install
 	dh_installmenu
 	dh_installman
+	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress

Added: tuxmath/people/holger/tuxmath/debian/tuxmath.desktop
===================================================================
--- tuxmath/people/holger/tuxmath/debian/tuxmath.desktop	2006-11-18 11:48:31 UTC (rev 60)
+++ tuxmath/people/holger/tuxmath/debian/tuxmath.desktop	2006-11-19 11:06:57 UTC (rev 61)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=TuxMath
+Comment=Math Training Game
+Exec=tuxmath
+Icon=/usr/share/tuxmath/images/icon.png
+Terminal=false
+Type=Application
+Categories=Application;Game;




More information about the Tux4kids-commits mailing list