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

Danai Sae-Han danai at alioth.debian.org
Sun Jun 16 10:16:18 UTC 2013


Author: danai
Date: 2013-06-16 10:16:18 +0000 (Sun, 16 Jun 2013)
New Revision: 5662

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/control
   cjk/trunk/debian/rules
Log:
Change the dependencies for ThaiLaTeX and change some
paths accordingly.


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2013-03-21 10:48:42 UTC (rev 5661)
+++ cjk/trunk/debian/changelog	2013-06-16 10:16:18 UTC (rev 5662)
@@ -1,3 +1,14 @@
+cjk (4.8.3+git20120914-2) UNRELEASED; urgency=low
+
+  * The "Released" release.
+  * [debian/control, debian/rules]:
+     - switch dependency from the obsolete `thailatex' and
+       `latex-fonts-thai-tlwg' packages to texlive-lang-other
+       (>= 2013.20130523-1).  Thanks to Theppitak Karoonboonyanan
+       (Closes: #709686);
+
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Sun, 16 Jun 2013 18:01:36 +0800
+
 cjk (4.8.3+git20120914-1) experimental; urgency=low
 
   * The "Thank you" release.

Modified: cjk/trunk/debian/control
===================================================================
--- cjk/trunk/debian/control	2013-03-21 10:48:42 UTC (rev 5661)
+++ cjk/trunk/debian/control	2013-06-16 10:16:18 UTC (rev 5662)
@@ -1,6 +1,6 @@
 Source: cjk
 Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 3)
-Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, thailatex, latex-fonts-thai-tlwg (>= 1:0.5.0)
+Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, texlive-lang-other (>= 2013.20130523-1)
 Section: tex
 Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint at lists.debian.org>
@@ -71,7 +71,7 @@
 
 Package: latex-cjk-thai
 Architecture: all
-Depends: latex-cjk-common (>= ${source:Version}), texlive-latex-base, tex-common (>= 3), thailatex (>= 0.4.2), ${misc:Depends}
+Depends: latex-cjk-common (>= ${source:Version}), texlive-latex-base, tex-common (>= 3), texlive-lang-other (>= 2013.20130523-1), ${misc:Depends}
 Conflicts: cjk-latex (<= 4.5.1)
 Description: Thai 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	2013-03-21 10:48:42 UTC (rev 5661)
+++ cjk/trunk/debian/rules	2013-06-16 10:16:18 UTC (rev 5662)
@@ -62,7 +62,7 @@
 # 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/fonts-tlwg/garuda*.afm /usr/share/texmf/fonts/afm/public/fonts-tlwg/norasi*.afm .)
+	(cd $(build_thaifonts) && cp ../utils/thaifont/tools/c90.* ../utils/thaifont/tools/*.fontinst /usr/share/texlive/texmf-dist/fonts/afm/public/fonts-tlwg/garuda*.afm /usr/share/texlive/texmf-dist/fonts/afm/public/fonts-tlwg/norasi*.afm .)
 
 	(cd $(build_thaifonts) && tex norasi-c90.fontinst && tex garuda-c90.fontinst && for i in f*.pl; do pltotf $$i; done)
 




More information about the Debian-tex-commits mailing list