File: control

package info (click to toggle)
golang-github-rubyist-tracerx 0.0~git20170927.0.7879593-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 957 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
Source: golang-github-rubyist-tracerx
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@gmail.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/rubyist/tracerx
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rubyist-tracerx
Vcs-Git: https://salsa.debian.org/go-team/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}
Multi-Arch: foreign
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.