[Debian-tex-commits] SVN CJK commit + diffs: r4084 - cjk/trunk/debian

Danai Sae-Han danai-guest at alioth.debian.org
Sat Jul 11 20:49:33 UTC 2009


Author: danai-guest
Date: 2009-07-11 20:49:32 +0000 (Sat, 11 Jul 2009)
New Revision: 4084

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/rules
Log:
Fix bashism in debian/rules and close the bug in debian/changelog.


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2009-07-11 00:19:56 UTC (rev 4083)
+++ cjk/trunk/debian/changelog	2009-07-11 20:49:32 UTC (rev 4084)
@@ -28,7 +28,9 @@
        ("unknown substitution variable");
      - bump Standards-Version from 3.8.0 to 3.8.1 (no changes).
   * [rules]
-     - Add a new "get-orig-source" target to package the orig.tar.gz file
+     - Bug fix: "bashism in debian/rules", thanks to Raphael Geissert
+       (Closes: #535375);
+     - add a new "get-orig-source" target to package the orig.tar.gz file
        from the upstream GIT repository directly;
      - upstream is now compatible with Type1 fonts from ThaiLaTeX v0.4.2,
        which deprecates the use of a prepackaged set of fonts.  The fontmap
@@ -53,7 +55,7 @@
   * [latex-cjk-common.docs] Add CJKnumb.txt to the list of documents.
   * [latex-cjk-japanese.install] Remove DNP.txt and add wadalab.txt.
 
- -- Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>  Mon, 23 Mar 2009 22:50:40 +0100
+ -- Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>  Thu, 09 Jul 2009 22:34:07 +0200
 
 cjk (4.8.0+git20080711-1) unstable; urgency=low
 

Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules	2009-07-11 00:19:56 UTC (rev 4083)
+++ cjk/trunk/debian/rules	2009-07-11 20:49:32 UTC (rev 4084)
@@ -79,7 +79,7 @@
 
 # If a Debian dpatch has been applied on Makefile, then perform a distclean;
 # if not, do nothing.  Reason: CJK upstream has no cleaning targets.
-	if [[ `grep -c distclean Makefile` -gt 0 ]]; then $(MAKE) distclean; fi
+	if [ `grep -c distclean Makefile` -gt 0 ]; then $(MAKE) distclean; fi
 
 	# Remove the binary files.
 	rm -rf $(build_thaifonts)




More information about the Debian-tex-commits mailing list