File: control

package info (click to toggle)
golang-github-lestrrat-go-pdebug 0.0~git20160817.0.2e6eaaa-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 49
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,072 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
26
Source: golang-github-lestrrat-go-pdebug
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Haruki TSURUMOTO <tsu.root@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-stretchr-testify-dev
Standards-Version: 3.9.8
Homepage: https://github.com/lestrrat/go-pdebug
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-lestrrat-go-pdebug.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-lestrrat-go-pdebug.git
XS-Go-Import-Path: github.com/lestrrat/go-pdebug

Package: golang-github-lestrrat-go-pdebug-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-stretchr-testify-dev
Description: Print debugging library for Go
 Package pdebug provides tools to produce debug logs
 the way the author (Daisuke Maki a.k.a. lestrrat) likes.
 All of the functions are no-ops unless you compile
 with the `-tags debug` option.