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
|
Source: golang-github-coreos-go-systemd
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
,Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: dbus-x11, debhelper (>= 9), dh-golang (>= 1.10~)
,golang-go (>= 2:1.4)
,golang-dbus-dev (>= 3)
,libsystemd-dev
,pkg-config
Standards-Version: 3.9.7
Homepage: https://github.com/coreos/go-systemd
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-coreos-go-systemd.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-coreos-go-systemd.git
XS-Go-Import-Path: github.com/coreos/go-systemd
Package: golang-github-coreos-go-systemd-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
,golang-dbus-dev (>= 3)
,libsystemd-dev
,pkg-config
Conflicts: golang-go-systemd-dev
Provides: golang-go-systemd-dev
Replaces: golang-go-systemd-dev
Built-Using: ${misc:Built-Using}
Description: Go client bindings for systemd socket activation, journal and dbus
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.
|