[Pkg-javascript-devel] Bug#1086150: please mark libraries (and development files) with Multi-Arch properly

Michael Tokarev mjt at tls.msk.ru
Sun Oct 27 15:26:03 GMT 2024


Package: libllhttp-dev
Version: 5.28.4+dfsg1+~cs23.12.11-2
Severity: important
Tags: patch

Please mark the libraries (and -dev packages) with Multi-Arch: same,
as it seems to allow co-installing of the packages.  To enable
various ways of cross-compiling and other cross-architecture usages.

A trivial patch is below.

Thanks,

/mjt

--- a/debian/control	2024-02-02 16:25:24.000000000 +0300
+++ b/debian/control	2024-10-27 18:24:31.985651747 +0300
@@ -45,6 +45,7 @@
 Package: libllhttp-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}
  , libllhttp9.1 (= ${libllhttp:Version})
 Description: HTTP messages parser library dev files
@@ -53,6 +54,7 @@
 Package: libllhttp9.1
 Section: libs
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}
  , ${shlibs:Depends}
 Description: HTTP messages parser library



More information about the Pkg-javascript-devel mailing list