Package: buildd.debian.org Severity: normal Tags: patch Dear Maintainer,
osm2pgsql upstream no longer supports 32bit architectures, no need to even try to build the package there. Kind Regards, Bas
>From a49a0961ea98027b486169567f21d6e63f32206e Mon Sep 17 00:00:00 2001 From: Bas Couwenberg <[email protected]> Date: Mon, 4 Sep 2023 18:37:10 +0200 Subject: Exclude osm2pgsql from 32bit achitectures. --- Packages-arch-specific | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages-arch-specific b/Packages-arch-specific index aa69ebe..539bea5 100644 --- a/Packages-arch-specific +++ b/Packages-arch-specific @@ -23,6 +23,7 @@ fdflush: alpha amd64 i386 # amd64/i386/alpha specific %libgcr410: i386 amd64 # [ANAIS] %linux-wlan-ng: amd64 i386 powerpc armel armhf alpha hppa # ANAIS [?] +%osm2pgsql: !armel !armhf !i386 !arc !hppa !hurd-i386 !m68k !powerpc !sh4 !x32 # 64bit only # xorg stuff %xf86-input-multitouch: !s390x -- 2.39.2

