This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e98a90800fdf25be409d3f6cbb751c77682e3c56 commit e98a90800fdf25be409d3f6cbb751c77682e3c56 Author: Guillem Jover <[email protected]> AuthorDate: Mon Nov 13 01:11:50 2023 +0100 arch: Remove arm64ilp32 support This port was never fully upstreamed to Linux, glibc and other toolchain projects. It was used for a while internally at some companies, but not any longer since before 2018. Ref: https://lists.debian.org/debian-dpkg/2023/11/msg00007.html --- data/abitable | 1 - data/ostable | 1 - data/tupletable | 1 - scripts/Dpkg/Vendor/Debian.pm | 1 - scripts/t/Dpkg_Arch.t | 4 ++-- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/abitable b/data/abitable index b9b1dc4f2..18fa36700 100644 --- a/data/abitable +++ b/data/abitable @@ -10,5 +10,4 @@ # # <Debian name> <Bits> abin32 32 -ilp32 32 x32 32 diff --git a/data/ostable b/data/ostable index 7fd2bff08..1e1926abd 100644 --- a/data/ostable +++ b/data/ostable @@ -26,7 +26,6 @@ abin32-gnu-linux linux-gnuabin32 linux[^-]*-gnuabin32 abi64-gnu-linux linux-gnuabi64 linux[^-]*-gnuabi64 spe-gnu-linux linux-gnuspe linux[^-]*-gnuspe x32-gnu-linux linux-gnux32 linux[^-]*-gnux32 -ilp32-gnu-linux linux-gnu_ilp32 linux[^-]*-gnu_ilp32 base-gnu-linux linux-gnu linux[^-]*(-gnu.*)? eabihf-gnu-kfreebsd kfreebsd-gnueabihf kfreebsd[^-]*-gnueabihf base-gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? diff --git a/data/tupletable b/data/tupletable index a7a878f5b..f6c90b80c 100644 --- a/data/tupletable +++ b/data/tupletable @@ -24,7 +24,6 @@ eabi-uclibc-linux-arm uclibc-linux-armel base-uclibc-linux-<cpu> uclibc-linux-<cpu> eabihf-musl-linux-arm musl-linux-armhf base-musl-linux-<cpu> musl-linux-<cpu> -ilp32-gnu-linux-arm64 arm64ilp32 eabihf-gnu-linux-arm armhf eabi-gnu-linux-arm armel abin32-gnu-linux-mips64r6el mipsn32r6el diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm index f719528d8..72b2c3b94 100644 --- a/scripts/Dpkg/Vendor/Debian.pm +++ b/scripts/Dpkg/Vendor/Debian.pm @@ -219,7 +219,6 @@ sub set_build_features { # On musl libc based systems all ports use time64. my %time32_arch = map { $_ => 1 } qw( arm - arm64ilp32 armeb armel armhf diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t index d206fc0d8..22b610063 100644 --- a/scripts/t/Dpkg_Arch.t +++ b/scripts/t/Dpkg_Arch.t @@ -16,7 +16,7 @@ use strict; use warnings; -use Test::More tests => 17421; +use Test::More tests => 17386; use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch debarch_eq debarch_is debarch_is_wildcard @@ -28,7 +28,7 @@ use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch get_host_gnu_type get_valid_arches)); -my $KNOWN_ARCHES_TOTAL = 524; +my $KNOWN_ARCHES_TOTAL = 523; my @valid_arches = get_valid_arches(); sub get_valid_wildcards -- Dpkg.Org's dpkg

