1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: libtraceevent
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), pkgconf, asciidoc,
xmlto, source-highlight, libcunit1-dev
Standards-Version: 4.7.0
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.
|