File: control

package info (click to toggle)
golang-gopkg-hlandau-service.v2 2.0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,222 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
33
Source: golang-gopkg-hlandau-service.v2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Peter Colberg <peter@colberg.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-erikdubbelboer-gspt-dev (>= 0.0~git20210805.ce36a51-1~),
 golang-gopkg-hlandau-easyconfig.v1-dev,
 golang-gopkg-hlandau-svcutils.v1-dev,
 libcap-dev [linux-any],
Standards-Version: 4.6.2
Homepage: https://github.com/hlandau/service
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-hlandau-service.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-hlandau-service.v2.git
XS-Go-Import-Path: gopkg.in/hlandau/service.v2
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-hlandau-service.v2-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-erikdubbelboer-gspt-dev (>= 0.0~git20210805.ce36a51-1~),
 golang-gopkg-hlandau-easyconfig.v1-dev,
 golang-gopkg-hlandau-svcutils.v1-dev,
 ${misc:Depends},
Description: Go package for writing services
 This package implements daemonization, PID file creation, privilege
 dropping, chrooting, status notification, and orderly shutdown.