File: control

package info (click to toggle)
golang-github-opentracing-contrib-go-stdlib 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,447 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
35
Source: golang-github-opentracing-contrib-go-stdlib
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tincho@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-opentracing-opentracing-go-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opentracing-contrib-go-stdlib
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opentracing-contrib-go-stdlib.git
Homepage: https://github.com/opentracing-contrib/go-stdlib
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/opentracing-contrib/go-stdlib

Package: golang-github-opentracing-contrib-go-stdlib-dev
Architecture: all
Depends: golang-github-opentracing-opentracing-go-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
Description: OpenTracing instrumentation for packages in the Go stdlib
 This package contains OpenTracing (http://opentracing.io/) instrumentation for
 packages in the Go standard library.
 .
 Instrumentation is provided for the following packages, with the following
 caveats:
 .
  * net/http: Client and server instrumentation. Only supported with Go 1.7 and
    later.
 .
 For documentation on the packages, check godoc
 (https://godoc.org/github.com/opentracing-contrib/go-stdlib/).