File: control

package info (click to toggle)
golang-github-opentracing-contrib-go-grpc 0.0~git20210225.73cb765-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,495 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
Source: golang-github-opentracing-contrib-go-grpc
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-grpc-ecosystem-grpc-opentracing-dev,
               golang-github-opentracing-opentracing-go-dev,
               golang-github-stretchr-testify-dev,
               golang-google-grpc-dev,
               golang-goprotobuf-dev
Standards-Version: 4.5.1
Homepage: https://github.com/opentracing-contrib/go-grpc
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opentracing-contrib-go-grpc
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opentracing-contrib-go-grpc.git
XS-Go-Import-Path: github.com/opentracing-contrib/go-grpc
Testsuite: autopkgtest-pkg-go

Package: golang-github-opentracing-contrib-go-grpc-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-grpc-ecosystem-grpc-opentracing-dev,
         golang-github-opentracing-opentracing-go-dev,
         golang-github-stretchr-testify-dev,
         golang-google-grpc-dev,
         golang-goprotobuf-dev
Description: OpenTracing support for gRPC client or server
 This package provides easy OpenTracing support for gRPC in Go.
 .
 For further documentation see he package documentation on godoc.org
 (https://godoc.org/github.com/opentracing-contrib/go-grpc).