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

Norbert Preining preining at alioth.debian.org
Mon Mar 5 06:25:21 UTC 2012


Author: preining
Date: 2012-03-05 06:25:20 +0000 (Mon, 05 Mar 2012)
New Revision: 5146

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/control
   cjk/trunk/debian/rules
Log:
fix pinyin hyphen loader file name, and adjust deps on tex-common


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2012-03-05 06:24:43 UTC (rev 5145)
+++ cjk/trunk/debian/changelog	2012-03-05 06:25:20 UTC (rev 5146)
@@ -2,12 +2,14 @@
 
   * build for TL2012: depend on tex-common >= 3, remove old config file
     latex-cjk-thai in updmap.d
+  * bump manual dep on tex-common to >= 3
   * fix location of afm files
+  * fix name of pinyin hyphen loader for TL2012
   * bump build dep on latex-fonts-thai-tlwg for correct afm location
   * bump standards version, no changes necessary
   * fix build-deps
 
- -- Norbert Preining <preining at debian.org>  Mon, 05 Mar 2012 10:48:05 +0900
+ -- Norbert Preining <preining at debian.org>  Mon, 05 Mar 2012 14:40:47 +0900
 
 cjk (4.8.2+git20111216-1) unstable; urgency=low
 

Modified: cjk/trunk/debian/control
===================================================================
--- cjk/trunk/debian/control	2012-03-05 06:24:43 UTC (rev 5145)
+++ cjk/trunk/debian/control	2012-03-05 06:25:20 UTC (rev 5146)
@@ -12,7 +12,7 @@
 
 Package: latex-cjk-common
 Architecture: any
-Depends: texlive-latex-base, texlive-font-utils (>= 2007.dfsg.2-1), tex-common (>= 2.04), ${misc:Depends}, ${shlibs:Depends}
+Depends: texlive-latex-base, texlive-font-utils (>= 2007.dfsg.2-1), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends}
 Recommends: latex-cjk-xcjk
 Conflicts: cjk-latex (<= 4.5.1), latex-cjk
 Replaces: cjk-latex
@@ -31,7 +31,7 @@
 
 Package: latex-cjk-xcjk
 Architecture: all
-Depends: latex-cjk-common (>= ${source:Version}), texlive-xetex, tex-common (>= 2.04), ${misc:Depends}
+Depends: latex-cjk-common (>= ${source:Version}), texlive-xetex, tex-common (>= 3), ${misc:Depends}
 Suggests: fonts-dejima-mincho, fonts-kiloji, 
           fonts-thai-tlwg, 
           fonts-arphic-ukai, fonts-arphic-uming, 
@@ -58,7 +58,7 @@
 
 Package: latex-cjk-chinese
 Architecture: any
-Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 2.04), ${misc:Depends}, ${shlibs:Depends}
+Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends}
 Recommends: latex-cjk-chinese-arphic-bsmi00lp, latex-cjk-chinese-arphic-bkai00mp, latex-cjk-chinese-arphic-gbsn00lp, latex-cjk-chinese-arphic-gkai00mp
 Suggests: hbf-cns40-b5, hbf-jfs56
 Conflicts: cjk-latex (<= 4.5.1), tfm-arphic-bsmi00lp (<= 2.11.2-0.1), tfm-arphic-bkai00mp (<= 2.11.2-0.1), tfm-arphic-gbsn00lp (<= 2.11.2-0.1), tfm-arphic-gkai00mp (<= 2.11.2-0.1)
@@ -76,7 +76,7 @@
 Package: latex-cjk-japanese
 Architecture: any
 Recommends: latex-cjk-japanese-wadalab
-Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 2.04), ${misc:Depends}, ${shlibs:Depends}
+Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends}
 Suggests: hbf-kanji48
 Conflicts: cjk-latex (<= 4.5.1)
 Description: Japanese module of LaTeX CJK
@@ -91,7 +91,7 @@
 Package: latex-cjk-korean
 Architecture: all
 Recommends: ko.tex-extra-hlfont
-Depends: latex-cjk-common (>= ${source:Version}), tex-common (>= 2.04), ${misc:Depends}
+Depends: latex-cjk-common (>= ${source:Version}), tex-common (>= 3), ${misc:Depends}
 Conflicts: cjk-latex (<= 4.5.1)
 Description: Korean module of LaTeX CJK
  CJK is a macro package for LaTeX.  This package gives you the possibility

Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules	2012-03-05 06:24:43 UTC (rev 5145)
+++ cjk/trunk/debian/rules	2012-03-05 06:25:20 UTC (rev 5146)
@@ -158,7 +158,7 @@
 	dh_link -platex-cjk-common usr/share/doc/latex-cjk-common usr/share/doc/texmf/latex/latex-cjk
 
 	dh_installtex -platex-cjk-common -platex-cjk-japanese
-	dh_installtex -platex-cjk-chinese --priority=20 hyphen=pinyin,loadhyph-zh-latn.tex,lhm=1,rhm=1
+	dh_installtex -platex-cjk-chinese --priority=20 hyphen=pinyin,loadhyph-zh-latn-pinyin.tex,lhm=1,rhm=1
 
 	dh_installdocs -platex-cjk-common
 	dh_installexamples -platex-cjk-common




More information about the Debian-tex-commits mailing list