1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: golang-github-facebookgo-httpdown
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-facebookgo-clock-dev,
golang-github-facebookgo-ensure-dev,
golang-github-facebookgo-freeport-dev,
golang-github-facebookgo-stats-dev
Standards-Version: 4.1.0
Homepage: https://github.com/facebookgo/httpdown
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-facebookgo-httpdown.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-facebookgo-httpdown.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/facebookgo/httpdown
Package: golang-github-facebookgo-httpdown-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-facebookgo-clock-dev,
golang-github-facebookgo-ensure-dev,
golang-github-facebookgo-freeport-dev,
golang-github-facebookgo-stats-dev
Description: Gracefully shut down daemon without terminating connections
This Go library provides a mechanism that makes it easy to build socket
based servers that can be shut down without terminating active connections.
.
This library has been extended by the golang-github-facebookgo-grace-dev
library package to also include graceful restarts.
|