Source: protozero Version: 1.7.0-1 Tags: patch User: [email protected] Usertags: rebootstrap
protozero participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies. It turns out that protozero depends on the main protobuf implementation for testing. This is great. I propose annotateing those dependencies <!nocheck>. Please consider applying the attached patch. Helmut
diff --minimal -Nru protozero-1.7.0/debian/changelog protozero-1.7.0/debian/changelog --- protozero-1.7.0/debian/changelog 2020-06-08 15:38:54.000000000 +0200 +++ protozero-1.7.0/debian/changelog 2021-02-01 08:02:00.000000000 +0100 @@ -1,3 +1,10 @@ +protozero (1.7.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies on protobuf <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 01 Feb 2021 08:02:00 +0100 + protozero (1.7.0-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru protozero-1.7.0/debian/control protozero-1.7.0/debian/control --- protozero-1.7.0/debian/control 2020-03-19 20:18:07.000000000 +0100 +++ protozero-1.7.0/debian/control 2021-02-01 08:01:25.000000000 +0100 @@ -7,8 +7,8 @@ cmake (>= 2.8), doxygen, graphviz, - libprotobuf-dev, - protobuf-compiler, + libprotobuf-dev <!nocheck>, + protobuf-compiler <!nocheck>, pkg-config Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/protozero/

