File: control

package info (click to toggle)
golang-coreos-log 0.0~git20140508-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 128 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 888 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-coreos-log
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-coreos-log.git/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/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.