[SCM] Debian packaging of tex-common) branch, master, updated. 4.03-2-g70f314a
The following commit has been merged in the master branch:
commit ecf51fd49e94feabeb658c8942bec7edc9b9f31d
Author: Norbert Preining <preining@debian.org>
Date: Sat Jun 15 16:59:21 2013 +0900
remove thailatex babel.sty (Closes: #712297)
diff --git a/debian/changelog b/debian/changelog
index 15b31b9..c9670f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tex-common (4.04) unstable; urgency=low
+
+ * remove thailatex's patched version of babel.sty (Closes: #712297)
+ * break against thailatex versions older than 2013 to make sure that
+ no patching of babel.sty occurs.
+
+ -- Norbert Preining <preining@debian.org> Sat, 15 Jun 2013 16:58:45 +0900
+
tex-common (4.03) unstable; urgency=low
* update-fmtlang: make sure we find the head files in both the old
diff --git a/debian/control b/debian/control
index ad2ee72..354674b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Depends: ${misc:Depends}, ucf, debconf (>= 1.4.69) | cdebconf (>= 0.39), dpkg (>
Suggests: debhelper (>= 7.0.8)
Replaces: tetex-base (<= 3.0-10), dvipdfmx
Conflicts: tetex-base (<< 2007), texlive-common (<< 2009), context (<= 2011.05.18.20110627-1)
-Breaks: texlive-common (<< 2010), tipa (<= 2:1.3-15), itrans (<= 5.3-10), gregoriotex (<= 2.0-1.1), cm-super (<= 0.3.4-4), cm-super-minimal (<= 0.3.4-7), latex-cjk-chinese-arphic-bkai00mp (<= 1.21+nmu1), latex-cjk-japanese-wadalab (<= 0.20050817-15), latex-fonts-sipa-arundina (<= 0.2.0-1), latex-fonts-thai-tlwg (<= 1:0.5.0-1), lmodern (<= 2.004.1-3.1), ko.tex-base (<= 0.1.0+20071012-1), ko.tex-extra (<= 0.1.0+20071012-1), latex-cjk-chinese-arphic-bsmi00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gbsn00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gkai00mp (<= 1.21+nmu1), latex-cjk-thai (<= 4.8.2+git20111216-1), latex-cjk-chinese (<< 4.8.2+git20111216-2), latex-sanskrit (<= 2.2-8), musixtex (<= 1:0.115-2), scalable-cyrfonts-tex (<= 4.15), tex-gyre (<= 2.004.1-2.1), jadetex (<= 3.13-12), luatex (<< 0.70.1), texlive-lang-arab (<< 2012), context-doc-nonfree (<= 2012.06.27-1), alqalam (<= 0.2-5)
+Breaks: texlive-common (<< 2010), tipa (<= 2:1.3-15), itrans (<= 5.3-10), gregoriotex (<= 2.0-1.1), cm-super (<= 0.3.4-4), cm-super-minimal (<= 0.3.4-7), latex-cjk-chinese-arphic-bkai00mp (<= 1.21+nmu1), latex-cjk-japanese-wadalab (<= 0.20050817-15), latex-fonts-sipa-arundina (<= 0.2.0-1), latex-fonts-thai-tlwg (<= 1:0.5.0-1), lmodern (<= 2.004.1-3.1), ko.tex-base (<= 0.1.0+20071012-1), ko.tex-extra (<= 0.1.0+20071012-1), latex-cjk-chinese-arphic-bsmi00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gbsn00lp (<= 1.21+nmu1), latex-cjk-chinese-arphic-gkai00mp (<= 1.21+nmu1), latex-cjk-thai (<= 4.8.2+git20111216-1), latex-cjk-chinese (<< 4.8.2+git20111216-2), latex-sanskrit (<= 2.2-8), musixtex (<= 1:0.115-2), scalable-cyrfonts-tex (<= 4.15), tex-gyre (<= 2.004.1-2.1), jadetex (<= 3.13-12), luatex (<< 0.70.1), texlive-lang-arab (<< 2012), context-doc-nonfree (<= 2012.06.27-1), alqalam (<= 0.2-5), thailatex (<< 2013)
Description: common infrastructure for building and installing TeX
This package contains a number of scripts and common configuration
files that are needed to install a TeX System.
diff --git a/debian/postinst b/debian/postinst
index a735963..9c1dc10 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -363,6 +363,15 @@ case $action in
# create/update texmf.cnf
update-texmf
+ # remove outdated thailatex babel.sty
+ if [ -f $TEXMFSYSVARDIR/tex/generic/babel/babel.sty ] ; then
+ echo "Removing outdated babel.sty from thailatex."
+ rm $TEXMFSYSVARDIR/tex/generic/babel/babel.sty
+ rmdir --ignore-fail-on-non-empty $TEXMFSYSVARDIR/tex/generic/babel
+ rmdir --ignore-fail-on-non-empty $TEXMFSYSVARDIR/tex/generic
+ rmdir --ignore-fail-on-non-empty $TEXMFSYSVARDIR/tex
+ fi
+
#
# call trigger action
# that calls mktexlsr if possible, and update-*
@@ -410,6 +419,7 @@ case $action in
rmdir --ignore-fail-on-non-empty /etc/texmf/language.d/
fi
+
;;
*)
;;
--
Debian packaging of tex-common)
Reply to: