[Debian-tex-commits] SVN CJK commit + diffs: r4509 - cjk/trunk/debian
Danai Sae-Han
danai at alioth.debian.org
Mon Dec 28 00:16:20 UTC 2009
Author: danai
Date: 2009-12-28 00:16:19 +0000 (Mon, 28 Dec 2009)
New Revision: 4509
Modified:
cjk/trunk/debian/changelog
cjk/trunk/debian/rules
Log:
Make changes to debian/rules to get pyhyph working with the hyph-utf8 package,
upon which LuaTeX depends.
Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog 2009-12-27 23:28:41 UTC (rev 4508)
+++ cjk/trunk/debian/changelog 2009-12-28 00:16:19 UTC (rev 4509)
@@ -4,8 +4,14 @@
* [control] Move myself to "Uploaders", move Debian TeX Maintainers
to "Maintainer", and add Norbert Preining to the list of
Uploaders.
+ * [rules] Switch from "dh_installtex [...] hyphen=pinyin,pyhyph.tex"
+ to "[...] hyphen=pinyin,loadhyph-zh-latn.tex,lhm=1,rhm=1".
+ The hyph-utf8 package requires all hyphenation patterns to be in
+ UTF-8 encoding, and has its own modified pyhyph.tex file.
+ Many thanks to Norbert Preining. This fixes the bug ""hyphenation
+ definition is wrong, cannot be loaded with luatex" (Closes: #562198).
- --
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org> Mon, 28 Dec 2009 01:12:54 +0100
cjk (4.8.2+git20090105-3) unstable; urgency=low
Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules 2009-12-27 23:28:41 UTC (rev 4508)
+++ cjk/trunk/debian/rules 2009-12-28 00:16:19 UTC (rev 4509)
@@ -150,7 +150,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,pyhyph.tex
+ dh_installtex -platex-cjk-chinese --priority=20 hyphen=pinyin,loadhyph-zh-latn.tex,lhm=1,rhm=1
dh_installdocs -platex-cjk-common
dh_installexamples -platex-cjk-common
More information about the Debian-tex-commits
mailing list