File: control

package info (click to toggle)
golang-github-iguanesolutions-go-systemd 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,539 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
34
35
36
37
38
39
40
Source: golang-github-iguanesolutions-go-systemd
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-dbus-dev,
               golang-github-miekg-dns-dev,
               golang-golang-x-net-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-iguanesolutions-go-systemd
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-iguanesolutions-go-systemd.git
Homepage: https://github.com/iguanesolutions/go-systemd
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/iguanesolutions/go-systemd

Package: golang-github-iguanesolutions-go-systemd-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-dbus-dev,
         golang-github-miekg-dns-dev,
         golang-golang-x-net-dev,
         ${misc:Depends}
Description: Golang bindings for systemd (library)
 Easily communicate with systemd when run as daemon within a service
 unit.
 .
 With notifier you can notify to systemd that your program is starting,
 stopping, reloading...
 .
 For example, if your daemon needs some time for initializing its
 controllers before really being considered as ready, you can specify to
 systemd that this is a "notify" service and send it a notification when
 ready.
 .
 It is safe to use it even if systemd notify support is disabled (noop
 call).