File: control

package info (click to toggle)
golang-github-jacobsa-reqtrace 0.0~git20150505-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 68 kB
  • ctags: 19
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,379 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
29
30
31
32
33
34
Source: golang-github-jacobsa-reqtrace
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-go.net-dev (>= 0.0+git20150226.3d87fd6)
Standards-Version: 3.9.6
Homepage: https://github.com/jacobsa/reqtrace
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-jacobsa-reqtrace.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-jacobsa-reqtrace.git

Package: golang-github-jacobsa-reqtrace-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-go.net-dev (>= 0.0+git20150226.3d87fd6)
Built-Using: ${misc:Built-Using}
Description: simple request tracing
 reqtrace is a package for simple request tracing. It requires nothing of its
 user except:
 .
 * They must use golang.org/x/net/context.
 * They must add a single line to each function they want to be visible in
   traces.
 .
 In particular, reqtrace is console-based and doesn't require an HTTP server.
 .
 Warning: This package is still barebones and in its early days. The author
 reserves the right to make backwards-incompatible changes to its API. But if
 it's useful to you in your current form, have at it.