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

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


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

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/control
   cjk/trunk/debian/rules
Log:
Change the destination of the symlinked doc folders in
TeX, because tex-common (>= 4) now expects them in
/u/s/texmf/doc.


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2013-06-16 10:16:18 UTC (rev 5662)
+++ cjk/trunk/debian/changelog	2013-06-16 16:18:56 UTC (rev 5663)
@@ -6,8 +6,12 @@
        `latex-fonts-thai-tlwg' packages to texlive-lang-other
        (>= 2013.20130523-1).  Thanks to Theppitak Karoonboonyanan
        (Closes: #709686);
+     - move from /u/s/doc/texmf to /u/s/texmf/doc and depend on
+       tex-common (>= 4).
+  * Rebuild against some fresh TeXLive packages and move fromo Debian
+    experimental to unstable.
 
- -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Sun, 16 Jun 2013 18:01:36 +0800
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Mon, 17 Jun 2013 00:15:26 +0800
 
 cjk (4.8.3+git20120914-1) experimental; urgency=low
 

Modified: cjk/trunk/debian/control
===================================================================
--- cjk/trunk/debian/control	2013-06-16 10:16:18 UTC (rev 5662)
+++ cjk/trunk/debian/control	2013-06-16 16:18:56 UTC (rev 5663)
@@ -1,5 +1,5 @@
 Source: cjk
-Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 3)
+Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 4)
 Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, texlive-lang-other (>= 2013.20130523-1)
 Section: tex
 Priority: optional
@@ -12,7 +12,7 @@
 
 Package: latex-cjk-common
 Architecture: any
-Depends: texlive-latex-base, texlive-font-utils (>= 2007.dfsg.2-1), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends}
+Depends: texlive-latex-base, texlive-font-utils (>= 2007.dfsg.2-1), tex-common (>= 4), ${misc:Depends}, ${shlibs:Depends}
 Conflicts: cjk-latex (<= 4.5.1), latex-cjk, latex-cjk-xcjk
 Replaces: cjk-latex
 Provides: cjk-latex
@@ -48,7 +48,7 @@
 Package: latex-cjk-japanese
 Architecture: any
 Recommends: latex-cjk-japanese-wadalab
-Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends}
+Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 4), ${misc:Depends}, ${shlibs:Depends}
 Suggests: hbf-kanji48
 Conflicts: cjk-latex (<= 4.5.1)
 Description: Japanese module of LaTeX CJK
@@ -63,7 +63,7 @@
 Package: latex-cjk-korean
 Architecture: all
 Recommends: ko.tex-extra-hlfont
-Depends: latex-cjk-common (>= ${source:Version}), tex-common (>= 3), ${misc:Depends}
+Depends: latex-cjk-common (>= ${source:Version}), tex-common (>= 4), ${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
@@ -71,7 +71,7 @@
 
 Package: latex-cjk-thai
 Architecture: all
-Depends: latex-cjk-common (>= ${source:Version}), texlive-latex-base, tex-common (>= 3), texlive-lang-other (>= 2013.20130523-1), ${misc:Depends}
+Depends: latex-cjk-common (>= ${source:Version}), texlive-latex-base, tex-common (>= 4), 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-06-16 10:16:18 UTC (rev 5662)
+++ cjk/trunk/debian/rules	2013-06-16 16:18:56 UTC (rev 5663)
@@ -153,7 +153,7 @@
 	dh_link -platex-cjk-japanese usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-japanese
 
 	# Get the documentation in texdoc.  texdoctk unfortunately uses another engine.
-	dh_link -platex-cjk-common usr/share/doc/latex-cjk-common usr/share/doc/texmf/latex/latex-cjk
+	dh_link -platex-cjk-common usr/share/doc/latex-cjk-common usr/share/texmf/doc/latex/latex-cjk
 
 	dh_installtex -platex-cjk-common -platex-cjk-japanese
 	dh_installtex -platex-cjk-chinese




More information about the Debian-tex-commits mailing list