summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:25:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:25:46 +0000
commit3071bf821d07a65b642b41811c52b7e4288fb6c9 (patch)
tree113c3b2e40f0c1ecea21d864258df914e60ce82c /debian/control
parentAdding upstream version 1:1.7.1. (diff)
downloadlibtraceevent-3071bf821d07a65b642b41811c52b7e4288fb6c9.tar.xz
libtraceevent-3071bf821d07a65b642b41811c52b7e4288fb6c9.zip
Adding debian version 1:1.7.1-1.debian/1%1.7.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..9aafee5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: libtraceevent
+Priority: optional
+Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Build-Depends: debhelper-compat (= 13), pkg-config, asciidoc, xmlto, source-highlight
+Standards-Version: 4.6.2
+Section: libs
+Vcs-Browser: https://salsa.debian.org/sudip/libtraceevent
+Vcs-Git: https://salsa.debian.org/sudip/libtraceevent.git
+
+Package: libtraceevent-dev
+Section: libdevel
+Architecture: linux-any
+Multi-Arch: same
+Depends: libtraceevent1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Linux kernel trace event library (development files)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package is needed to compile programs against libtraceevent1.
+
+Package: libtraceevent1
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Linux kernel trace event library (shared library)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package contains the shared library.
+
+Package: libtraceevent1-plugin
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtraceevent1 (= ${binary:Version})
+Multi-Arch: same
+Description: Linux kernel trace event library (plugins)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package provides the plugins needed by the programs using libtraceevent1.
+
+Package: libtraceevent-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
+Description: Linux kernel trace event library (documentation)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package containes the documentation of libtraceevent.