Bug#1121831: advi: FTBFS in sid
Source: advi
Version: 2.0.0-4
Severity: serious
Hello, due to some texlive deprecations in sid, the package now FTBFS.
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/advi.html
This might be the culprit
Package babel Warning: From babel-und.ini:
(babel) Unknown language or deprecated name ('francais').
(babel) Falling back locale tag to 'und'.
(babel) Reported on input line 4298.
(/usr/share/texlive/texmf-dist/tex/generic/babel-french/francais.ldf
Package francais.ldf Warning: Option 'francais' for Babel is *deprecated*,
(francais.ldf) it might be removed sooner or later. Please
(francais.ldf) use 'french' instead; reported on input line 31.
And this the patch:
--- advi-2.0.0.orig/doc/advi_remote.tex
+++ advi-2.0.0/doc/advi_remote.tex
@@ -19,7 +19,7 @@
% End of splash specific stuf
\usepackage[latin1]{inputenc}
-\usepackage [francais]{babel}
+\usepackage [french]{babel}
%\usepackage [cyr]{aeguill}
\begin{document}
--- advi-2.0.0.orig/examples/prosper/LL/ll.tex
+++ advi-2.0.0/examples/prosper/LL/ll.tex
@@ -8,7 +8,7 @@
\slideheight 174mm
\centerslidesfalse
-\usepackage[USenglish,francais]{babel}
+\usepackage[USenglish,french]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
(the bug might also be in latex regressing "francais", but since this is deprecated already in favour of "french", let's just use the new one, right?)
G.
Reply to: