[Debian-tex-commits] SVN CJK commit + diffs: r4085 - latex-cjk-chinese-arphic/trunk/debian

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


Author: danai-guest
Date: 2009-07-11 20:51:24 +0000 (Sat, 11 Jul 2009)
New Revision: 4085

Modified:
   latex-cjk-chinese-arphic/trunk/debian/changelog
   latex-cjk-chinese-arphic/trunk/debian/rules
Log:
Fix bashisms and augment copyright year in debian/rules,
and update debian/changelog.


Modified: latex-cjk-chinese-arphic/trunk/debian/changelog
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/changelog	2009-07-11 20:49:32 UTC (rev 4084)
+++ latex-cjk-chinese-arphic/trunk/debian/changelog	2009-07-11 20:51:24 UTC (rev 4085)
@@ -1,5 +1,9 @@
 latex-cjk-chinese-arphic (1.20) UNRELEASED; urgency=low
 
+  * [rules]
+     - Fix some more bashisms.  Thanks to Raphael Geissert
+       (Closes: #535389);
+     - change copyright from 2008 to 2009.
   * [font.fd.in]
      - Add \CJKnormal to the {m}{n} regular shape to all fonts that use
        \CJKbold because NFSS doesn't call \selectfont when substituting
@@ -13,7 +17,7 @@
      ${misc:Depends} instead.
   * [latex-cjk/*] Get latest upstream version of the CJK scripts.
 
- -- Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>  Mon, 23 Mar 2009 22:24:37 +0100
+ -- Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>  Sat, 11 Jul 2009 22:46:14 +0200
 
 latex-cjk-chinese-arphic (1.19) unstable; urgency=medium
 

Modified: latex-cjk-chinese-arphic/trunk/debian/rules
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/rules	2009-07-11 20:49:32 UTC (rev 4084)
+++ latex-cjk-chinese-arphic/trunk/debian/rules	2009-07-11 20:51:24 UTC (rev 4085)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 # debian/rules file
-# GNU GPL v2 or higher, Copyright (C) 2005-2008, Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>
+# GNU GPL v2 or higher, Copyright (C) 2005-2009, Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -125,20 +125,20 @@
 
 
 	# Create font `$(uninamestem)v' with all vertical glyph representation forms.
-	if [[ $(vertical) == "yes" ]]; \
+	if [ $(vertical) = "yes" ]; \
 	then ( cd $(builddir) && fontforge -script vertical.pe $(typeface).ttf $(uninamestem)v ); \
 	fi
 	@echo
 
 	# Create font `$(uninamestem)vr' which has the same structure as `$(uninamestem)v',
 	# but normal glyphs instead of vertical representation forms.
-	if [[ $(vertical) == "yes" ]]; \
+	if [ $(vertical) = "yes" ]; \
 	then ( cd $(builddir) && fontforge -script vertref.pe $(typeface).ttf $(uninamestem)vr ); \
 	fi
 	@echo
 
 	# Create a virtual font `$(sfdnamestem)v' which is a clone of `$(uninamestem)v'.
-	if [[ $(vertical) == "yes" ]]; \
+	if [ $(vertical) = "yes" ]; \
 	then ( cd $(builddir) && perl clonevf.pl $(uninamestem)v $(sfdnamestem)v ); \
 	fi
 	@echo
@@ -146,7 +146,7 @@
 	# Temporary fix to create vertical files for gkai and gbsn.
 	# It builds gkaimpv.tfm AND gkaimpv.vp.tfm.  But no vertical form.
 	# Bug to be fixed.
-	if [[ $(vertical) == "no" ]]; \
+	if [ $(vertical) = "no" ]; \
 	then ( cp debian/$(sfdnamestem)v.vp debian/$(uninamestem)* $(builddir)/ && \
 	    cd $(builddir) && \
 	    for i in *.uu; do uudecode $$i; done && \




More information about the Debian-tex-commits mailing list