golang-gopkg-tylerb-graceful.v1 1.2.15-6 source package in Ubuntu

Changelog

golang-gopkg-tylerb-graceful.v1 (1.2.15-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Set upstream metadata fields: Repository.
  * Apply multi-arch hints. + golang-gopkg-tylerb-graceful.v1-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 23 Nov 2022 23:48:06 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-tylerb-graceful.v1_1.2.15-6.dsc 2.3 KiB ca933dacefef41497c3582dc577b6e6d0a702b54a0e054aec6833f7be0384f5a
golang-gopkg-tylerb-graceful.v1_1.2.15.orig.tar.gz 14.7 KiB d8c4ff8f2d85fe265d7507ef9f71c6c29102c1a043b9c2a65cc9d3072227f31f
golang-gopkg-tylerb-graceful.v1_1.2.15-6.debian.tar.xz 3.6 KiB 66f962f0db742701ef620bf89dea83737a4a293e85ae5287cf670d40c20590e5

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-tylerb-graceful.v1-dev: Go package for gracefully shutting down HTTP server

 This package enables graceful shutdown of a http.Handler server.
 When the process receives a SIGINT or SIGTERM, the listening
 port is closed immediately for reuse by another process, while
 active connections are gracefully terminated after a timeout.