File: control

package info (click to toggle)
golang-github-sevlyar-go-daemon 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,028 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
Source: golang-github-sevlyar-go-daemon
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any (>= 2:1.8~),
               golang-golang-x-sys-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/sevlyar/go-daemon
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sevlyar-go-daemon
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sevlyar-go-daemon.git
XS-Go-Import-Path: github.com/sevlyar/go-daemon
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-sevlyar-go-daemon-dev
Architecture: all
Depends: golang-golang-x-sys-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: library for writing system daemons
 Features:
  * Goroutine-safe daemonization
  * Out of box work with pid-files
  * Easy handling of system signals
  * Control of a daemon