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

commit e1cc4948128488aa710e77ddc2b64d81658d82d9
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Sep 7 04:39:55 2025 +0200

    arch: Remove kopensolaris-any support
    
    This port got started but it does not look like it went very far.
    The OS Dyson project, which supposedly still had plans to continue
    this port, has not replied to previous queries on its status, and
    the glibc repositories for this port have not seen any changes for
    a long time.
    
    If the port ever comes back to life, it can always be added back.
    
    Ref: commit 602261f1f3e3143b0b668d3ae185fb600b4ed18c
    Ref: https://github.com/dtbartle/glibc-opensolaris (2009-04)
    Ref: https://github.com/ip1981/kopensolaris-glibc (2015-01)
---
 data/ostable          | 1 -
 data/tupletable       | 2 --
 scripts/t/Dpkg_Arch.t | 4 ++--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/data/ostable b/data/ostable
index 64f424490..5313fa258 100644
--- a/data/ostable
+++ b/data/ostable
@@ -29,7 +29,6 @@ x32-gnu-linux         linux-gnux32            
linux[^-]*-gnux32
 base-gnu-linux         linux-gnu               linux[^-]*(-gnu.*)?
 eabihf-gnu-kfreebsd    kfreebsd-gnueabihf      kfreebsd[^-]*-gnueabihf
 base-gnu-kfreebsd      kfreebsd-gnu            kfreebsd[^-]*(-gnu.*)?
-base-gnu-kopensolaris  kopensolaris-gnu        kopensolaris[^-]*(-gnu.*)?
 base-gnu-hurd          gnu                     gnu[^-]*
 base-bsd-darwin                darwin                  darwin[^-]*
 base-bsd-dragonflybsd  dragonflybsd            dragonfly[^-]*
diff --git a/data/tupletable b/data/tupletable
index ae9f2ddb4..e113cc98d 100644
--- a/data/tupletable
+++ b/data/tupletable
@@ -40,8 +40,6 @@ 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-amd64    kopensolaris-amd64
-base-gnu-kopensolaris-i386     kopensolaris-i386
 base-gnu-hurd-amd64            hurd-amd64
 base-gnu-hurd-i386             hurd-i386
 base-bsd-dragonflybsd-amd64    dragonflybsd-amd64
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t
index cb593418d..b9e953a72 100644
--- a/scripts/t/Dpkg_Arch.t
+++ b/scripts/t/Dpkg_Arch.t
@@ -15,7 +15,7 @@
 
 use v5.36;
 
-use Test::More tests => 7142;
+use Test::More tests => 7071;
 
 use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch
                         debarch_eq debarch_is debarch_is_wildcard
@@ -27,7 +27,7 @@ use_ok('Dpkg::Arch', qw(debarch_to_debtuple 
debarch_to_multiarch
                         get_host_gnu_type
                         get_valid_arches));
 
-my $KNOWN_ARCHES_TOTAL = 206;
+my $KNOWN_ARCHES_TOTAL = 204;
 my @valid_arches = get_valid_arches();
 
 sub get_valid_wildcards

-- 
Dpkg.Org's dpkg

Reply via email to