[Debian-tex-commits] SVN CJK commit + diffs: r3708 - latex-cjk-japanese-wadalab/trunk/debian

Danai Sae-Han danai-guest at alioth.debian.org
Tue Jan 20 01:15:15 UTC 2009


Author: danai-guest
Date: 2009-01-20 01:15:15 +0000 (Tue, 20 Jan 2009)
New Revision: 3708

Modified:
   latex-cjk-japanese-wadalab/trunk/debian/rules
Log:
Comment out commands that remove *stamp files, as Debhelper >= 7 now
automatically deletes such files when cleaning.  Also remove some old
cruft.


Modified: latex-cjk-japanese-wadalab/trunk/debian/rules
===================================================================
--- latex-cjk-japanese-wadalab/trunk/debian/rules	2009-01-20 01:12:44 UTC (rev 3707)
+++ latex-cjk-japanese-wadalab/trunk/debian/rules	2009-01-20 01:15:15 UTC (rev 3708)
@@ -90,7 +90,7 @@
 clean1:
 	dh_testdir wadalab-sym.7.tar.gz wftodm.c debian/JIS0208.TXT
 	dh_testroot
-	rm -f build-stamp
+#	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
 #	-$(MAKE) clean
@@ -100,7 +100,6 @@
 	dh_clean
 
 install:
- #build
 	dh_testdir
 	dh_testroot
 #	dh_clean -k 
@@ -109,7 +108,6 @@
 
 # Build architecture-independent files here.
 binary-indep:
- #build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -127,7 +125,7 @@
 
 # Build architecture-dependent files here.
 # "wftodm" doesn't need to be installed, so there's nothing to do here.
-binary-arch: install #build install
+binary-arch: install
 
 # And now the simple things for dpatch. Here we only apply/unapply the patches.
 # You can do more things with dpatch, like having patches only applied on
@@ -138,7 +136,8 @@
 
 unpatch:
 	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
+#	rm -f patch-stamp
+	rm -rf debian/patched
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary install patch unpatch clean1 wftodm fixwada makefont




More information about the Debian-tex-commits mailing list