Dear Release Managers, the previous upload of texlive-bin to oldstable has fixed the 5-year-old-LaTeX problem only for LaTeX itself, and for those formats that load LaTeX and do it with the same configuration.
Two formats, however, are missing \scrollmode in their ini file, which means that the format generation engine will wait for input when it encounters the LaTeX warning. With \scrollmode, the process will just continue, and the format generation script has a chance to distinguish between errors and (this case) warning. This has been reported in bugs #534428 and #534199, which are closed by the upload of texlive-lang and texlive-extra found in the queue for oldstable-proposed-updates. Please consider them for inclusion. The changes are again minimal, one file in the binary package plus the changelog is changed in each case. texlive-lang needs a new patch in debian/patches, in texlive-extra the changed ini file is already below debian/. Here come the diff's: --8<---------------cut here---------------start------------->8--- diff -Nur texlive-lang-2005.dfsg.2/debian/changelog texlive-lang-2005.dfsg.2.new/debian/changelog --- texlive-lang-2005.dfsg.2/debian/changelog 2009-07-02 19:52:06.000000000 +0200 +++ texlive-lang-2005.dfsg.2.new/debian/changelog 2009-07-02 11:32:03.000000000 +0200 @@ -1,3 +1,11 @@ +texlive-lang (2005.dfsg.2-6) oldstable-proposed-updates; urgency=low + + * Add \scrollmode to cslatex.ini, so that format building won't stop + when LaTeX is older than 5 years and issues a warning (closes: + #534428) + + -- Frank KÃŒster <[email protected]> Thu, 02 Jul 2009 11:31:54 +0200 + texlive-lang (2005.dfsg.2-5) unstable; urgency=low * Fix a typo in the NEWS. Debian file for texlive-lang-polish (mentioned diff -Nur texlive-lang-2005.dfsg.2/debian/patches/20_scrollmode_sclatex.dpatch texlive-lang-2005.dfsg.2.new/debian/patches/20_scrollmode_sclatex.dpatch --- texlive-lang-2005.dfsg.2/debian/patches/20_scrollmode_sclatex.dpatch 1970-01-01 01:00:00.000000000 +0100 +++ texlive-lang-2005.dfsg.2.new/debian/patches/20_scrollmode_sclatex.dpatch 2009-07-02 11:31:09.000000000 +0200 @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 20_scrollmode_cslatex.dpatch by <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add \scrollmode to cslatex.ini, so that format building won't stop when +## DP: LaTeX is older than 5 years and issues a warning + +...@dpatch@ + +--- texmf-dist/tex/cslatex/base/cslatex.ini.orig 2009-07-02 11:26:51.000000000 +0200 ++++ texmf-dist/tex/cslatex/base/cslatex.ini 2009-07-02 11:27:18.000000000 +0200 +@@ -48,6 +48,6 @@ + \catcode`\{=12 + \fi + +- ++\scrollmode + \input latex.ltx + diff -Nur texlive-lang-2005.dfsg.2/texmf-dist/tex/cslatex/base/cslatex.ini texlive-lang-2005.dfsg.2.new/texmf-dist/tex/cslatex/base/cslatex.ini --- texlive-lang-2005.dfsg.2/texmf-dist/tex/cslatex/base/cslatex.ini 2005-09-08 11:21:57.000000000 +0200 +++ texlive-lang-2005.dfsg.2.new/texmf-dist/tex/cslatex/base/cslatex.ini 2009-07-02 11:27:18.000000000 +0200 @@ -48,6 +48,6 @@ \catcode`\{=12 \fi - +\scrollmode \input latex.ltx --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- diff -Nur texlive-extra-2005.dfsg.3/debian/changelog texlive-extra-2005.dfsg.3.new/debian/changelog --- texlive-extra-2005.dfsg.3/debian/changelog 2009-07-02 19:54:31.000000000 +0200 +++ texlive-extra-2005.dfsg.3.new/debian/changelog 2009-07-02 11:10:41.000000000 +0200 @@ -1,3 +1,11 @@ +texlive-extra (2005.dfsg.3-2) oldstable-proposed-updates; urgency=low + + * Add \scrollmode to mllatex.ini, so that the format building doesn't + stop waiting for input when the warning about LaTeX being older than 5 + years is encountered (closes: #534199) + + -- Frank KÃŒster <[email protected]> Thu, 02 Jul 2009 11:10:41 +0200 + texlive-extra (2005.dfsg.3-1) unstable; urgency=medium * blacklist siam.tpm and build new upstream, as the siam macros are not diff -Nur texlive-extra-2005.dfsg.3/debian/texlive-formats-extra.root/usr/share/texmf-texlive/tex/latex/config/mllatex.ini texlive-extra-2005.dfsg.3.new/debian/texlive-formats-extra.root/usr/share/texmf-texlive/tex/latex/config/mllatex.ini --- texlive-extra-2005.dfsg.3/debian/texlive-formats-extra.root/usr/share/texmf-texlive/tex/latex/config/mllatex.ini 2009-07-02 19:54:31.000000000 +0200 +++ texlive-extra-2005.dfsg.3.new/debian/texlive-formats-extra.root/usr/share/texmf-texlive/tex/latex/config/mllatex.ini 2009-07-02 11:08:36.000000000 +0200 @@ -1 +1,2 @@ +\scrollmode \input latex.ltx --8<---------------cut here---------------end--------------->8--- Regards, Frank -- Dr. Frank Küster Debian Developer (TeXLive) VCD Aschaffenburg-Miltenberg, ADFC Miltenberg B90/Grüne KV Miltenberg -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

