[Tux4kids-commits] r368 - tuxmath/people/holger/tuxmath/debian
holger at alioth.debian.org
holger at alioth.debian.org
Fri Dec 14 15:06:58 UTC 2007
Author: holger
Date: 2007-12-14 15:06:58 +0000 (Fri, 14 Dec 2007)
New Revision: 368
Added:
tuxmath/people/holger/tuxmath/debian/tuxmath.docs
tuxmath/people/holger/tuxmath/debian/tuxmath.install
Removed:
tuxmath/people/holger/tuxmath/debian/docs
Modified:
tuxmath/people/holger/tuxmath/debian/changelog
tuxmath/people/holger/tuxmath/debian/compat
tuxmath/people/holger/tuxmath/debian/control
tuxmath/people/holger/tuxmath/debian/rules
Log:
* use dh_install as intented (with debian/tuxmath.install)
* use dh_installdoc as intended (with debian/tuxmath.docs)
* increased debhelper compat level to 5
Modified: tuxmath/people/holger/tuxmath/debian/changelog
===================================================================
--- tuxmath/people/holger/tuxmath/debian/changelog 2007-12-14 13:29:06 UTC (rev 367)
+++ tuxmath/people/holger/tuxmath/debian/changelog 2007-12-14 15:06:58 UTC (rev 368)
@@ -1,11 +1,14 @@
tuxmath (1.5.9-1) unstable; urgency=low
- * new upstream version which adds a French translation as well as a new
- login system to keep track of individual student progress
+ * new upstream version which adds French and Dutch translations as well as a
+ new login system to keep track of individual student progress
* updated to comply with policy 3.7.3.0
- * debian/copyright: remove a bogus line and clarify GPL-2 licence
+ * debian/copyright: remove a bogus line and clarify GPL-2 licence
+ * use dh_install as intented (with debian/tuxmath.install)
+ * use dh_installdoc as intended (with debian/tuxmath.docs)
+ * increased debhelper compat level to 5
- -- Holger Levsen <holger at debian.org> Fri, 14 Dec 2007 14:03:36 +0100
+ -- Holger Levsen <holger at debian.org> Fri, 14 Dec 2007 15:05:22 +0000
tuxmath (1.5.8-2) unstable; urgency=low
Modified: tuxmath/people/holger/tuxmath/debian/compat
===================================================================
--- tuxmath/people/holger/tuxmath/debian/compat 2007-12-14 13:29:06 UTC (rev 367)
+++ tuxmath/people/holger/tuxmath/debian/compat 2007-12-14 15:06:58 UTC (rev 368)
@@ -1 +1 @@
-4
+5
Modified: tuxmath/people/holger/tuxmath/debian/control
===================================================================
--- tuxmath/people/holger/tuxmath/debian/control 2007-12-14 13:29:06 UTC (rev 367)
+++ tuxmath/people/holger/tuxmath/debian/control 2007-12-14 15:06:58 UTC (rev 368)
@@ -2,7 +2,7 @@
Section: games
Priority: optional
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
+Build-Depends: debhelper (>=5.0.42), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libx11-6, libxext6
Standards-Version: 3.7.3
Homepage: http://tux4kids.alioth.debian.org
Vcs-Svn: svn://svn.debian.org/svn/tux4kids/tuxmath/
Deleted: tuxmath/people/holger/tuxmath/debian/docs
===================================================================
--- tuxmath/people/holger/tuxmath/debian/docs 2007-12-14 13:29:06 UTC (rev 367)
+++ tuxmath/people/holger/tuxmath/debian/docs 2007-12-14 15:06:58 UTC (rev 368)
@@ -1,3 +0,0 @@
-doc/changelog
-doc/TODO.txt
-doc/README.txt
Modified: tuxmath/people/holger/tuxmath/debian/rules
===================================================================
--- tuxmath/people/holger/tuxmath/debian/rules 2007-12-14 13:29:06 UTC (rev 367)
+++ tuxmath/people/holger/tuxmath/debian/rules 2007-12-14 15:06:58 UTC (rev 368)
@@ -45,7 +45,7 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ $(MAKE) distclean
dh_clean
install: build
@@ -55,12 +55,11 @@
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/tmp prefix=/usr bin_prefix=$(CURDIR)/debian/tuxmath/usr/games
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
+ rmdir $(CURDIR)/debian/tmp/usr/share/tuxmath/fonts
# Build architecture-independent files here.
binary-indep: build install
@@ -73,7 +72,7 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
- dh_install
+ dh_install --sourcedir=debian/tmp
dh_installmenu
dh_installman
dh_desktop
Copied: tuxmath/people/holger/tuxmath/debian/tuxmath.docs (from rev 367, tuxmath/people/holger/tuxmath/debian/docs)
===================================================================
--- tuxmath/people/holger/tuxmath/debian/tuxmath.docs (rev 0)
+++ tuxmath/people/holger/tuxmath/debian/tuxmath.docs 2007-12-14 15:06:58 UTC (rev 368)
@@ -0,0 +1,3 @@
+doc/changelog
+doc/TODO.txt
+doc/README.txt
Added: tuxmath/people/holger/tuxmath/debian/tuxmath.install
===================================================================
--- tuxmath/people/holger/tuxmath/debian/tuxmath.install (rev 0)
+++ tuxmath/people/holger/tuxmath/debian/tuxmath.install 2007-12-14 15:06:58 UTC (rev 368)
@@ -0,0 +1,3 @@
+usr/games
+usr/share/locale
+usr/share/tuxmath
More information about the Tux4kids-commits
mailing list