Source: yodl Version: 4.03.02-1 Tags: patch User: [email protected] Usertags: rebootstrap
yodl participates in dependency loops relevant to architecture bootstrap. Rather than look into such a difficult problem, I looked into easily droppable dependencies and noticed that dropping texlive-fonts-recommended does not break the build nor change output artifacts in any way. All other texlive dependencies really are required. Please consider applying the attached patch. Helmut
diff --minimal -Nru yodl-4.03.02/debian/changelog yodl-4.03.02/debian/changelog --- yodl-4.03.02/debian/changelog 2021-01-22 13:38:52.000000000 +0100 +++ yodl-4.03.02/debian/changelog 2021-01-29 07:39:16.000000000 +0100 @@ -1,3 +1,10 @@ +yodl (4.03.02-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused Build-Depends: texlive-fonts-recommended. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 29 Jan 2021 07:39:16 +0100 + yodl (4.03.02-1) unstable; urgency=low * Upstream removed superfluous .tar.gz extensions from the man-pages diff --minimal -Nru yodl-4.03.02/debian/control yodl-4.03.02/debian/control --- yodl-4.03.02/debian/control 2021-01-22 13:38:52.000000000 +0100 +++ yodl-4.03.02/debian/control 2021-01-29 07:39:14.000000000 +0100 @@ -10,7 +10,6 @@ texlive-latex-base, texlive-plain-generic, texlive-latex-recommended, - texlive-fonts-recommended, texlive-latex-extra, ghostscript Standards-Version: 4.5.1

