Source: kernelshark
Section: devel
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 libtracecmd-dev (>= 2.9.3),
 libtracefs-dev (>= 1.2.0),
 libtraceevent-dev (>= 1:1.3.0),
 cmake,
 libjson-c-dev,
 freeglut3-dev,
 libxmu-dev,
 libxi-dev,
 qtbase5-dev,
 graphviz,
 doxygen-gui,
 pkg-config,
 fonts-freefont-ttf,
 trace-cmd (>= 2.9.3),
 pkexec
Standards-Version: 4.6.2
Homepage: https://kernelshark.org/
Vcs-Browser: https://salsa.debian.org/sudip/kernelshark
Vcs-Git: https://salsa.debian.org/sudip/kernelshark.git

Package: kernelshark
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         trace-cmd (>= 2.9.3), fonts-freefont-ttf,
         pkexec
Description: Utilities for graphically analyzing function tracing in the kernel
 KernelShark is a front end reader of trace-cmd output. It reads a trace-cmd.dat
 formatted file and produces a graph and list view of the data.

Package: libkshark2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for accessing ftrace file system (shared library)
 Library for accessing ftrace file system and provides API for processing of
 tracing data.
 .
 This package contains the shared library.

Package: libkshark-dev
Section: libdevel
Architecture: any
Depends: libkshark2 (= ${binary:Version}), ${misc:Depends}
Description: Library for accessing ftrace file system (development files)
 Library for accessing ftrace file system and provides API for processing of
 tracing data.
 .
 This package is needed to compile programs against libkshark2.
