Source: taglib Version: 1.11.1+dfsg.1-3 Tags: patch User: [email protected] Usertags: rebootstrap
taglib participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies. I found that gsfonts-x11 is no longer needed in the sense that the resulting binary artifacts do not change (in reproducible terms) when moving gsfonts-x11 to Build-Conflicts. Please consider applying the attached patch to drop it. Helmut
diff --minimal -Nru taglib-1.11.1+dfsg.1/debian/changelog taglib-1.11.1+dfsg.1/debian/changelog --- taglib-1.11.1+dfsg.1/debian/changelog 2020-07-24 16:34:03.000000000 +0200 +++ taglib-1.11.1+dfsg.1/debian/changelog 2021-02-03 13:31:17.000000000 +0100 @@ -1,3 +1,10 @@ +taglib (1.11.1+dfsg.1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused gsfonts-x11 dependency. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 03 Feb 2021 13:31:17 +0100 + taglib (1.11.1+dfsg.1-3) unstable; urgency=medium * Rebuild against GCC 10. diff --minimal -Nru taglib-1.11.1+dfsg.1/debian/control taglib-1.11.1+dfsg.1/debian/control --- taglib-1.11.1+dfsg.1/debian/control 2020-07-24 16:11:23.000000000 +0200 +++ taglib-1.11.1+dfsg.1/debian/control 2021-02-03 13:31:16.000000000 +0100 @@ -14,7 +14,6 @@ Build-Depends-Indep: doxygen, graphviz, - gsfonts-x11, Standards-Version: 4.5.0 Homepage: http://taglib.github.io/ Vcs-Git: https://salsa.debian.org/multimedia-team/taglib.git

