File: control

package info (click to toggle)
golang-github-lestrrat-go-pdebug 0.0~git20180220.0.569c974-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,105 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
26
27
28
Source: golang-github-lestrrat-go-pdebug
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Haruki TSURUMOTO <tsu.root@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.0.1
Homepage: https://github.com/lestrrat-go/pdebug
Vcs-Browser: https://salsa.debian.org/pkg-go-team/golang-github-lestrrat-go-pdebug
Vcs-Git: https://salsa.debian.org/pkg-go-team/golang-github-lestrrat-go-pdebug.git
XS-Go-Import-Path: github.com/lestrrat-go/pdebug
Rules-Requires-Root: no

Package: golang-github-lestrrat-go-pdebug-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-stretchr-testify-dev
Multi-Arch: foreign
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.