File: control

package info (click to toggle)
golang-blitiri-go-log 0.0%2Bgit20170910.0.2b2e1b6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 64 kB
  • ctags: 48
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,177 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-blitiri-go-log
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>,
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
Standards-Version: 4.1.0
Homepage: https://blitiri.com.ar/git/r/log/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blitiri-go-log.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-blitiri-go-log.git
XS-Go-Import-Path: blitiri.com.ar/go/log
Testsuite: autopkgtest-pkg-go

Package: golang-blitiri-go-log-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Simple logging library in Go
 blitiri.com.ar/go/log is a Go package implementing a simple logger.
 .
 It implements an API somewhat similar to glog, with a focus towards simplicity
 and integration with standard tools such as systemd.
 .
 There are command line flags (defined using the flag package) to control the
 behaviour of the default logger. By default, it will write to stderr without
 timestamps; this is suitable for systemd (or equivalent) logging.