File: control

package info (click to toggle)
golang-blitiri-go-log 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,195 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-blitiri-go-log
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.0
Homepage: https://blitiri.com.ar/git/r/log/
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-blitiri-go-log
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-blitiri-go-log.git
XS-Go-Import-Path: blitiri.com.ar/go/log
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

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.