File: control

package info (click to toggle)
golang-github-kotakanbe-logrus-prefixed-formatter 0.0~git20170801.0.75edb2e8-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 88 kB
  • sloc: makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,529 bytes parent folder | download | duplicates (2)
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-kotakanbe-logrus-prefixed-formatter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-mgutz-ansi-dev,
               golang-github-sirupsen-logrus-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.1.1
Homepage: https://github.com/kotakanbe/logrus-prefixed-formatter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kotakanbe-logrus-prefixed-formatter.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kotakanbe-logrus-prefixed-formatter
XS-Go-Import-Path: github.com/kotakanbe/logrus-prefixed-formatter
Testsuite: autopkgtest-pkg-go

Package: golang-github-kotakanbe-logrus-prefixed-formatter-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-mgutz-ansi-dev,
         golang-github-sirupsen-logrus-dev,
         golang-golang-x-crypto-dev
Replaces: golang-github-kotakanbe-logrus-prefixed-formatter
Breaks: golang-github-kotakanbe-logrus-prefixed-formatter
Description: Go package for Logrus Prefixed Log Formatter
 Logrus Prefixed Log Formatter Logrus (https://github.com/Sirupsen/logrus)
 formatter mainly based on original logrus.TextFormatter but with slightly
 modified colored output and support for log entry prefixes, e.g. message
 source followed by a colon.