[Tux4kids-commits] r197 - in tuxmath: people/holger/tuxmath/debian trunk trunk/docs
h01ger-guest at alioth.debian.org
h01ger-guest at alioth.debian.org
Sun Aug 19 13:48:10 UTC 2007
Author: h01ger-guest
Date: 2007-08-19 13:48:10 +0000 (Sun, 19 Aug 2007)
New Revision: 197
Modified:
tuxmath/people/holger/tuxmath/debian/changelog
tuxmath/people/holger/tuxmath/debian/control
tuxmath/people/holger/tuxmath/debian/rules
tuxmath/trunk/Makefile.in
tuxmath/trunk/docs/changelog
Log:
- fix a bug in Makefile.in (use relative path when installing locales)
- update debian packaging for 1.5.1
Modified: tuxmath/people/holger/tuxmath/debian/changelog
===================================================================
--- tuxmath/people/holger/tuxmath/debian/changelog 2007-08-19 11:12:34 UTC (rev 196)
+++ tuxmath/people/holger/tuxmath/debian/changelog 2007-08-19 13:48:10 UTC (rev 197)
@@ -1,5 +1,14 @@
-tuxmath (1.0.1-1) unstable; urgency=low
+tuxmath (1.5.1.svn.20070819-1) unstable; urgency=low
+ * new upstream version
+ * new maintainer address
+ * fix pathes in debian/rules for new upstream version
+ * cleanup clean target in debian/rules
+
+ -- Holger Levsen <holger at debian.org> Sun, 19 Aug 2007 15:46:31 +0200
+
+tuxmath (1.0.1-1i) unstable; urgency=low
+
* new upstream release (two simple bugfixes, documentation updates)
* added .desktop file - thanks to Oliver Grawert
Modified: tuxmath/people/holger/tuxmath/debian/control
===================================================================
--- tuxmath/people/holger/tuxmath/debian/control 2007-08-19 11:12:34 UTC (rev 196)
+++ tuxmath/people/holger/tuxmath/debian/control 2007-08-19 13:48:10 UTC (rev 197)
@@ -1,7 +1,7 @@
Source: tuxmath
Section: games
Priority: optional
-Maintainer: Holger Levsen <debian at layer-acht.org>
+Maintainer: Holger Levsen <holger at debian.org>
Build-Depends: debhelper (>=4.0.0), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libx11-6, libxext6, autotools-dev, autoconf, automake1.9
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.7.2
Modified: tuxmath/people/holger/tuxmath/debian/rules
===================================================================
--- tuxmath/people/holger/tuxmath/debian/rules 2007-08-19 11:12:34 UTC (rev 196)
+++ tuxmath/people/holger/tuxmath/debian/rules 2007-08-19 13:48:10 UTC (rev 197)
@@ -46,13 +46,13 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
+ $(MAKE) distclean
+ #ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ # cp -f /usr/share/misc/config.sub config.sub
+ #endif
+ #ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ # cp -f /usr/share/misc/config.guess config.guess
+ #endif
dh_clean
install: build
@@ -62,7 +62,7 @@
dh_installdirs
# 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
+ $(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 \
Modified: tuxmath/trunk/Makefile.in
===================================================================
--- tuxmath/trunk/Makefile.in 2007-08-19 11:12:34 UTC (rev 196)
+++ tuxmath/trunk/Makefile.in 2007-08-19 13:48:10 UTC (rev 197)
@@ -632,7 +632,7 @@
| ( cd $(DESTDIR)/$(pkgdatadir) ; tar xf -) ; cd .. ; \
cd src/po ; \
for i in *.po; do langcode=$$(echo $$i | sed 's/\.po//'); \
- msgfmt -o $(localedir)/$$langcode/LC_MESSAGES/tuxmath.mo $$langcode.po; \
+ mkdir -p $(DESTDIR)/$(localedir)/ ; msgfmt -o $(DESTDIR)/$(localedir)/$$langcode/LC_MESSAGES/tuxmath.mo $$langcode.po; \
done; \
fi
Modified: tuxmath/trunk/docs/changelog
===================================================================
--- tuxmath/trunk/docs/changelog 2007-08-19 11:12:34 UTC (rev 196)
+++ tuxmath/trunk/docs/changelog 2007-08-19 13:48:10 UTC (rev 197)
@@ -1,5 +1,11 @@
changelog for "tuxmath"
+2007.Aug.19 (svn.debian.org/tux4kids - revision 197)
+ Build:
+ * fix a path in Makefile.in for installing the locales
+
+ Holger Levsen (holger at layer-acht.org)
+
2007.Apr.29 (svn.debian.org/tux4kids - revision 174)
Build:
* Makefile.am files added to all directories with EXTRA_DIST
More information about the Tux4kids-commits
mailing list