summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:43:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:43:19 +0000
commitf7dd23e67d92f26f326319e8f6e9f83923419ade (patch)
treef90b634068eb1b7689361e2536f6c877423ee24e /debian/control
parentAdding upstream version 1.1.3. (diff)
downloadopentracing-c-wrapper-f7dd23e67d92f26f326319e8f6e9f83923419ade.tar.xz
opentracing-c-wrapper-f7dd23e67d92f26f326319e8f6e9f83923419ade.zip
Adding debian version 1.1.3-3.debian/1.1.3-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control50
1 files changed, 50 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..415b5f0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: opentracing-c-wrapper
+Priority: optional
+Maintainer: Stephen Gelman <ssgelm@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ pkg-config,
+ libopentracing-dev,
+Standards-Version: 4.5.1
+Section: libs
+Homepage: https://github.com/haproxytech/opentracing-c-wrapper/
+Vcs-Browser: https://salsa.debian.org/ssgelm/opentracing-c-wrapper
+Vcs-Git: https://salsa.debian.org/ssgelm/opentracing-c-wrapper.git
+Rules-Requires-Root: no
+
+Package: libopentracing-c-wrapper-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libopentracing-c-wrapper0 (= ${binary:Version}), ${misc:Depends},
+ libopentracing-dev,
+Description: C wrapper for the C++ impl of the OpenTracing API dev libs
+ OpenTracing C Wrapper library was created due to the need to use distributed
+ tracing within C programs.
+ .
+ The OpenTracing project (https://opentracing.io/) has published a
+ C-language implementation on https://github.com/opentracing/opentracing-c
+ but that implementation is incomplete, with the last update on Jun
+ 27th 2018
+ .
+ This library takes inspiration from the header files in that project but
+ implements the proposed functionality fully by wrapping the functional
+ C++ library.
+ .
+ This package contains the development headers for libopentracing-c-wrapper
+
+Package: libopentracing-c-wrapper0
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C wrapper for the C++ impl of the OpenTracing API
+ OpenTracing C Wrapper library was created due to the need to use distributed
+ tracing within C programs.
+ .
+ The OpenTracing project (https://opentracing.io/) has published a
+ C-language implementation on https://github.com/opentracing/opentracing-c
+ but that implementation is incomplete, with the last update on Jun
+ 27th 2018
+ .
+ This library takes inspiration from the header files in that project but
+ implements the proposed functionality fully by wrapping the functional
+ C++ library.