golang-github-klauspost-pgzip 1.2.5-2 source package in Ubuntu

Changelog

golang-github-klauspost-pgzip (1.2.5-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on
      golang-github-klauspost-compress-dev.
    + golang-github-klauspost-pgzip-dev: Drop versioned constraint on
      golang-github-klauspost-compress-dev in Depends.
  * Add Multi-Arch: foreign.

  [ Shengjing Zhu ]
  * Update section to golang
  * Update Standards-Version to 4.6.2 (no changes)
  * Update maintainer address to <email address hidden>
  * Bump debhelper compat to 13
  * Add Rules-Requires-Root
  * Fix uscan watch file
  * Remove duplicated BSD-3-Clause in d/copyright

 -- Shengjing Zhu <email address hidden>  Mon, 30 Jan 2023 22:42:25 +0800

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-klauspost-pgzip_1.2.5-2.dsc 1.7 KiB 9766f242644a3ff201b6d0a584ee15ae94e8f5b905b51ed419284aa10522f609
golang-github-klauspost-pgzip_1.2.5.orig.tar.gz 123.0 KiB a64bad5981a232f6b5a40e488708b19a0551e83465f6792b7925f90829d7a830
golang-github-klauspost-pgzip_1.2.5-2.debian.tar.xz 3.5 KiB d9f21074abee7dc69fbf69353ce8af1333f76a0ed2e03d7e728d35d27cae273d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-klauspost-pgzip-dev: parallel gzip (de)compression library for Go

 pgzip is a parallel compression/decompression library for Google Go
 which is a compatible drop-in for "compress/gzip". It splits compression
 into blocks that are processed in parallel. The output is a standard
 gzip file. The standard Go decompression of modified so it decompresses ahead
 of the current reader. The library is useful especially if large amounts
 of data (>1MB) are being processed.