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

h01ger-guest at alioth.debian.org h01ger-guest at alioth.debian.org
Sat Nov 17 22:38:50 UTC 2007


Author: h01ger-guest
Date: 2007-11-17 22:38:50 +0000 (Sat, 17 Nov 2007)
New Revision: 324

Modified:
   tuxmath/people/holger/tuxmath/debian/changelog
   tuxmath/people/holger/tuxmath/debian/control
   tuxmath/people/holger/tuxmath/debian/menu
   tuxmath/people/holger/tuxmath/debian/rules
   tuxmath/people/holger/tuxmath/debian/tuxmath.desktop
Log:
-  * new upstream version with many bugfixes and a new high score features
+  * new upstream version with many bugfixes, localisation, new icons, a new
+    high score feature and a feature to keep track of succesfully completed
+    lessons
+  * added Homepage: and Vcs-*: fields to debian/control
+  * dont install tuxmath.ico
+  * tuxmath.desktop: now in the category Games/KidsGame
+  * debian/menu: changed to Games/Arcade



Modified: tuxmath/people/holger/tuxmath/debian/changelog
===================================================================
--- tuxmath/people/holger/tuxmath/debian/changelog	2007-11-16 02:11:23 UTC (rev 323)
+++ tuxmath/people/holger/tuxmath/debian/changelog	2007-11-17 22:38:50 UTC (rev 324)
@@ -1,13 +1,19 @@
-tuxmath (1.5.5-1) UNRELEASED; urgency=low
+tuxmath (1.5.8-1) unstable; urgency=low
 
-  * new upstream version with many bugfixes and a new high score features
+  * new upstream version with many bugfixes, localisation, new icons, a new
+    high score feature and a feature to keep track of succesfully completed
+    lessons
   * updated debian/copyright:
     - updated SVN repo and release URL
     - include the GPL short text
     - added licence information about ConvertUTF* files
   * updated section in debian/menu
+  * added Homepage: and Vcs-*: fields to debian/control
+  * dont install tuxmath.ico
+  * tuxmath.desktop: now in the category Games/KidsGame
+  * debian/menu: changed to Games/Arcade
 
- -- Holger Levsen <holger at debian.org>  Sun,  7 Oct 2007 15:38:57 +0200
+ -- Holger Levsen <holger at debian.org>  Sat, 17 Nov 2007 22:07:53 +0000
 
 tuxmath (1.5.4-1) unstable; urgency=low
 

Modified: tuxmath/people/holger/tuxmath/debian/control
===================================================================
--- tuxmath/people/holger/tuxmath/debian/control	2007-11-16 02:11:23 UTC (rev 323)
+++ tuxmath/people/holger/tuxmath/debian/control	2007-11-17 22:38:50 UTC (rev 324)
@@ -4,6 +4,9 @@
 Maintainer: Holger Levsen <holger at debian.org>
 Build-Depends: debhelper (>=4.0.0), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libx11-6, libxext6
 Standards-Version: 3.7.2
+Homepage: http://tux4kids.alioth.debian.org
+Vcs-Svn: svn://svn.debian.org/svn/tux4kids/tuxmath/
+Vcs-Browser: http://svn.debian.org/wsvn/tux4kids/tuxmath/
 
 Package: tuxmath
 Architecture: any

Modified: tuxmath/people/holger/tuxmath/debian/menu
===================================================================
--- tuxmath/people/holger/tuxmath/debian/menu	2007-11-16 02:11:23 UTC (rev 323)
+++ tuxmath/people/holger/tuxmath/debian/menu	2007-11-17 22:38:50 UTC (rev 324)
@@ -1,3 +1,3 @@
-?package(tuxmath):needs="X11" section="Applications/Education"\
-  icon="/usr/share/tuxmath/images/icon.xpm" \
+?package(tuxmath):needs="X11" section="Games/Action"\
+  icon="/usr/share/tuxmath/images/icons/icon.xpm" \
   title="Tuxmath" command="/usr/games/tuxmath"

Modified: tuxmath/people/holger/tuxmath/debian/rules
===================================================================
--- tuxmath/people/holger/tuxmath/debian/rules	2007-11-16 02:11:23 UTC (rev 323)
+++ tuxmath/people/holger/tuxmath/debian/rules	2007-11-17 22:38:50 UTC (rev 324)
@@ -56,11 +56,11 @@
 
 	# 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
 	find $(CURDIR)/debian/tuxmath/usr/share/tuxmath -name Makefile -exec rm \{\} \;
+	rm $(CURDIR)/debian/tuxmath/usr/doc -Rf
 
 # Build architecture-independent files here.
 binary-indep: build install

Modified: tuxmath/people/holger/tuxmath/debian/tuxmath.desktop
===================================================================
--- tuxmath/people/holger/tuxmath/debian/tuxmath.desktop	2007-11-16 02:11:23 UTC (rev 323)
+++ tuxmath/people/holger/tuxmath/debian/tuxmath.desktop	2007-11-17 22:38:50 UTC (rev 324)
@@ -2,7 +2,7 @@
 Name=TuxMath
 Comment=Math Training Game
 Exec=tuxmath
-Icon=/usr/share/tuxmath/images/icon.png
+Icon=/usr/share/tuxmath/images/icons/icon.png
 Terminal=false
 Type=Application
-Categories=Application;Game;
+Categories=Game;KidsGame;




More information about the Tux4kids-commits mailing list