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=5dccc5f50583fc59b40ac0d1af3a2e56be8088cd

commit 5dccc5f50583fc59b40ac0d1af3a2e56be8088cd
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Nov 13 02:13:59 2023 +0100

    arch: Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, 
riscv
    
    These are the CPUs supported by the currently supported FreeBSD
    releases.
---
 data/tupletable       | 8 +++++++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/data/tupletable b/data/tupletable
index 61f426b2b..be9baef71 100644
--- a/data/tupletable
+++ b/data/tupletable
@@ -44,7 +44,13 @@ base-gnu-kopensolaris-i386   kopensolaris-i386
 base-gnu-hurd-amd64            hurd-amd64
 base-gnu-hurd-i386             hurd-i386
 base-bsd-dragonflybsd-amd64    dragonflybsd-amd64
-base-bsd-freebsd-<cpu>         freebsd-<cpu>
+base-bsd-freebsd-amd64         freebsd-amd64
+base-bsd-freebsd-arm           freebsd-arm
+base-bsd-freebsd-arm64         freebsd-arm64
+base-bsd-freebsd-i386          freebsd-i386
+base-bsd-freebsd-powerpc       freebsd-powerpc
+base-bsd-freebsd-ppc64         freebsd-ppc64
+base-bsd-freebsd-riscv         freebsd-riscv
 base-bsd-openbsd-<cpu>         openbsd-<cpu>
 base-bsd-netbsd-<cpu>          netbsd-<cpu>
 base-bsd-darwin-amd64          darwin-amd64
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index b2fa5b9c5..85301e288 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 => 8038;
+use Test::More tests => 7142;
 
 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 = 234;
+my $KNOWN_ARCHES_TOTAL = 206;
 my @valid_arches = get_valid_arches();
 
 sub get_valid_wildcards

-- 
Dpkg.Org's dpkg

Reply via email to