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=602261f1f3e3143b0b668d3ae185fb600b4ed18c

commit 602261f1f3e3143b0b668d3ae185fb600b4ed18c
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Mon Nov 13 02:14:59 2023 +0100

    arch: Restrict kopensolaris ports to amd64 and i386
    
    This port got started but it does not look like it went very far,
    but there is at least one semi-active project (OS Dyson) which
    supposedly still has plans to continue this port, although there has
    been no reply yet as to what are their plans or status. For now just
    restrict the port to the CPUs that have support in the glibc fork.
    We can always revisit whether to remove (with the option to add back)
    the port in the future.
    
    Ref: https://lists.debian.org/debian-dpkg/2023/11/msg00009.html
    Ref: https://github.com/ip1981/kopensolaris-glibc
---
 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 c776416e8..e04b443bf 100644
--- a/data/tupletable
+++ b/data/tupletable
@@ -39,7 +39,8 @@ x32-gnu-linux-amd64           x32
 base-gnu-linux-<cpu>           <cpu>
 base-gnu-kfreebsd-amd64                kfreebsd-amd64
 base-gnu-kfreebsd-i386         kfreebsd-i386
-base-gnu-kopensolaris-<cpu>    kopensolaris-<cpu>
+base-gnu-kopensolaris-amd64    kopensolaris-amd64
+base-gnu-kopensolaris-i386     kopensolaris-i386
 base-gnu-hurd-<cpu>            hurd-<cpu>
 base-bsd-dragonflybsd-<cpu>    dragonflybsd-<cpu>
 base-bsd-freebsd-<cpu>         freebsd-<cpu>
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index 4b97d7d7d..b7cb97aaa 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 => 14110;
+use Test::More tests => 13086;
 
 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 = 421;
+my $KNOWN_ARCHES_TOTAL = 389;
 my @valid_arches = get_valid_arches();
 
 sub get_valid_wildcards

-- 
Dpkg.Org's dpkg

Reply via email to