Source: nghttp2 Version: 1.42.0-1 Tags: patch User: [email protected] Usertags: rebootstrap
nghttp2 is required for architecture bootstrap. I therefore looked into reducing its Build-Depends and found that the libevent-dev dependency is unused. It is required for building the examples. They're automatically enabled when libssl is found, but that is not part of the Build-Depends. Therefore, libevent-dev can also go away. Please consider applying the attached patch. Helmut
diff --minimal -Nru nghttp2-1.42.0/debian/changelog nghttp2-1.42.0/debian/changelog --- nghttp2-1.42.0/debian/changelog 2020-11-28 16:41:28.000000000 +0100 +++ nghttp2-1.42.0/debian/changelog 2021-02-01 08:29:12.000000000 +0100 @@ -1,3 +1,10 @@ +nghttp2 (1.42.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused Build-Depends: libevent-dev. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 01 Feb 2021 08:29:12 +0100 + nghttp2 (1.42.0-1) unstable; urgency=medium * New upstream release 1.42.0 diff --minimal -Nru nghttp2-1.42.0/debian/control nghttp2-1.42.0/debian/control --- nghttp2-1.42.0/debian/control 2020-11-28 16:41:28.000000000 +0100 +++ nghttp2-1.42.0/debian/control 2021-02-01 08:29:06.000000000 +0100 @@ -9,7 +9,6 @@ libc-ares-dev, libcunit1-dev <!nocheck>, libev-dev, - libevent-dev, libjansson-dev, libjemalloc-dev [!hurd-i386], libssl-dev,

