File: control

package info (click to toggle)
golang-gopkg-tylerb-graceful.v1 1.2.15-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,162 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
Source: golang-gopkg-tylerb-graceful.v1
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev
Standards-Version: 4.2.1
Homepage: https://github.com/tylerb/graceful
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-tylerb-graceful.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-tylerb-graceful.v1.git
XS-Go-Import-Path: gopkg.in/tylerb/graceful.v1,
                   github.com/tylerb/graceful
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-tylerb-graceful.v1-dev
Architecture: all
Depends: golang-golang-x-net-dev, ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: 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.