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=8df6d1fcb84e5456957f978214ebdfa574592455

commit 8df6d1fcb84e5456957f978214ebdfa574592455
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Mon Nov 13 01:34:13 2023 +0100

    arch: Restrict kfreebsd ports to amd64 and i386
    
    These were the only ports that got anywhere, there's no point in
    listing support for ports that never existed.
---
 data/tupletable       | 4 ++--
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/tupletable b/data/tupletable
index db0d0c0bb..c776416e8 100644
--- a/data/tupletable
+++ b/data/tupletable
@@ -37,8 +37,8 @@ abi64-gnu-linux-mips64                mips64
 spe-gnu-linux-powerpc          powerpcspe
 x32-gnu-linux-amd64            x32
 base-gnu-linux-<cpu>           <cpu>
-eabihf-gnu-kfreebsd-arm                kfreebsd-armhf
-base-gnu-kfreebsd-<cpu>                kfreebsd-<cpu>
+base-gnu-kfreebsd-amd64                kfreebsd-amd64
+base-gnu-kfreebsd-i386         kfreebsd-i386
 base-gnu-kopensolaris-<cpu>    kopensolaris-<cpu>
 base-gnu-hurd-<cpu>            hurd-<cpu>
 base-bsd-dragonflybsd-<cpu>    dragonflybsd-<cpu>
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index 5aba6bc64..4b97d7d7d 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 => 15165;
+use Test::More tests => 14110;
 
 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 = 454;
+my $KNOWN_ARCHES_TOTAL = 421;
 my @valid_arches = get_valid_arches();
 
 sub get_valid_wildcards

-- 
Dpkg.Org's dpkg

Reply via email to