File: control

package info (click to toggle)
golang-coreos-log 0.0~git20180308.b22fd89-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 978 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
Source: golang-coreos-log
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-coreos-log
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-coreos-log.git
Homepage: https://github.com/coreos/go-log
XS-Go-Import-Path: github.com/coreos/go-log

Package: golang-coreos-log-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         golang-go
Description: simple logging library for Go
 This is a simple logging library for Go. It supports different "Sinks"
 for log messages, and can filter log message based on message
 priorities.
 .
 Systemd journal support is disabled in this package.
 .
 This package contains the source.