Source: socat Version: 1.7.4.1-2 Tags: patch User: [email protected] Usertags: rebootstrap
socat participates in dependency loops relevant to architecture bootstrap. Instead of looking into such a difficult problem, I looked into easily droppable dependencies and notices that a number of socat's Build-Depends are only required for its testsuite and can be annotated <!nocheck>. Please consider applying the attached patch to annotate openssl, net-tools, iproute2 and netbase. Helmut
diff --minimal -Nru socat-1.7.4.1/debian/changelog socat-1.7.4.1/debian/changelog --- socat-1.7.4.1/debian/changelog 2021-01-10 21:43:44.000000000 +0100 +++ socat-1.7.4.1/debian/changelog 2021-02-03 13:27:51.000000000 +0100 @@ -1,3 +1,10 @@ +socat (1.7.4.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test dependencies <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 03 Feb 2021 13:27:51 +0100 + socat (1.7.4.1-2) unstable; urgency=medium * Disable additional tests failing on buildds. diff --minimal -Nru socat-1.7.4.1/debian/control socat-1.7.4.1/debian/control --- socat-1.7.4.1/debian/control 2021-01-10 19:31:16.000000000 +0100 +++ socat-1.7.4.1/debian/control 2021-02-03 13:27:48.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Homepage: http://www.dest-unreach.org/socat/ -Build-Depends: debhelper-compat (= 12), libssl-dev, libwrap0-dev, openssl, net-tools, iproute2 [linux-any], netbase +Build-Depends: debhelper-compat (= 12), libssl-dev, libwrap0-dev, openssl <!nocheck>, net-tools <!nocheck>, iproute2 [linux-any] <!nocheck>, netbase <!nocheck> Standards-Version: 4.5.0 Rules-Requires-Root: no

