golang-github-gdamore-encoding 1.0.1-1 source package in Ubuntu

Changelog

golang-github-gdamore-encoding (1.0.1-1) unstable; urgency=medium

  * New upstream version 1.0.1
  * d/control:
    - Declare compliance with Debian Policy 4.7.0
    - Refresh (Build-) Dependencies
    - Move package from section devel to golang
    - Add myself to Uploaders
  * d/copyright:
    - Bump years of upstream copyright
    - Bump years of Debian copyright
    - Drop unused Files-Excluded
  * d/watch:
    - Update to version 4

 -- Nick Morrott <email address hidden>  Tue, 11 Feb 2025 17:59:21 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gdamore-encoding_1.0.1-1.dsc 2.3 KiB 3ddffacbf6a74dd435d55563ae579549318f1116072d044fa298777dea0b805d
golang-github-gdamore-encoding_1.0.1.orig.tar.gz 14.5 KiB fc14f9f1d10d60a5888536df5a08e9e0fd7dad3412b9051a370edfe4cccf538d
golang-github-gdamore-encoding_1.0.1-1.debian.tar.xz 2.5 KiB 867916397c4c29f46a123db60efc31405b977ae54dfebc4fbc906dea41d0ed77

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gdamore-encoding-dev: Various character map encodings missing from golang.org/x/net/encoding

 Package encoding provides a number of encodings that are missing from
 the standard Go encoding package.
 .
 The UTF8 Encoder is also useful for situations where valid UTF-8 might be
 carried in streams that contain non-valid UTF. One use case is helping to
 cope with terminals that embed escape sequences in otherwise valid UTF-8.