diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:16 +0000 |
commit | acdb9c14da22fa018b848e74e6b3505308232c9d (patch) | |
tree | a8886de45de94c715609a00ceef7bde7c0a1b2e3 /debian/control | |
parent | Adding upstream version 1.6.4. (diff) | |
download | libtracefs-debian.tar.xz libtracefs-debian.zip |
Adding debian version 1.6.4-1.debian/1.6.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f46d697 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: libtracefs +Priority: optional +Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com> +Build-Depends: + debhelper-compat (= 13), libcunit1-dev, libtraceevent-dev (>= 1:1.3.0), + pkg-config, asciidoc, xmlto, source-highlight, flex, bison +Standards-Version: 4.6.2 +Section: libs +Homepage: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git +Vcs-Browser: https://salsa.debian.org/sudip/libtracefs +Vcs-Git: https://salsa.debian.org/sudip/libtracefs.git + +Package: libtracefs-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Suggests: libtracefs-doc +Depends: libtracefs1 (= ${binary:Version}), ${misc:Depends} +Description: API to access the kernel tracefs directory (development files) + The libtracefs library provides APIs to access kernel tracefs file system. + . + This package is needed to compile programs against libtracefs1. + +Package: libtracefs1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: API to access the kernel tracefs directory (shared library) + The libtracefs library provides APIs to access kernel tracefs file system. + . + This package contains the shared library. + +Package: libtracefs-doc +Section: doc +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: API to access the kernel tracefs directory (documentation) + The libtracefs library provides APIs to access kernel tracefs file system. + . + This package contains the documentation of libtracefs. |