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 34 35
|
Source: golang-logrus
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Tianon Gravi <tianon@debian.org>,
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.10),
golang-any,
golang-github-stretchr-testify-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/Sirupsen/logrus
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-logrus.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-logrus.git
XS-Go-Import-Path: github.com/Sirupsen/logrus
Package: golang-github-sirupsen-logrus-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev, ${misc:Depends}
Replaces: golang-logrus-dev (<< 0.7.3-2~)
Breaks: golang-logrus-dev (<< 0.7.3-2~)
Provides: golang-logrus-dev
Description: Logrus: a logging library for Go
Logrus is a structured logger for Go (golang), completely
API compatible with the standard library logger.
.
This package contains the source.
Package: golang-logrus-dev
Section: oldlibs
Architecture: all
Depends: golang-github-sirupsen-logrus-dev, ${misc:Depends}
Description: Transitional package for golang-github-sirupsen-logrus-dev
This is a transitional package to ease upgrades to the
golang-github-sirupsen-logrus-dev package. It can be safely removed.
|