File: control

package info (click to toggle)
golang-github-coreos-go-systemd 17-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 540 kB
  • sloc: sh: 112; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,414 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
Source: golang-github-coreos-go-systemd
Section: devel
Priority: optional
Standards-Version: 4.2.0
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~), dh-golang (>= 1.10~), golang-any (>= 2:1.4),
               golang-dbus-dev (>= 3),
               golang-github-coreos-pkg-dev,
               libsystemd-dev,
               pkg-config,
Homepage: https://github.com/coreos/go-systemd
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-systemd.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-systemd
XS-Go-Import-Path: github.com/coreos/go-systemd
Testsuite: autopkgtest-pkg-go

Package: golang-github-coreos-go-systemd-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends},
         golang-dbus-dev (>= 3),
         golang-github-coreos-pkg-dev,
         libsystemd-dev,
         pkg-config,
Conflicts: golang-go-systemd-dev
Provides: golang-go-systemd-dev
Replaces: golang-go-systemd-dev
Description: Go client bindings for systemd socket activation, journal and D-Bus
 Package "go-systemd" is a library that implements native Go client bindings
 for systemd in packages "activation", "journal", and "dbus".
 .
 This package contains the source.