Source: libtheora Version: 1.1.1+dfsg.1-15 Tags: patch User: [email protected] Usertags: rebootstrap
libtheora participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies and noticed that a build with devscripts and texlive-fonts-recommended moved to Build-Conflicts results in the exact same binary artifacts as a regular build. I think that texlive-fonts-recommended was never needed and that devscripts was added for licensecheck when libtheora was using cdbs. Meanwhile, it no longer uses cdbs and devscripts no longer contains licensecheck. Please consider applying the attached patch to drop both. Helmut
diff --minimal -Nru libtheora-1.1.1+dfsg.1/debian/changelog libtheora-1.1.1+dfsg.1/debian/changelog --- libtheora-1.1.1+dfsg.1/debian/changelog 2019-02-24 22:58:12.000000000 +0100 +++ libtheora-1.1.1+dfsg.1/debian/changelog 2021-02-02 15:00:03.000000000 +0100 @@ -1,3 +1,11 @@ +libtheora (1.1.1+dfsg.1-15.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused Build-Depends: devscripts and texlive-fonts-recommended. + (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 02 Feb 2021 15:00:03 +0100 + libtheora (1.1.1+dfsg.1-15) unstable; urgency=medium * Team upload diff --minimal -Nru libtheora-1.1.1+dfsg.1/debian/control libtheora-1.1.1+dfsg.1/debian/control --- libtheora-1.1.1+dfsg.1/debian/control 2019-02-24 22:58:12.000000000 +0100 +++ libtheora-1.1.1+dfsg.1/debian/control 2021-02-02 15:00:03.000000000 +0100 @@ -7,7 +7,6 @@ , Martin Steghöfer <[email protected]> , Ralph Giles <[email protected]> Build-Depends: debhelper (>= 12) - , devscripts , doxygen , libogg-dev , libsdl1.2-dev @@ -19,7 +18,7 @@ , pkg-config , libcairo2-dev Build-Depends-Indep: transfig, texlive-latex-base, texlive-latex-extra, - texlive-latex-recommended, texlive-fonts-recommended, ghostscript + texlive-latex-recommended, ghostscript Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/multimedia-team/libtheora.git Vcs-Browser: https://salsa.debian.org/multimedia-team/libtheora

