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

holger at alioth.debian.org holger at alioth.debian.org
Thu Mar 8 21:52:26 CET 2007


Author: holger
Date: 2006-07-18 17:11:47 +0000 (Tue, 18 Jul 2006)
New Revision: 117

Modified:
   tuxtype/people/holger/tuxtype/debian/rules
Log:
- cleanup


Modified: tuxtype/people/holger/tuxtype/debian/rules
===================================================================
--- tuxtype/people/holger/tuxtype/debian/rules	2006-07-18 16:54:30 UTC (rev 116)
+++ tuxtype/people/holger/tuxtype/debian/rules	2006-07-18 17:11:47 UTC (rev 117)
@@ -34,28 +34,14 @@
 
 build-stamp:  config.status
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/tuxtype.sgml > tuxtype.1
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	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) clean
 	dh_clean 
 
 install: build
@@ -63,7 +49,6 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs 
-
 	# Add here commands to install the package into debian/tuxtype.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tuxtype
 	rm $(CURDIR)/debian/tuxtype/usr/share/tuxtype/tuxtype.ico
@@ -72,7 +57,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install tuxtype-data
-# We have nothing to do by default.
 
 tuxtype-data:
 	dh_testdir -ptuxtype-data




More information about the Tux4kids-commits mailing list