Source: libmicrohttpd Version: 0.9.71-1 Tags: patch User: [email protected] Usertags: rebootstrap
libmicrohttpd 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 libcurl4-gnutls-dev, socat and zzuf are only used for testing libmicrohttpd. Please consider applying the attached patch to annotate them <!nocheck>. Helmut
diff --minimal -Nru libmicrohttpd-0.9.71/debian/changelog libmicrohttpd-0.9.71/debian/changelog --- libmicrohttpd-0.9.71/debian/changelog 2020-07-04 12:46:41.000000000 +0200 +++ libmicrohttpd-0.9.71/debian/changelog 2021-02-03 20:35:52.000000000 +0100 @@ -1,3 +1,10 @@ +libmicrohttpd (0.9.71-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 03 Feb 2021 20:35:52 +0100 + libmicrohttpd (0.9.71-1) unstable; urgency=medium * Make libmicrohttpd12 and libmicrohttpd-dev multiarch: same. diff --minimal -Nru libmicrohttpd-0.9.71/debian/control libmicrohttpd-0.9.71/debian/control --- libmicrohttpd-0.9.71/debian/control 2020-07-04 10:05:20.000000000 +0200 +++ libmicrohttpd-0.9.71/debian/control 2021-02-03 20:35:52.000000000 +0100 @@ -6,12 +6,12 @@ autoconf, automake, debhelper-compat (= 13), - libcurl4-gnutls-dev, + libcurl4-gnutls-dev <!nocheck>, libgnutls28-dev, pkg-config, - socat[!hurd-i386], + socat [!hurd-i386] <!nocheck>, texinfo, - zzuf + zzuf <!nocheck> Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/debian/libmicrohttpd.git Vcs-browser: https://salsa.debian.org/debian/libmicrohttpd

