File: control

package info (click to toggle)
golang-github-apex-log 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,302 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
Source: golang-github-apex-log
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-aws-aws-sdk-go-dev,
               golang-github-go-logfmt-logfmt-dev,
               golang-github-pkg-errors-dev,
               golang-github-rogpeppe-fastuuid-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.1.1
Homepage: https://github.com/apex/log
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-apex-log
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-apex-log.git
XS-Go-Import-Path: github.com/apex/log
Testsuite: autopkgtest-pkg-go

Package: golang-github-apex-log-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-aws-aws-sdk-go-dev,
         golang-github-go-logfmt-logfmt-dev,
         golang-github-pkg-errors-dev,
         golang-github-rogpeppe-fastuuid-dev,
         golang-github-stretchr-testify-dev
Description: structured logging package for Go
 Package log implements a simple structured logging API inspired by
 Logrus, designed with centralization in mind.