File: control

package info (click to toggle)
golang-github-graylog2-go-gelf 0.0~git20170207.0.7029da8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,062 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
Source: golang-github-graylog2-go-gelf
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~), dh-golang, golang-go
Standards-Version: 4.1.4
Homepage: https://github.com/Graylog2/go-gelf
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-graylog2-go-gelf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-graylog2-go-gelf.git
XS-Go-Import-Path: github.com/Graylog2/go-gelf
Testsuite: autopkgtest-pkg-go

Package: golang-github-graylog2-go-gelf-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GELF library and writer for Go
 GELF is graylog2's UDP logging format. This library provides an API that
 applications can use to log messages directly to a graylog2 server, along with
 an io.Writer that can be use to redirect the standard library's log messages
 (or os.Stdout), to a graylog2 server.
 .
 This package contains the source.