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

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


Author: holger
Date: 2006-07-18 17:29:43 +0000 (Tue, 18 Jul 2006)
New Revision: 118

Modified:
   tuxtype/people/holger/tuxtype/debian/rules
Log:
- reverted to previous version :(


Modified: tuxtype/people/holger/tuxtype/debian/rules
===================================================================
--- tuxtype/people/holger/tuxtype/debian/rules	2006-07-18 17:11:47 UTC (rev 117)
+++ tuxtype/people/holger/tuxtype/debian/rules	2006-07-18 17:29:43 UTC (rev 118)
@@ -34,14 +34,28 @@
 
 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 
-	$(MAKE) clean
+
+	# 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
+
+
 	dh_clean 
 
 install: build
@@ -49,6 +63,7 @@
 	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
@@ -57,6 +72,7 @@
 
 # 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