Comment 25 for bug 36145

Revision history for this message
Christoph Bier (christoph-bier) wrote :

Here's an untested fix that should work:

sudo sh -c 'echo 10tetex > /var/lib/tex-common/language-cnf/tetex-base.list'
sudo update-language
sudo -H fmtutil-sys --all

Can anybody test it, please?! (Sorry, I don't have the time to test it till the end of next week.)

To fix the bug change '00tetex' to '10tetex' in 'debian/tetex-base.language.list' in the tetex-base source package

--- debian/tetex-base.language.list (revision 1077)
+++ debian/tetex-base.language.list (revision 1078)
@@ -1 +1 @@
-00tetex
+10tetex

 and build it again. HTH!