File: control

package info (click to toggle)
golang-github-hlandau-xlog 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 116 kB
  • ctags: 117
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,016 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
Source: golang-github-hlandau-xlog
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-mattn-go-isatty-dev,
               golang-github-shiena-ansicolor-dev
Standards-Version: 3.9.8
Homepage: https://github.com/hlandau/xlog
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hlandau-xlog.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hlandau-xlog.git
XS-Go-Import-Path: github.com/hlandau/xlog

Package: golang-github-hlandau-xlog-dev
Architecture: all
Depends: golang-github-mattn-go-isatty-dev,
         golang-github-shiena-ansicolor-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: logging library for Go
 This package provides a hierarchical, configurable logging system
 suitable for use in libraries.