[Tux4kids-commits] r407 - tuxtype/people/holger/tuxtype/debian

holger at alioth.debian.org holger at alioth.debian.org
Fri Jan 4 15:26:15 UTC 2008


Author: holger
Date: 2008-01-04 15:26:15 +0000 (Fri, 04 Jan 2008)
New Revision: 407

Modified:
   tuxtype/people/holger/tuxtype/debian/changelog
   tuxtype/people/holger/tuxtype/debian/rules
Log:
work in progress

Modified: tuxtype/people/holger/tuxtype/debian/changelog
===================================================================
--- tuxtype/people/holger/tuxtype/debian/changelog	2008-01-02 22:20:20 UTC (rev 406)
+++ tuxtype/people/holger/tuxtype/debian/changelog	2008-01-04 15:26:15 UTC (rev 407)
@@ -1,4 +1,4 @@
-tuxtype (1.5.16.dfsg1-1) unstable; urgency=low
+tuxtype (1.5.16.dfsg1-1) UNRELEASED; urgency=low
 
   * new upstream version, containing new Wolof and Czech themes and a fixed
     Russian theme
@@ -9,6 +9,7 @@
   * use dh_installdoc as intended
   * use dh_desktop to add maintainer script fragments to call 
     update-desktop-database 
+  * cleaner clean target
   * declare a versioned dependency on tuxtype-data (Closes: #443896)
 
  -- Holger Levsen <holger at debian.org>  Fri, 14 Dec 2007 16:10:15 +0000

Modified: tuxtype/people/holger/tuxtype/debian/rules
===================================================================
--- tuxtype/people/holger/tuxtype/debian/rules	2008-01-02 22:20:20 UTC (rev 406)
+++ tuxtype/people/holger/tuxtype/debian/rules	2008-01-04 15:26:15 UTC (rev 407)
@@ -49,14 +49,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp install-stamp
-
-	# Add here commands to clean up after the build process.
-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) clean
 	dh_clean 
 
 
@@ -67,12 +60,9 @@
 	dh_installdirs 
 	# Add here commands to install the package into debian/tuxtype.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-#	rmdir $(CURDIR)/debian/tmp/usr/bin
-#	rm $(CURDIR)/debian/tuxtype/usr/share/tuxtype/tuxtype.ico
-#	rm $(CURDIR)/debian/tuxtype/usr/share/tuxtype/autorun.inf
+	rm $(CURDIR)/debian/tmp/usr/share/tuxtype/data/images/icons/tuxtype.ico
+	rmdir $(CURDIR)/debian/tmp/usr/share/tuxtype/data/images/icons/
 	dh_installdirs -ptuxtype-data  usr/share/
-#	mv $(CURDIR)/debian/tuxtype/usr/share/tuxtype $(CURDIR)/debian/tuxtype-data/usr/share/
-#	rm $(CURDIR)/debian/tuxtype-data/usr/share/tuxtype/data/fonts -r
 	dh_installdirs
 	cp $(CURDIR)/debian/tuxtype.xpm $(CURDIR)/debian/tuxtype/usr/share/tuxtype/tuxtype.xpm
 	touch install-stamp




More information about the Tux4kids-commits mailing list