From faae0c280a154f6d3853087f3d5bda7d8ca107bd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Sep 2025 08:19:58 -0700 Subject: [PATCH] debian: Improve cross building performance Replace host arch packages with native ones for tools used during the build which operate in an architecturally neutral fashion. Presumably these should be fixed to use Multi-Arch: foreign in their package description? Signed-off-by: Keith Packard --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2f4670d9..ea0c086c 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: asciidoctor, gawk, gcc-arm-none-eabi, picolibc-arm-none-eabi, - graphicsmagick | imagemagick, + graphicsmagick:native | imagemagick:native, graphviz, icnsutils, icoutils, @@ -35,7 +35,7 @@ Build-Depends: asciidoctor, cairo-5c:native, pkgconf, shared-mime-info, - sox, + sox:native, swig Standards-Version: 4.6.0 Homepage: http://altusmetrum.org/AltOS -- 2.47.3