File: control

package info (click to toggle)
golang-github-rubyist-tracerx 0.0~git20170927.0.7879593-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, buster, buster-backports
  • size: 56 kB
  • ctags: 15
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 942 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
Source: golang-github-rubyist-tracerx
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@gmail.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/rubyist/tracerx
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rubyist-tracerx.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-rubyist-tracerx.git
XS-Go-Import-Path: github.com/rubyist/tracerx

Package: golang-github-rubyist-tracerx-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Output tracing information in your Go app based on environment variables
 tracerx Tracerx is a simple tracing package that logs messages depending
 on environment variables.  It is very much inspired by git's GIT_TRACE
 mechanism.