From: Keith Packard Date: Thu, 4 Sep 2025 15:19:58 +0000 (-0700) Subject: debian: Improve cross building performance X-Git-Tag: debian/1.9.22-2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=faae0c280a154f6d3853087f3d5bda7d8ca107bd;p=fw%2Faltos 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 --- 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