File: control

package info (click to toggle)
golang-github-hlandau-xlog 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 120 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 995 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
22
23
24
25
Source: golang-github-hlandau-xlog
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 11~),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-mattn-go-isatty-dev,
               golang-github-shiena-ansicolor-dev
Standards-Version: 4.2.1
Homepage: https://github.com/hlandau/xlog
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hlandau-xlog
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hlandau-xlog.git
XS-Go-Import-Path: github.com/hlandau/xlog
Testsuite: autopkgtest-pkg-go

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