golang-github-klauspost-pgzip 1.1-1 source package in Ubuntu

Changelog

golang-github-klauspost-pgzip (1.1-1) unstable; urgency=medium

  * Adopt package (Closes: #865329).
  * New release.
  * d/compat: bump to v10.
  * d/control:
    + Bump Standards-Version to 4.0.0.
    + Bump dependency of debhelper to 10.
    + Add autopkgtest-pkg-go Testsuite.
  * d/copyright:
    + Change format url to https.
    + Add myself to copyright holder.
  * Add 0001-Remove-flate.HuffmanOnly.patch
    fix build on golang-github-klauspost-compress-dev 1.0

 -- Shengjing Zhu <email address hidden>  Mon, 31 Jul 2017 20:00:34 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-klauspost-pgzip_1.1-1.dsc 2.3 KiB a9c5fab869b987bc85550a5ee36a07f6090d878333238f93e41250b7ae61087c
golang-github-klauspost-pgzip_1.1.orig.tar.gz 118.9 KiB d126b61c97cba94222743249af60a9da74c4c8d9dcbb0f05205a05695df31458
golang-github-klauspost-pgzip_1.1-1.debian.tar.xz 3.2 KiB af094030cb495c3f45887f65ac1488df04d86c3c6ec3a6177a5a1896e611e229

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.