Bug#1143260: marked as done (ITP: golang-github-rockorager-go-uucode -- fast unicode operations in go)
"Debian Bug Tracking System" <[email protected]> Sat, 01 Aug 2026 21:03:02 +0000
| Newsgroups | gmane.linux.debian.devel.wnpp |
|---|---|
| Message-ID | <handler.1143260.D1143260.17856180381568141.ackdone@bugs.debian.org> |
This is a multi-part message in MIME format... ------------=_1785618182-1568645-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Sat, 01 Aug 2026 21:00:34 +0000 with message-id <[email protected]> and subject line Bug#1143260: fixed in golang-github-rockorager-go-uucode 1= .2.0-1 has caused the Debian Bug report #1143260, regarding ITP: golang-github-rockorager-go-uucode -- fast unicode operation= s in go to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 1143260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1143260 Debian Bug Tracking System Contact [email protected] with problems ------------=_1785618182-1568645-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 1 Aug 2026 17:39:47 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-119.7 required=4.0 tests=ALL_TRUSTED,BAYES_00, BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE, SPF_HELO_NONE,SPF_PASS,USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 27; hammy, 150; neutral, 61; spammy, 0. spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311, 0.000-+--H*RT:108 Return-path: <[email protected]> Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:56476) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wqDgZ-006AHq-1u for [email protected]; Sat, 01 Aug 2026 17:39:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:Content-Type :Subject:From:To:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=PEmpcBMtIyfZsyHsNfKljw875rGs4iKBCWPlqO7fNpo=; b=DqoX67wHU/ZpnZ1CpGwK5xpl2o 5BRVUAFLQVpBc7M5owf5TkJ6fVZQ/tVGGinL41rYo86EBMdspeoEx8thdmgkS/yKQeDyW2NcPrcKn 4P8JjrKMZ9Wloncs3Mis6Xdh/sii2JQSAvyPV7T/Tgbt8QB1xlzieSqD4/rUzeFj10mcu5d+f9osR Xske1M8mbJdtv0h0WkfpcAKeuLrIhVYYcTwVaRfydanb7Wq29+Lo0UM62uJT1R5XlPArvERA5egUn v2oa39RlmO7vCbS/VNFfzrVuQf6U+xrkvzBWko4rJHbvaEAM+9735fJWqAaA6TVS29f8HDA66kF+K ++GKyMlg==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.96) (envelope-from <[email protected]>) id 1wqDgX-00Ayh0-1C for [email protected]; Sat, 01 Aug 2026 17:39:45 +0000 Message-ID: <[email protected]> Date: Sat, 1 Aug 2026 23:09:42 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Debian Bug Tracking System <[email protected]> From: Nilesh Patra <[email protected]> Subject: ITP: golang-github-rockorager-go-uucode -- fast unicode operations in go Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Debian-User: nilesh Delivered-To: [email protected] Package: wnpp Severity: wishlist Owner: Nilesh Patra <[email protected]> X-Debbugs-CC: [email protected], [email protected] * Package name : golang-github-rockorager-go-uucode Version : 1.2.0-1 Upstream Author : Tim Culverhouse * URL : https://github.com/rockorager/go-uucode * License : TODO Programming Lang: Go Description : fast unicode operations in go (library) go-uucode is a small Go Unicode segmentation and width package inspired by Jacob Sandlund's excellent uucode (https://github.com/jacobsandlund/uucode). Jacob's Zig implementation does the hard architectural work here: generated Unicode tables, compact property rows, and a fast staged lookup strategy. This package ports that table-first approach to Go. . It provides: . * extended grapheme cluster iteration over Go strings * UAX #14 line break opportunity iteration over Go strings * grapheme-aware terminal cell width with StringWidth * typed lookup APIs for generated Unicode category, break, binary, emoji, width, and case properties * no runtime UCD parser, cache, or fallback path ------------=_1785618182-1568645-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1143260-close) by bugs.debian.org; 1 Aug 2026 21:00:38 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-114.2 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE,SPF_HELO_PASS,SPF_PASS, USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 53; hammy, 150; neutral, 123; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo., 0.000-+--H*MI:fasolo Return-path: <[email protected]> Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:43776) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wqGov-006ZwK-2m for [email protected]; Sat, 01 Aug 2026 21:00:38 +0000 Received: via submission from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1wqGot-00FIQ8-2K for [email protected]; Sat, 01 Aug 2026 21:00:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type: Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID :Content-Description:In-Reply-To:References; bh=VfzCZCBhMXO1UEu6S0hFOtqex1oYW8aS2VvqghnQ1es=; b=IAD/x38noc5Ca4KoP8FIyhdB9I +f/NBSbbuUlueNUkW8UnCeSfVjeUfrouiNl9wGjiBWIyX0/qFGGfe+zobMD3RbY3wPYYbrvJ7eWCQ Li5a72Ebpl1uQtzW/2+NP+69kg6uaqS0uJlZ7dDFUzTpFm9SlugGA25uAxMMMub+2IJKN5N5g9d2P WsSMfibibJHZ4YxlZguNrfS8UuUKzJ3lKbdGnrAyz5oef8Y0Dqx1eI/nBZPISr4pCUhG4v+uzNmCa wAaYi6mWj78VZhTl8ko3JXZ5GHXMQx5WJU07ZBvq+ZdD4ff1GjcuaYz1KvfojtS36Qb5iPHMuqoZr uFMqSxjg==; Received: from dak by fasolo.debian.org with local (Exim 4.98.2) (envelope-from <[email protected]>) id 1wqGos-0000000Ga4E-3Xf3; Sat, 01 Aug 2026 21:00:34 +0000 From: Debian FTP Masters <[email protected]> Reply-To: Nilesh Patra <[email protected]> To: [email protected] X-DAK: dak process-policy X-Debian: DAK X-Debian-Package: golang-github-rockorager-go-uucode Debian: DAK Debian-Changes: golang-github-rockorager-go-uucode_1.2.0-1_amd64.changes Debian-Source: golang-github-rockorager-go-uucode Debian-Version: 1.2.0-1 Debian-Architecture: source all Debian-Suite: unstable Debian-Archive-Action: accept MIME-Version: 1.0 Subject: Bug#1143260: fixed in golang-github-rockorager-go-uucode 1.2.0-1 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="===============4305688067572000644==" Message-Id: <[email protected]> Date: Sat, 01 Aug 2026 21:00:34 +0000 --===============4305688067572000644== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Source: golang-github-rockorager-go-uucode Source-Version: 1.2.0-1 Done: Nilesh Patra <[email protected]> We believe that the bug you reported is fixed in the latest version of golang-github-rockorager-go-uucode, which is due to be installed in the Debia= n FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Nilesh Patra <[email protected]> (supplier of updated golang-github-rockorage= r-go-uucode package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 01 Aug 2026 19:41:33 +0200 Source: golang-github-rockorager-go-uucode Binary: golang-github-rockorager-go-uucode-dev Architecture: source all Version: 1.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Nilesh Patra <[email protected]> Description: golang-github-rockorager-go-uucode-dev - fast unicode operations in go (libr= ary) Closes: 1143260 Changes: golang-github-rockorager-go-uucode (1.2.0-1) unstable; urgency=3Dmedium . * Initial release (Closes: #1143260) Checksums-Sha1: f626206396f6228e297016bc5221da425c4da91a 1718 golang-github-rockorager-go-uu= code_1.2.0-1.dsc 5e52ff264e6e3abe9bd657767e349036d3305a56 1102013 golang-github-rockorager-go= -uucode_1.2.0.orig.tar.gz 64bfe5cc39caf7b73282b161a55fefacb1b80fb6 2428 golang-github-rockorager-go-uu= code_1.2.0-1.debian.tar.xz 3dbba3e0cb1f761cdadcafb993c64106843a384e 35312 golang-github-rockorager-go-u= ucode-dev_1.2.0-1_all.deb 6b9489f1d45a5578761523ad6d92ebddd40e1792 5346 golang-github-rockorager-go-uu= code_1.2.0-1_amd64.buildinfo Checksums-Sha256: a08544ee0738dab8348b1b7f6156efb17baa208012d4a04ea94a702cdc1d774a 1718 golang= -github-rockorager-go-uucode_1.2.0-1.dsc f4b0dcb498ff843cd0e819120d08278f5f9c374f79208b63ba71b670baf6bba2 1102013 gol= ang-github-rockorager-go-uucode_1.2.0.orig.tar.gz 42965a00037af4ac8f1e5102e4674c137069930e16292bdf7ae7d6c93eba0d1e 2428 golang= -github-rockorager-go-uucode_1.2.0-1.debian.tar.xz e596a60a04a501d4e0eca99da02d205654ed3633901c4b327289e3aeaa3acefe 35312 golan= g-github-rockorager-go-uucode-dev_1.2.0-1_all.deb 349d4882ccb2f509ffa649ff3c44519c70162d034b5d7c1406e658f68fbdb5f7 5346 golang= -github-rockorager-go-uucode_1.2.0-1_amd64.buildinfo Files: 499ea1538480b81fe6740530f8f6fb8e 1718 golang optional golang-github-rockorag= er-go-uucode_1.2.0-1.dsc 9e7e1d1b1f1f60459db02d700e046035 1102013 golang optional golang-github-rocko= rager-go-uucode_1.2.0.orig.tar.gz 1363aca8cbd9f5847de82950918a57d2 2428 golang optional golang-github-rockorag= er-go-uucode_1.2.0-1.debian.tar.xz e7c3cd4615fb82e581e11933bd6d753e 35312 golang optional golang-github-rockora= ger-go-uucode-dev_1.2.0-1_all.deb fc8ab899d1b9bce7f047bbb64df9f184 5346 golang optional golang-github-rockorag= er-go-uucode_1.2.0-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCam402QAKCRAqJ5BL1yQ+ 2mMNAP0QI1l3h/H2lHqCNqRcQjTNPOxvVmRD7oqJb6K2K920PQD7BDvrp6dAvjsw HM7IrpDEy4x2zWGR/GwyVhMMUpcOuQs=3D =3DCjhp -----END PGP SIGNATURE----- --===============4305688067572000644== Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCam5ecgAKCRCb9qggYcy5 IXipAQCKMROpJpzS1GsdGqOSYX0JywoVdPEVeZ051Kco1WjSmwEAslBKbeJPQ98z jEPg/4BxCosqmEaEmcTldzO+Bo7qhQ4= =Pdor -----END PGP SIGNATURE----- --===============4305688067572000644==-- ------------=_1785618182-1568645-0--