[From nobody Thu May 21 05:03:07 2026
Received: (at submit) by bugs.debian.org; 27 Oct 2024 15:26:07 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-23.9 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,FOURLA,HAS_PACKAGE,RCVD_IN_DNSWL_HI,
 SPF_HELO_NONE,SPF_PASS,XMAILER_REPORTBUG autolearn=ham
 autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 16; hammy, 128; neutral, 27; spammy,
 0. spammytokens: hammytokens:0.000-+--H*x:12.0.0, 0.000-+--H*UA:12.0.0,
 0.000-+--H*M:reportbug, 0.000-+--H*MI:reportbug,
 0.000-+--H*x:reportbug
Return-path: &lt;mjt@tls.msk.ru&gt;
Received: from isrv.corpit.ru ([86.62.121.231]:37501)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;mjt@tls.msk.ru&gt;) id 1t559b-00Au8Q-0p
 for submit@bugs.debian.org; Sun, 27 Oct 2024 15:26:07 +0000
Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2])
 by isrv.corpit.ru (Postfix) with ESMTP id 78FE09CB2A
 for &lt;submit@bugs.debian.org&gt;; Sun, 27 Oct 2024 18:25:27 +0300 (MSK)
Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130])
 by tsrv.corpit.ru (Postfix) with SMTP id 6890315E781;
 Sun, 27 Oct 2024 18:26:03 +0300 (MSK)
Received: (nullmailer pid 1337783 invoked by uid 1000);
 Sun, 27 Oct 2024 15:26:03 -0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: please mark libraries (and development files) with Multi-Arch properly
Message-ID: &lt;173004276334.1337419.4968055284538369344.reportbug@localhost&gt;
X-Mailer: reportbug 12.0.0
Date: Sun, 27 Oct 2024 18:26:03 +0300
Delivered-To: submit@bugs.debian.org

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
]