Control: tags 1074289 + patch Control: tags 1074289 + pending
Dear maintainer, I've prepared an NMU for golang-github-creack-goselect (versioned as 0.1.2-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru golang-github-creack-goselect-0.1.2/debian/changelog golang-github-creack-goselect-0.1.2/debian/changelog --- golang-github-creack-goselect-0.1.2/debian/changelog 2021-12-16 04:25:46.000000000 +0100 +++ golang-github-creack-goselect-0.1.2/debian/changelog 2024-10-26 11:39:53.000000000 +0200 @@ -1,3 +1,12 @@ +golang-github-creack-goselect (0.1.2-3.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ zhangdandan <[email protected]> ] + * Cherry-pick upstream patch for loong64 support (Closes: #1074289) + + -- Gianfranco Costamagna <[email protected]> Sat, 26 Oct 2024 11:39:53 +0200 + golang-github-creack-goselect (0.1.2-3) unstable; urgency=medium * Add d/patches01-Patch-TestReadWriteSync-goroutine-race.patch (Closes: #1001594) diff -Nru golang-github-creack-goselect-0.1.2/debian/patches/20.patch golang-github-creack-goselect-0.1.2/debian/patches/20.patch --- golang-github-creack-goselect-0.1.2/debian/patches/20.patch 1970-01-01 01:00:00.000000000 +0100 +++ golang-github-creack-goselect-0.1.2/debian/patches/20.patch 2024-10-26 11:39:48.000000000 +0200 @@ -0,0 +1,20 @@ +From aaf7ddc3c81c6ef61208d5a250ebf9fa728a72c5 Mon Sep 17 00:00:00 2001 +From: zhangyongding <[email protected]> +Date: Wed, 30 Nov 2022 10:41:11 +0800 +Subject: [PATCH] Add loong64 support + +--- + fdset_64.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/fdset_64.go b/fdset_64.go +index 142023b..7243568 100644 +--- a/fdset_64.go ++++ b/fdset_64.go +@@ -1,5 +1,5 @@ + // +build !darwin,!netbsd,!openbsd +-// +build amd64 arm64 ppc64le mips64 mips64le s390x riscv64 ++// +build amd64 arm64 ppc64le mips64 mips64le s390x riscv64 loong64 + + package goselect + diff -Nru golang-github-creack-goselect-0.1.2/debian/patches/series golang-github-creack-goselect-0.1.2/debian/patches/series --- golang-github-creack-goselect-0.1.2/debian/patches/series 2021-12-16 04:25:46.000000000 +0100 +++ golang-github-creack-goselect-0.1.2/debian/patches/series 2024-10-26 11:39:41.000000000 +0200 @@ -1 +1,2 @@ 01-Patch-TestReadWriteSync-goroutine-race.patch +20.patch

