Source: beast-mcmc Version: 1.8.4+dfsg.1-2 Severity: serious Tags: patch https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/beast-mcmc.html
... # # Build extra LaTeX documentation # cd doc/BookSection; pdflatex -interaction=batchmode BookSection.tex; pdflatex -interaction=batchmode BookSection.tex This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode cd doc/tutorial/Virus_Practical*; pdflatex -interaction=batchmode Practical_BEAST.tex; pdflatex -interaction=batchmode Practical_BEAST.tex This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode make[1]: *** [debian/rules:56: override_dh_auto_build] Error 1 Fix is attached.
Description: Fix encoding issues that caused FTBFS with TeX Live 2018 Author: Adrian Bunk <[email protected]> --- beast-mcmc-1.8.4+dfsg.1.orig/doc/BEAST14_Manual.tex +++ beast-mcmc-1.8.4+dfsg.1/doc/BEAST14_Manual.tex @@ -1,6 +1,7 @@ %% LyX 1.4.3 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[a4paper, english]{article} + \usepackage[latin1]{inputenc} \usepackage{graphicx} \usepackage{amssymb} \usepackage{epstopdf} --- beast-mcmc-1.8.4+dfsg.1.orig/doc/tutorial/Virus_Practical_1_6_1/Practical_BEAST.tex +++ beast-mcmc-1.8.4+dfsg.1/doc/tutorial/Virus_Practical_1_6_1/Practical_BEAST.tex @@ -1,4 +1,6 @@ \documentclass[12pt]{article} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} \usepackage{graphicx} \usepackage[left=3cm,top=3cm,right=3cm,bottom=3cm]{geometry}

