File: control

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-opentracing 0.0~git20180507.8e809c8-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: python: 2,021; java: 1,077; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,713 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
36
Source: golang-github-grpc-ecosystem-grpc-opentracing
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tong Sun <suntong001@users.sourceforge.net>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-golang-protobuf-1-5-dev,
               golang-github-opentracing-opentracing-go-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev,
               golang-google-grpc-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-opentracing
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-opentracing.git
Homepage: https://github.com/grpc-ecosystem/grpc-opentracing
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/grpc-ecosystem/grpc-opentracing

Package: golang-github-grpc-ecosystem-grpc-opentracing-dev
Architecture: all
Depends: golang-github-opentracing-opentracing-go-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-net-dev,
         golang-google-grpc-dev,
         ${misc:Depends}
Description: expressive vendor-neutral APIs for distributed tracing and context propagation
 This package enables distributed tracing in GRPC clients and servers via
 `The OpenTracing Project`_: a set of consistent, expressive, vendor-neutral
 APIs for distributed tracing and context propagation.
 .
 OpenTracing implementations exist for major distributed tracing systems and
 can be bound or swapped with a one-line configuration change.