File: control

package info (click to toggle)
golang-github-inconshreveable-log15 2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,435 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
30
31
32
33
Source: golang-github-inconshreveable-log15
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-go-stack-stack-dev,
               golang-github-mattn-go-colorable-dev,
               golang-github-mattn-go-isatty-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/inconshreveable/log15
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-inconshreveable-log15
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-inconshreveable-log15.git
XS-Go-Import-Path: github.com/inconshreveable/log15,
                   gopkg.in/inconshreveable/log15.v2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-inconshreveable-log15-dev
Architecture: all
Depends: golang-github-go-stack-stack-dev,
         golang-github-mattn-go-colorable-dev,
         golang-github-mattn-go-isatty-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: structured, composable logging for Go
 package log15 provides an opinionated, simple toolkit for
 best-practice logging in Go (golang) that is both human
 and machine readable. It is modeled after the Go standard
 library's io and net/http packages and is an alternative
 to the standard library's log package.