[Debian-tex-commits] SVN CJK commit + diffs: r4620 - in cjk/trunk/debian: . patches

Danai Sae-Han danai at alioth.debian.org
Mon May 17 22:09:46 UTC 2010


Author: danai
Date: 2010-05-17 22:09:28 +0000 (Mon, 17 May 2010)
New Revision: 4620

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/control
   cjk/trunk/debian/patches/04_extend_examplefiles.diff
   cjk/trunk/debian/patches/05_fix_examplefiles.diff
   cjk/trunk/debian/patches/08_add_newpage_to_examples.diff
   cjk/trunk/debian/patches/series
   cjk/trunk/debian/rules
Log:
Fix the Korean font definition files to work with the latest
ko.tex packages instead of the obsolete HLaTeX packages.
Also prepare changes for a new upload to Debian/unstable,
and really switch to Debian Source v3.0 (quilt) this time.


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/changelog	2010-05-17 22:09:28 UTC (rev 4620)
@@ -1,3 +1,23 @@
+cjk (4.8.2+git20090105-5) unstable; urgency=low
+
+  * The "Find Kimchi" release.
+  * [patches/09_fix_korean_fd_files.diff] Finally update the Korean font
+    definition files to work together with the ko.tex packages instead of
+    the obsolete HLaTeX packages.  This fixes "Some HLaTeX font references
+    used by CJK are not available in ko.tex anymore" (Closes: #579321).
+  * [debian/control]
+     - Remove the build-dependency on the `sharutils' package: we do not
+       use `uuencode' anymore in debian/rules since cjk (4.8.2+git20090105-1);
+     - bump Standards-Version to 3.8.4; no changes.
+  * [debian/source/format] Really switch to Debian Source v3.0 (quilt)
+     this time.
+  * [debian/rules]
+     - We do not include the "thaifonts.tar.gz" file anymore, so we can
+       remove this cleanup procedure;
+     - remove binary ad other files in utils/ created during compile time.
+
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Sun, 16 May 2010 23:21:53 +0200
+
 cjk (4.8.2+git20090105-4) unstable; urgency=medium
 
   * The "How do you hyphenate `Eve'" release.

Modified: cjk/trunk/debian/control
===================================================================
--- cjk/trunk/debian/control	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/control	2010-05-17 22:09:28 UTC (rev 4620)
@@ -1,11 +1,11 @@
 Source: cjk
 Build-Depends: debhelper (>= 7), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 2.04)
-Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, sharutils, thailatex
+Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, thailatex
 Section: tex
 Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint at lists.debian.org>
 Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>, Norbert Preining <preining at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/debian-tex/cjk/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-tex/cjk/trunk/
 Homepage: http://cjk.ffii.org/

Modified: cjk/trunk/debian/patches/04_extend_examplefiles.diff
===================================================================
--- cjk/trunk/debian/patches/04_extend_examplefiles.diff	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/patches/04_extend_examplefiles.diff	2010-05-17 22:09:28 UTC (rev 4620)
@@ -4,9 +4,10 @@
 ## Improve some of the example files, and put extra comments if
 ## extra packages need to be installed.
 
-diff -Nbaurw cjk-4.7.0/examples/Big5.tex cjk-current/examples/Big5.tex
---- cjk-4.7.0/examples/Big5.tex	2007-04-08 23:00:19.556336401 +0200
-+++ cjk-current/examples/Big5.tex	2007-05-09 05:57:20.691664812 +0200
+Index: cjk-4.8.2+git20090105/examples/Big5.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/Big5.tex	2010-05-17 01:33:42.126854558 +0200
++++ cjk-4.8.2+git20090105/examples/Big5.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -8,15 +8,33 @@
  %
  % process this file with bg5latex
@@ -43,16 +44,17 @@
  
  \noindent ¥»±`°Ý°Ýµª¶°~(FAQ list)~¬O±q¤@¨Ç¸g±`³Q°Ý¨ìªº°ÝÃD¤Î¨ä¾A·íªº¸Ñ
  µª¤¤¡A¥H¤è«Kªº§Î¦¡ºK­n¦Ó¥Xªº¡C¸ò¤W¤@ª©¤£¦Pªº¬O¡A¨ä½s±Æµ²ºc¤w¹ý©³§ïÅÜ¡C
-@@ -31,5 +50,5 @@
+@@ -31,5 +49,5 @@
  %%% coding: big5
  %%% mode: latex
  %%% TeX-master: t
 -%%% TeX-command-default: "CJKLaTeX"
 +%%% TeX-command-default: "LaTeX"
  %%% End:
-diff -Nbaurw cjk-4.7.0/examples/CEF_test.tex cjk-current/examples/CEF_test.tex
---- cjk-4.7.0/examples/CEF_test.tex	2007-04-08 23:00:19.564336437 +0200
-+++ cjk-current/examples/CEF_test.tex	2007-05-09 05:57:20.799664976 +0200
+Index: cjk-4.8.2+git20090105/examples/CEF_test.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CEF_test.tex	2010-05-17 01:33:42.146855075 +0200
++++ cjk-4.8.2+git20090105/examples/CEF_test.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -5,6 +5,10 @@
  %
  % process this text with ceflatex
@@ -64,9 +66,10 @@
  \documentclass[12pt]{article}
  
  \usepackage[global]{CJK}
-diff -Nbaurw cjk-4.7.0/examples/CJKbabel.tex cjk-current/examples/CJKbabel.tex
---- cjk-4.7.0/examples/CJKbabel.tex	2007-04-08 23:00:19.576336490 +0200
-+++ cjk-current/examples/CJKbabel.tex	2007-05-09 05:57:20.835665031 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKbabel.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKbabel.tex	2010-05-17 01:33:42.166855731 +0200
++++ cjk-4.8.2+git20090105/examples/CJKbabel.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -5,26 +5,32 @@
  % written by Werner Lemberg <wl at gnu.org>
  %
@@ -133,9 +136,10 @@
      FAQ.''}
  \end{otherlanguage}
  
-diff -Nbaurw cjk-4.7.0/examples/CJKmixed.tex cjk-current/examples/CJKmixed.tex
---- cjk-4.7.0/examples/CJKmixed.tex	2007-04-08 23:00:19.644336792 +0200
-+++ cjk-current/examples/CJKmixed.tex	2007-05-09 05:57:20.851665056 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKmixed.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKmixed.tex	2010-05-17 01:33:42.186859739 +0200
++++ cjk-4.8.2+git20090105/examples/CJKmixed.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -4,8 +4,11 @@
  % written by Werner Lemberg <wl at gnu.org>
  %
@@ -149,9 +153,10 @@
  
  \documentclass[12pt]{article}
  
-diff -Nbaurw cjk-4.7.0/examples/CJKutf8.tex cjk-current/examples/CJKutf8.tex
---- cjk-4.7.0/examples/CJKutf8.tex	2007-04-08 23:00:19.648336810 +0200
-+++ cjk-current/examples/CJKutf8.tex	2007-05-09 05:57:20.859665068 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKutf8.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKutf8.tex	2010-05-17 01:33:42.202855639 +0200
++++ cjk-4.8.2+git20090105/examples/CJKutf8.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -4,18 +4,36 @@
  % written by Werner Lemberg <wl at gnu.org>
  %
@@ -211,9 +216,10 @@
  
  \begin{otherlanguage}{german}
    Dieses FAQ wurde erstellt, um häufig gestellte Fragen und ihre
-diff -Nbaurw cjk-4.7.0/examples/KS-hlatex.tex cjk-current/examples/KS-hlatex.tex
---- cjk-4.7.0/examples/KS-hlatex.tex	1970-01-01 01:00:00.000000000 +0100
-+++ cjk-current/examples/KS-hlatex.tex	2007-05-09 05:57:20.971665238 +0200
+Index: cjk-4.8.2+git20090105/examples/KS-hlatex.tex
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ cjk-4.8.2+git20090105/examples/KS-hlatex.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -0,0 +1,187 @@
 +% This is a testfile of the CJK Debian package to test Korean.
 +% Please install hlatex-fonts-base (perhaps -extra as well).
@@ -402,9 +408,10 @@
 +%%% mode: latex
 +%%% TeX-master: t
 +%%% End:
-diff -Nbaurw cjk-4.7.0/examples/muletest.tex cjk-current/examples/muletest.tex
---- cjk-4.7.0/examples/muletest.tex	2007-04-08 23:00:19.664336881 +0200
-+++ cjk-current/examples/muletest.tex	2007-05-09 05:57:21.015665305 +0200
+Index: cjk-4.8.2+git20090105/examples/muletest.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/muletest.tex	2010-05-17 01:33:42.234854983 +0200
++++ cjk-4.8.2+git20090105/examples/muletest.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -4,26 +4,31 @@
  % written by Werner Lemberg <wl at gnu.org>
  %
@@ -445,9 +452,10 @@
  
  \documentclass[12pt]{article}
  
-diff -Nbaurw cjk-4.7.0/examples/rubytest.tex cjk-current/examples/rubytest.tex
---- cjk-4.7.0/examples/rubytest.tex	2007-04-08 23:00:19.664336881 +0200
-+++ cjk-current/examples/rubytest.tex	2007-05-09 05:57:21.071665391 +0200
+Index: cjk-4.8.2+git20090105/examples/rubytest.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/rubytest.tex	2010-05-17 01:33:42.254859199 +0200
++++ cjk-4.8.2+git20090105/examples/rubytest.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -5,16 +5,15 @@
  %
  % Version 4.8.2 (29-Dec-2008)
@@ -468,9 +476,10 @@
  
  \documentclass[12pt]{article}
  
-diff -Nbaurw cjk-4.7.0/examples/thai.tex cjk-current/examples/thai.tex
---- cjk-4.7.0/examples/thai.tex	2007-04-08 23:00:19.668336899 +0200
-+++ cjk-current/examples/thai.tex	2007-05-09 05:57:21.091665421 +0200
+Index: cjk-4.8.2+git20090105/examples/thai.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/thai.tex	2010-05-17 01:33:42.274854824 +0200
++++ cjk-4.8.2+git20090105/examples/thai.tex	2010-05-17 01:37:12.000000000 +0200
 @@ -11,21 +11,34 @@
  %   . font switching between Thai and non-Thai
  %   . intercharacter glue

Modified: cjk/trunk/debian/patches/05_fix_examplefiles.diff
===================================================================
--- cjk/trunk/debian/patches/05_fix_examplefiles.diff	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/patches/05_fix_examplefiles.diff	2010-05-17 22:09:28 UTC (rev 4620)
@@ -20,3 +20,4 @@
 -\DeclareFontShape{T1}{song}{m}{n}{<-> cyberb00}{}
 +\DeclareFontShape{T1}{song}{m}{n}{<-> cyberbit00}{}
  \renewcommand\rmdefault{song}
+ 

Modified: cjk/trunk/debian/patches/08_add_newpage_to_examples.diff
===================================================================
--- cjk/trunk/debian/patches/08_add_newpage_to_examples.diff	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/patches/08_add_newpage_to_examples.diff	2010-05-17 22:09:28 UTC (rev 4620)
@@ -6,13 +6,14 @@
 ## this behaviour is well documented.  This will surely prevent
 ## many future errors with users.
 
-diff -Nbaurw cjk-4.8.2/examples/Big5.tex cjk-current/examples/Big5.tex
---- cjk-4.8.2/examples/Big5.tex	2009-07-14 21:50:47.473912964 +0200
-+++ cjk-current/examples/Big5.tex	2009-07-13 01:05:42.853911919 +0200
+Index: cjk-4.8.2+git20090105/examples/Big5.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/Big5.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/Big5.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -41,6 +41,11 @@
  \textbf{¦³Ãö·sµ²ºcªº²Ó¸`¡A¥i°Ñ¦Ò¡u¦p¦ó¾\Ū¥»°Ýµª¶°¤Î¤F¸Ñ¨ä½s±Æµ²ºc¡v¸Ó
  ¶µ¤¤ªº»¡©ú¡C}
-
+ 
 +% We need to end the CJK environment with a \newpage; otherwise the
 +% .aux and .toc files sometimes get messed up.  See `CJK.txt' in
 +% /usr/share/doc/latex-cjk-common/ for more information, under
@@ -21,9 +22,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/Big5vert.tex cjk-current/examples/Big5vert.tex
---- cjk-4.8.2/examples/Big5vert.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/Big5vert.tex	2009-07-13 01:11:28.196017210 +0200
+Index: cjk-4.8.2+git20090105/examples/Big5vert.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/Big5vert.tex	2010-05-17 01:03:13.903352943 +0200
++++ cjk-4.8.2+git20090105/examples/Big5vert.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -23,6 +23,11 @@
  \textbf{¦³Ãö·sµ²ºcªº²Ó¸`¡A¥i°Ñ¦Ò¡u¦p¦ó¾\Ū¥»°Ýµª¶°¤Î¤F¸Ñ¨ä½s±Æµ²ºc¡v¸Ó
  ¶µ¤¤ªº»¡©ú¡C}
@@ -36,9 +38,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/CEF_test.tex cjk-current/examples/CEF_test.tex
---- cjk-4.8.2/examples/CEF_test.tex	2009-07-14 21:50:47.473912964 +0200
-+++ cjk-current/examples/CEF_test.tex	2009-07-13 01:11:46.083118455 +0200
+Index: cjk-4.8.2+git20090105/examples/CEF_test.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CEF_test.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/CEF_test.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -40,6 +40,11 @@
  \verb|\CJKchar[CNS7]{"5A}{"5A}| \CJKchar[CNS7]{"5A}{"5A}
  \quad \verb|&C7-|\verb|5A5A;| &C7-5A5A;
@@ -51,9 +54,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/CJKfntef.tex cjk-current/examples/CJKfntef.tex
---- cjk-4.8.2/examples/CJKfntef.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/CJKfntef.tex	2009-07-13 01:12:09.249954713 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKfntef.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKfntef.tex	2010-05-17 01:03:13.919356386 +0200
++++ cjk-4.8.2+git20090105/examples/CJKfntef.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -50,6 +50,11 @@
  
  \CJKxout*{ºº×ּӵ㣬 \CJKunderdot{¿Éͬʱ¼ÓÏ»®Ïß¼ÓÏ»®£¬Ïß, ×Ô¶¯»»ÐÐ,}}
@@ -66,9 +70,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/CJKmixed.tex cjk-current/examples/CJKmixed.tex
---- cjk-4.8.2/examples/CJKmixed.tex	2009-07-14 21:50:47.477914953 +0200
-+++ cjk-current/examples/CJKmixed.tex	2009-07-13 01:12:17.553911782 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKmixed.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKmixed.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/CJKmixed.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -73,6 +73,11 @@
      該項中的說明。}
  \end{TChinese}
@@ -81,9 +86,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/CJKspace.tex cjk-current/examples/CJKspace.tex
---- cjk-4.8.2/examples/CJKspace.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/CJKspace.tex	2009-07-13 01:12:25.665912216 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKspace.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKspace.tex	2010-05-17 01:03:13.939352150 +0200
++++ cjk-4.8.2+git20090105/examples/CJKspace.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -29,6 +29,11 @@
    混排 \verb+anything+ 保持 \texttt{spaces} 空格 \LaTeX\ 间隔
    \mbox{boxes} 盒子 \hbox{hbox} 中文 123456 数字.
@@ -96,13 +102,14 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/CJKutf8.tex cjk-current/examples/CJKutf8.tex
---- cjk-4.8.2/examples/CJKutf8.tex	2009-07-14 21:50:47.477914953 +0200
-+++ cjk-current/examples/CJKutf8.tex	2009-07-13 01:12:35.121914369 +0200
+Index: cjk-4.8.2+git20090105/examples/CJKutf8.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/CJKutf8.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/CJKutf8.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -123,6 +123,11 @@
      этот FAQ и его структура' объяснены детали этой новой структуры.}
  \end{otherlanguage}
-
+ 
 +% We need to end the CJK environment with a \newpage; otherwise the
 +% .aux and .toc files sometimes get messed up.  See `CJK.txt' in
 +% /usr/share/doc/latex-cjk-common/ for more information, under
@@ -111,9 +118,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/GB.tex cjk-current/examples/GB.tex
---- cjk-4.8.2/examples/GB.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/GB.tex	2009-07-13 01:12:45.424137301 +0200
+Index: cjk-4.8.2+git20090105/examples/GB.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/GB.tex	2010-05-17 01:03:13.959353781 +0200
++++ cjk-4.8.2+git20090105/examples/GB.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -20,6 +20,11 @@
  \textbf{ÓйØнṹµÄϸ½Ú£¬¿É²Î¿¼¡¸ÈçºÎÔĶÁ±¾Îʴ𼯼°Á˽âÆä±àÅŽṹ¡¹¸Ã
  ÏîÖеÄ˵Ã÷¡£}
@@ -126,9 +134,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/JIS.tex cjk-current/examples/JIS.tex
---- cjk-4.8.2/examples/JIS.tex	2009-07-14 21:50:47.489915612 +0200
-+++ cjk-current/examples/JIS.tex	2009-07-13 01:12:51.839815082 +0200
+Index: cjk-4.8.2+git20090105/examples/JIS.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/JIS.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/JIS.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -40,6 +40,11 @@
  \CJKfamily{maru}
  \testpar
@@ -141,9 +150,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/KS-hlatex.tex cjk-current/examples/KS-hlatex.tex
---- cjk-4.8.2/examples/KS-hlatex.tex	2009-07-14 21:50:47.477914953 +0200
-+++ cjk-current/examples/KS-hlatex.tex	2009-07-14 21:52:20.524326127 +0200
+Index: cjk-4.8.2+git20090105/examples/KS-hlatex.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/KS-hlatex.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/KS-hlatex.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -176,6 +176,11 @@
  \testpar
  
@@ -156,9 +166,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/KS.tex cjk-current/examples/KS.tex
---- cjk-4.8.2/examples/KS.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/KS.tex	2009-07-13 01:13:14.174693396 +0200
+Index: cjk-4.8.2+git20090105/examples/KS.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/KS.tex	2010-05-17 01:03:13.995371844 +0200
++++ cjk-4.8.2+git20090105/examples/KS.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -20,6 +20,11 @@
  ȹ±âÀûÀ¸·Î º¯°æµÇ¾ú½À´Ï´Ù.  \textbf{»ó¼¼ÇÑ °ÍÀº ``ÀÌ FAQ À» ¾î¶»°Ô
  ÀÐÀ» °ÍÀΰ¡'' ¶ó´Â ´ë¸ñÀ» ÂüÁ¶ÇϽñ⠹ٶø´Ï´Ù.}
@@ -171,9 +182,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/SJIS.tex cjk-current/examples/SJIS.tex
---- cjk-4.8.2/examples/SJIS.tex	2009-07-13 00:40:16.053915841 +0200
-+++ cjk-current/examples/SJIS.tex	2009-07-13 01:13:38.509912805 +0200
+Index: cjk-4.8.2+git20090105/examples/SJIS.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/SJIS.tex	2010-05-17 01:03:14.003353696 +0200
++++ cjk-4.8.2+git20090105/examples/SJIS.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -27,6 +27,11 @@
  ‚Ì“Ç‚Ý•û‚Æ‚»‚̍\‘¢v‚̍€–Ú‚ð\ruby{ŽQ}{‚³‚ñ}\ruby{Æ}{‚µ‚傤}‚µ‚ĉº‚³
  ‚¢B}
@@ -186,9 +198,10 @@
  \end{CJK*}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/UTF8.tex cjk-current/examples/UTF8.tex
---- cjk-4.8.2/examples/UTF8.tex	2009-07-14 21:50:47.485915020 +0200
-+++ cjk-current/examples/UTF8.tex	2009-07-13 01:14:10.987838128 +0200
+Index: cjk-4.8.2+git20090105/examples/UTF8.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/UTF8.tex	2010-05-17 01:03:16.000000000 +0200
++++ cjk-4.8.2+git20090105/examples/UTF8.tex	2010-05-17 01:15:10.858854935 +0200
 @@ -37,6 +37,11 @@
  \CJKnospace
  \noindent こんにちは 世界
@@ -201,9 +214,10 @@
  \end{CJK}
  
  \end{document}
-diff -Nbaurw cjk-4.8.2/examples/xCJK.tex cjk-current/examples/xCJK.tex
---- cjk-4.8.2/examples/xCJK.tex	2009-07-13 00:40:16.057913912 +0200
-+++ cjk-current/examples/xCJK.tex	2009-07-14 21:54:39.077912204 +0200
+Index: cjk-4.8.2+git20090105/examples/xCJK.tex
+===================================================================
+--- cjk-4.8.2+git20090105.orig/examples/xCJK.tex	2010-05-17 01:03:14.023353303 +0200
++++ cjk-4.8.2+git20090105/examples/xCJK.tex	2010-05-17 01:03:16.000000000 +0200
 @@ -25,7 +25,7 @@
  % You can also specify a font for a certain CJK family.
  \setCJKfamilyfont{SimpChinese}[BoldFont={SimHei},

Modified: cjk/trunk/debian/patches/series
===================================================================
--- cjk/trunk/debian/patches/series	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/patches/series	2010-05-17 22:09:28 UTC (rev 4620)
@@ -3,3 +3,4 @@
 05_fix_examplefiles.diff
 06_extend_JIS_example.diff
 08_add_newpage_to_examples.diff
+09_fix_korean_fd_files.diff

Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules	2010-05-17 19:07:58 UTC (rev 4619)
+++ cjk/trunk/debian/rules	2010-05-17 22:09:28 UTC (rev 4620)
@@ -59,6 +59,7 @@
 
 #	# Extracting binary files
 # How it was used: uuencode thaifonts.tar.gz thaifonts.tar.gz > thaifonts.tar.gz.uu
+# You will need a Build-Dependency on the `sharutils' package in debian/control.
 #	cd debian && uudecode thaifonts.tar.gz.uu && tar xzf thaifonts.tar.gz
 #	(cd $(build_thaifonts) && cp ../utils/thaifont/tools/c90.* ../utils/thaifont/tools/*.fontinst ../debian/thaifonts/* . && cd ../debian/thaifonts && prename 's/_//' * && prename 's/\./n\./' norasi.* garuda.*)
 	(cd $(build_thaifonts) && cp ../utils/thaifont/tools/c90.* ../utils/thaifont/tools/*.fontinst /usr/share/texmf/fonts/afm/public/thai/garuda*.afm /usr/share/texmf/fonts/afm/public/thai/norasi*.afm .)
@@ -70,8 +71,6 @@
 build-stamp:
 	touch build-stamp
 
-#clean: clean1 unpatch
-
 clean: unpatch
 #	dh_testdir doc/CJKutf8.txt examples/CJKbabel.tex
 	dh_testroot
@@ -91,12 +90,21 @@
 # "patch-system-but-direct-changes-in-diff".  For more information,
 # check out Debian bug #471263 at
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471263 .
+# It would otherwise also create problems for Debian Source 3.0 (quilt).
+	rm -f utils/hbf2gf/config.log
+	rm -f utils/hbf2gf/config.status
+	rm -f utils/hbf2gf/hbf.o
+	rm -f utils/hbf2gf/hbf2gf
 	rm -f utils/hbf2gf/hbf2gf.c
-	rm -f utils/hbf2gf/config.log
+	rm -f utils/hbf2gf/hbf2gf.o
+	rm -f utils/hbf2gf/Makefile
+	rm -f utils/Bg5conv/bg5conv
+	rm -f utils/CEFconv/cefconv
+	rm -f utils/CEFconv/cef5conv
+	rm -f utils/CEFconv/cefsconv
+	rm -f utils/SJISconv/sjisconv
+	rm -f utils/extconv/extconv
 
-	rm -rf debian/thaifonts
-	rm -f debian/thaifonts.tar.gz
-
 	dh_clean
 
 install:




More information about the Debian-tex-commits mailing list