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=bbac152522a9ef0d5e18f40bae92b12e1594ad05

commit bbac152522a9ef0d5e18f40bae92b12e1594ad05
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Mon Nov 13 01:35:36 2023 +0100

    arch: Restrict hurd ports to amd64 and i386
    
    These are the only two ports currently supported.
---
 data/tupletable       | 3 ++-
 scripts/t/Dpkg_Arch.t | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/data/tupletable b/data/tupletable
index e04b443bf..6d62ac4c2 100644
--- a/data/tupletable
+++ b/data/tupletable
@@ -41,7 +41,8 @@ base-gnu-kfreebsd-amd64               kfreebsd-amd64
 base-gnu-kfreebsd-i386         kfreebsd-i386
 base-gnu-kopensolaris-amd64    kopensolaris-amd64
 base-gnu-kopensolaris-i386     kopensolaris-i386
-base-gnu-hurd-<cpu>            hurd-<cpu>
+base-gnu-hurd-amd64            hurd-amd64
+base-gnu-hurd-i386             hurd-i386
 base-bsd-dragonflybsd-<cpu>    dragonflybsd-<cpu>
 base-bsd-freebsd-<cpu>         freebsd-<cpu>
 base-bsd-openbsd-<cpu>         openbsd-<cpu>
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index b7cb97aaa..028565654 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 => 13086;
+use Test::More tests => 12058;
 
 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 = 389;
+my $KNOWN_ARCHES_TOTAL = 357;
 my @valid_arches = get_valid_arches();
 
 sub get_valid_wildcards

-- 
Dpkg.Org's dpkg

Reply via email to