From bf7aef61e7a785e8c8ec47b4dc044e9861e7d1be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:44:33 +0200 Subject: Adding debian version 1.6.0-4. Signed-off-by: Daniel Baumann --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b7eda6b --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: opentracing-cpp +Priority: optional +Maintainer: Stephen Gelman +Build-Depends: debhelper-compat (= 13), + cmake, +Standards-Version: 4.6.1.0 +Section: libs +Homepage: https://github.com/opentracing/opentracing-cpp/ +Vcs-Browser: https://salsa.debian.org/ssgelm/opentracing-cpp +Vcs-Git: https://salsa.debian.org/ssgelm/opentracing-cpp.git +Rules-Requires-Root: no + +Package: libopentracing-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libopentracing1 (= ${binary:Version}), ${misc:Depends} +Description: OpenTracing API for C++ Dev Libraries + C++ implementation of the OpenTracing API see http://opentracing.io + for additional information. Library is in libopentracing1 + +Package: libopentracing1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: OpenTracing API for C++ + C++ implementation of the OpenTracing API see http://opentracing.io + for additional information -- cgit v1.2.3