File: control

package info (click to toggle)
golang-github-hashicorp-logutils 0.0~git20150609.0.0dc08b1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 17
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 939 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
Source: golang-github-hashicorp-logutils
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/hashicorp/logutils
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hashicorp-logutils.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-hashicorp-logutils.git
XS-Go-Import-Path: github.com/hashicorp/logutils

Package: golang-github-hashicorp-logutils-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Utilities for slightly better logging in Go
 logutils is a Go package that augments the standard library "log" package to
 make logging a bit more modern, without fragmenting the Go ecosystem with new
 logging packages.
 .
 This package contains the source.