Source: cmark Version: 0.30.2-5 Severity: wishlist Tags: patch Hi Jonas, could you please mark cmark as Multi-Arch: foreign? Cross builds of some of my packages depending on cmark to convert Markdown documentation to HTML are currently failing, and require me to explicitly mark the build dependency with :native.
I'm attaching a small patch for your convenience. Thanks! -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-6-amd64 (SMP w/2 CPU threads; PREEMPT) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- no debconf information
>From 40e1f9e6580eb431415326b6188fc6f1ebfc7d6e Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda <[email protected]> Date: Wed, 28 Dec 2022 17:57:44 +0100 Subject: [PATCH] d/control: mark cmark as Multi-Arch: foreign This allows packages that depend on cmark do cross-builds without issues --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 2742834..d8eeb95 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: Package: cmark Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, -- 2.39.0

