[Tux4kids-commits] r1734 - in tuxmath/people/holger/trunk/debian: . source
Holger Levsen
holger at alioth.debian.org
Thu May 13 09:01:24 UTC 2010
Author: holger
Date: 2010-05-13 09:01:12 +0000 (Thu, 13 May 2010)
New Revision: 1734
Added:
tuxmath/people/holger/trunk/debian/source/
tuxmath/people/holger/trunk/debian/source/format
Removed:
tuxmath/people/holger/trunk/debian/tuxmath.desktop
Modified:
tuxmath/people/holger/trunk/debian/changelog
tuxmath/people/holger/trunk/debian/control
tuxmath/people/holger/trunk/debian/menu
tuxmath/people/holger/trunk/debian/rules
Log:
* New upstream release, featuring scalable vector graphics and support
for multiplayer competition plus new translations to Asturian, Kurdish,
Slovenian and Vietnamese.
* Add librsvg2-dev and libsdl-net1.2-dev to build-depends.
* Add ${misc:Depends} to depends.
* Use upstream SVG icon. (Closes: #531136)
* Use upstream .desktop file. (Closes: #531137)
* Bump standards version to 3.8.4, no changes needed.
* Provide source/format and set it to 1.0.
Modified: tuxmath/people/holger/trunk/debian/changelog
===================================================================
--- tuxmath/people/holger/trunk/debian/changelog 2010-05-13 08:57:00 UTC (rev 1733)
+++ tuxmath/people/holger/trunk/debian/changelog 2010-05-13 09:01:12 UTC (rev 1734)
@@ -1,8 +1,16 @@
-tuxmath (1.7.2-2) UNRELEASED; urgency=low
+tuxmath (1.8.0-1) unstable; urgency=low
- * Bump standards version to 3.8.2, no changes needed.
+ * New upstream release, featuring scalable vector graphics and support
+ for multiplayer competition plus new translations to Asturian, Kurdish,
+ Slovenian and Vietnamese.
+ * Add librsvg2-dev and libsdl-net1.2-dev to build-depends.
+ * Add ${misc:Depends} to depends.
+ * Use upstream SVG icon. (Closes: #531136)
+ * Use upstream .desktop file. (Closes: #531137)
+ * Bump standards version to 3.8.4, no changes needed.
+ * Provide source/format and set it to 1.0.
- -- Holger Levsen <holger at debian.org> Tue, 04 Aug 2009 12:56:58 +0200
+ -- Holger Levsen <holger at debian.org> Thu, 13 May 2010 10:57:27 +0200
tuxmath (1.7.2-1) unstable; urgency=low
Modified: tuxmath/people/holger/trunk/debian/control
===================================================================
--- tuxmath/people/holger/trunk/debian/control 2010-05-13 08:57:00 UTC (rev 1733)
+++ tuxmath/people/holger/trunk/debian/control 2010-05-13 09:01:12 UTC (rev 1734)
@@ -2,15 +2,15 @@
Section: games
Priority: optional
Maintainer: Holger Levsen <holger at debian.org>
-Build-Depends: debhelper (>=5.0.42), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libx11-6, libxext6, libsdl-pango-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>=5.0.42), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libx11-6, libxext6, libsdl-pango-dev, librsvg2-dev, libsdl-net1.2-dev
+Standards-Version: 3.8.4
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
-Depends: ${shlibs:Depends}, ttf-sil-andika (>=1.0.basic-1)
+Depends: ${misc:Depends}, ${shlibs:Depends}, ttf-sil-andika (>=1.0.basic-1)
Suggests: ttf-wqy-zenhei | ttf-arphic-uming
Description: math game for kids with Tux
"Tux, of Math Command" ("TuxMath," for short) is an
Modified: tuxmath/people/holger/trunk/debian/menu
===================================================================
--- tuxmath/people/holger/trunk/debian/menu 2010-05-13 08:57:00 UTC (rev 1733)
+++ tuxmath/people/holger/trunk/debian/menu 2010-05-13 09:01:12 UTC (rev 1734)
@@ -1,3 +1,3 @@
?package(tuxmath):needs="X11" section="Games/Action"\
- icon="/usr/share/tuxmath/images/icons/icon.xpm" \
+ icon="/usr/share/pixmaps/tuxmath.svg" \
title="Tuxmath" command="/usr/games/tuxmath"
Modified: tuxmath/people/holger/trunk/debian/rules
===================================================================
--- tuxmath/people/holger/trunk/debian/rules 2010-05-13 08:57:00 UTC (rev 1733)
+++ tuxmath/people/holger/trunk/debian/rules 2010-05-13 09:01:12 UTC (rev 1734)
@@ -56,9 +56,11 @@
# Add here commands to install the package into debian/tuxmath.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp prefix=/usr bin_prefix=$(CURDIR)/debian/tuxmath/usr/games
mkdir -p $(CURDIR)/debian/tuxmath/usr/share/applications
- cp $(CURDIR)/debian/tuxmath.desktop \
+ cp $(CURDIR)/tuxmath.desktop \
$(CURDIR)/debian/tuxmath/usr/share/applications/tuxmath.desktop
rm $(CURDIR)/debian/tmp/usr/share/tuxmath/fonts/AndikaDesRevG.ttf
+ mkdir -p $(CURDIR)/debian/tuxmath/usr/share/pixmaps/
+ mv $(CURDIR)/debian/tmp/usr/share/tuxmath/images/icons/tuxmath.svg $(CURDIR)/debian/tuxmath/usr/share/pixmaps/
rmdir $(CURDIR)/debian/tmp/usr/share/tuxmath/fonts
# Build architecture-independent files here.
Added: tuxmath/people/holger/trunk/debian/source/format
===================================================================
--- tuxmath/people/holger/trunk/debian/source/format (rev 0)
+++ tuxmath/people/holger/trunk/debian/source/format 2010-05-13 09:01:12 UTC (rev 1734)
@@ -0,0 +1 @@
+1.0
Deleted: tuxmath/people/holger/trunk/debian/tuxmath.desktop
===================================================================
--- tuxmath/people/holger/trunk/debian/tuxmath.desktop 2010-05-13 08:57:00 UTC (rev 1733)
+++ tuxmath/people/holger/trunk/debian/tuxmath.desktop 2010-05-13 09:01:12 UTC (rev 1734)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=TuxMath
-Comment=Math Training Game
-Exec=tuxmath
-Icon=/usr/share/tuxmath/images/icons/icon.png
-Terminal=false
-Type=Application
-Categories=Game;KidsGame;
More information about the Tux4kids-commits
mailing list