Source: libnghttp2-dev
Version: 1.43.0-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:nodejs

nodejs will need to depend on libnghttp2-dev for both build and host
architecture simultaneously. That's very uncommon, but I see little ways
around that requirement. As a consequence, we'll need libnghttp2-dev to
become Multi-Arch: same and it actually is packaged in a way that
enables us just adding the header (as is pointed out by the multiarch
hinter). While at it, we can also mark nghttp2 Multi-Arch: foreign.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru nghttp2-1.43.0/debian/changelog 
nghttp2-1.43.0/debian/changelog
--- nghttp2-1.43.0/debian/changelog     2021-02-13 18:47:24.000000000 +0100
+++ nghttp2-1.43.0/debian/changelog     2021-10-13 21:31:29.000000000 +0200
@@ -1,3 +1,11 @@
+nghttp2 (1.43.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark libnghttp2-dev Multi-Arch: same. (Closes: #-1)
+  * Mark nghttp2 Multi-Arch: foreign.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 13 Oct 2021 21:31:29 +0200
+
 nghttp2 (1.43.0-1) unstable; urgency=medium
 
   * New upstream release 1.43.0
diff --minimal -Nru nghttp2-1.43.0/debian/control nghttp2-1.43.0/debian/control
--- nghttp2-1.43.0/debian/control       2021-02-13 18:47:24.000000000 +0100
+++ nghttp2-1.43.0/debian/control       2021-10-13 21:31:27.000000000 +0200
@@ -26,6 +26,7 @@
 
 Package: libnghttp2-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: libnghttp2-14 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Suggests: libnghttp2-doc
@@ -109,6 +110,7 @@
 
 Package: nghttp2
 Architecture: all
+Multi-Arch: foreign
 Depends: nghttp2-client (>= ${binary:Version}),
          nghttp2-proxy (>= ${binary:Version}),
          nghttp2-server (>= ${binary:Version}),

Reply via email to