diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 50 |
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. |