Source: heaptrack
Uploaders: Anton Gladky <gladk@debian.org>
Section: devel
Testsuite: autopkgtest
Priority: optional
Build-Depends: cmake,
               debhelper (>= 10),
               extra-cmake-modules,
               libboost-iostreams-dev,
               libboost-program-options-dev,
               libboost-regex-dev,
               libdwarf-dev,
               libelf-dev,
               libkchart-dev,
               libkf5configwidgets-dev,
               libkf5i18n-dev,
               libkf5itemmodels-dev,
               libkf5kio-dev,
               libkf5threadweaver-dev,
               libsparsehash-dev,
               libunwind-dev,
               qtbase5-dev,
               qtbase5-dev-tools,
               zlib1g-dev
Standards-Version: 3.9.8
Homepage: https://github.com/KDE/heaptrack
Vcs-Git: https://anongit.neon.kde.org/forks/heaptrack
Vcs-Browser: https://packaging.neon.kde.org/forks/heaptrack.git
Maintainer: Neon CI <neon@kde.org>

Package: heaptrack
Architecture: any
Depends: libheaptrack (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all
 calls to the core memory allocation functions and logs these
 occurrences. Additionally, backtraces are obtained and logged.
 .
 The package contains command line tools.

Package: heaptrack-gui
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all
 calls to the core memory allocation functions and logs these
 occurrences. Additionally, backtraces are obtained and logged.
 .
 The package contains GUI for the data analyze.

Package: libheaptrack
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: heaptrack (<< 1.0.0-0neon+16.04+xenial+build8~)
Replaces: heaptrack (<< 1.0.0-0neon+16.04+xenial+build8~)
Description: Heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all
 calls to the core memory allocation functions and logs these
 occurrences. Additionally, backtraces are obtained and logged.
 .
 The package contains shared libraries.

