Source: trace-cmd Section: devel Priority: optional Maintainer: Sudip Mukherjee Build-Depends: debhelper-compat (= 13), asciidoc, docbook-xsl, xsltproc, libcunit1-dev, xmlto, pkgconf, libtraceevent-dev (>= 1.5), libtracefs-dev (>= 1.8), libzstd-dev, source-highlight, python3-dev, swig, dh-python Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/sudip/trace-cmd Vcs-Git: https://salsa.debian.org/sudip/trace-cmd.git Package: trace-cmd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtraceevent1-plugin Suggests: kernelshark Description: Utility for retrieving and analyzing function tracing in the kernel This package contains the trace-cmd utility. Trace-cmd makes it easy to retrieve and analyze function traces from the Linux kernel while it is running. Package: libtracecmd1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Library for creating and reading trace-cmd data files (shared library) The libtracecmd library provides APIs to read trace-cmd data files. . This package contains the shared library. Package: libtracecmd-dev Section: libdevel Architecture: any Depends: libtracecmd1 (= ${binary:Version}), ${misc:Depends} Description: Library for creating and reading trace-cmd data files (development files) The libtracecmd library provides APIs to read trace-cmd data files. . This package is needed to compile programs against libtracecmd1. Package: python3-trace-cmd Architecture: any Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: Python module for analyzing function tracing in the kernel The package contains the Python module to analyze trace from the Linux kernel generated by trace-cmd.