File: control

package info (click to toggle)
golang-github-facebookgo-httpdown 0.0~git20160323.0.a3b1354-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download
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: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               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.1
Homepage: https://github.com/facebookgo/httpdown
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-facebookgo-httpdown
Vcs-Git: https://salsa.debian.org/go-team/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.