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.