File: control

package info (click to toggle)
golang-github-juju-loggo 0.0~git20150527.0.8477fc9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 166
  • sloc: makefile: 14
file content (18 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-github-juju-loggo
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
    ,golang-check.v1-dev
Standards-Version: 3.9.6
Homepage: https://github.com/juju/loggo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-juju-loggo.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-juju-loggo.git

Package: golang-github-juju-loggo-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go
Description: Alternative logging library for Go
 Loggo is an alternative logging library for Go. It doesn't use the
 built-in Go log library, but instead offers a replacement.