File: control

package info (click to toggle)
golang-collectd 0.3.0%2Bgit20181025.f80706d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,093 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
Source: golang-collectd
Section: devel
Priority: optional
Homepage: https://github.com/collectd/go-collectd
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any,
               golang-google-grpc-dev,
               golang-goprotobuf-dev,
               golang-golang-x-net-dev
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-collectd
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-collectd.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: collectd.org

Package: golang-collectd-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-google-grpc-dev,
         golang-goprotobuf-dev,
         golang-golang-x-net-dev
Description: Utilities for using collectd together with Golang
 Implements data structures from the collectd source code and collectd's
 binary network protocol. It offers client and server implementations.