Source: telemetry
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 cmake,
 libfuse3-dev,
 patchelf,
 pkgconf,
Standards-Version: 4.7.4
Homepage: https://github.com/CESNET/telemetry
Vcs-Browser: https://forgejo.debian.net/cesnet/telemetry
Vcs-Git: https://forgejo.debian.net/cesnet/telemetry

Package: libtelemetry1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for the collection and processing of telemetry data (library)
 Telemetry is a comprehensive library designed for the collection and
 processing of telemetry data. It offers data structures for representing
 directories, files, and their contents, along with methods for reading and
 writing telemetry data. The library enables efficient management of telemetry
 data in various applications.
 .
 This package contains the shared libraries.

Package: libtelemetry-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libtelemetry1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for the collection and processing of telemetry data (devel)
 .
 This package contains the development files.
