File: control

package info (click to toggle)
dd-opentracing-cpp 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,040 kB
  • sloc: cpp: 40,234; sh: 687; ansic: 27; makefile: 8
file content (39 lines) | stat: -rw-r--r-- 1,497 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
37
38
39
Source: dd-opentracing-cpp
Priority: optional
Maintainer: Stephen Gelman <ssgelm@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libopentracing-dev,
               libcurl4-nss-dev,
               zlib1g-dev,
               libmsgpack-cxx-dev,
Standards-Version: 4.6.1.0
Section: libs
Homepage: https://github.com/DataDog/dd-opentracing-cpp
Vcs-Browser: https://salsa.debian.org/ssgelm/dd-opentracing-cpp
Vcs-Git: https://salsa.debian.org/ssgelm/dd-opentracing-cpp.git
Rules-Requires-Root: no

Package: libdd-opentracing-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdd-opentracing0 (= ${binary:Version}), ${misc:Depends}
Description: Datadog OpenTracing C++ Client (headers)
 An OpenTracing client to collect OpenTracing data in a format that can be
 parsed locally by Datadog's agent. This is used as a plugin in conjunction
 with lib-opentracing1 in applications that support OpenTracing.
 .
 This package contains the development headers for libdd-opentracing0.

Package: libdd-opentracing0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Datadog OpenTracing C++ Client (lib)
 An OpenTracing client to collect OpenTracing data in a format that can be
 parsed locally by Datadog's agent. This is used as a plugin in conjunction
 with lib-opentracing1 in applications that support OpenTracing.
 .
 This package contains the library for libdd-opentracing0 along with the plugin
 version.