golang-github-valyala-fasthttp 1:1.31.0-1 source package in Ubuntu

Changelog

golang-github-valyala-fasthttp (1:1.31.0-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Alois Micard ]
  * Fix various Lintian warnings.
  * Remove dummy file.

  [ Guillem Jover ]
  * New upstream release (bump epoch due to upstream versioning reset).
  * Update .gitignore files.
  * Update debian/watch file to format 4.
  * Update gitlab-ci.yml from its upstream source.
  * Update gbp packaging workflow.
  * Switch to debhelper-compat level 13.
  * Switch to dh-sequence-golang from dh-golang and --with=golang.
  * Wrap and sort -sat.
  * Remove redundant copyright and license name from License field.
  * Switch Section from devel to golang.
  * Switch to Standards-Version 4.6.0 (no changes needed).
  * Use execute_after_ instead of overide_ and explicit dh_ call.
  * Specify --builddirectory=_build.
  * Update dependencies for 1.31.0 release.
  * Update Go Team Maintainer address.
  * Include README.md and stop ignoring tests results.
  * Remove unused ${shlibs:Depends} from Depends field.
  * Update copyright claims and years.

 -- Guillem Jover <email address hidden>  Mon, 22 Nov 2021 16:46:12 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-fasthttp_1.31.0-1.dsc 2.5 KiB 6e27119c04f67ce6aa325f4897e02c2196d75bee0be3170d5c6a31a835b8a04d
golang-github-valyala-fasthttp_1.31.0.orig.tar.gz 219.8 KiB 6a37505de34716ca2040236bf5589e6073c8825b1a23d50be27756b0459ed6a7
golang-github-valyala-fasthttp_1.31.0-1.debian.tar.xz 3.2 KiB 3f010c7a9aa58e7b0cf87087ac18cc3eb3743d2fad201f8a459ec477068084f1

No changes file available.

Binary packages built by this source

golang-github-valyala-fasthttp-dev: fast HTTP library for Go

 The fasthttp library provides fast HTTP server and client API.
 .
 This tuned for high performance, and zero memory allocations in
 hot paths. Processing performance is up to 10x faster than net/http.