Source: dmalloc
Section: devel
Priority: optional
Maintainer: Carlos Maddela <e7appew@gmail.com>
Build-Depends: debhelper (>= 10), texinfo, texlive-latex-base
Standards-Version: 4.1.0
Homepage: http://dmalloc.com/
Vcs-Git: https://github.com/e7appew/pkg-dmalloc.git
Vcs-Browser: https://github.com/e7appew/pkg-dmalloc
Testsuite: autopkgtest

Package: libdmalloc5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libdmalloc4
Replaces: libdmalloc4
Suggests: gcc, gdb
Description: debug memory allocation library
 Drop in replacement for the system's `malloc', `realloc', `calloc', `free' and
 other memory management routines while providing powerful debugging facilities
 configurable at runtime.
 .
 These facilities include such things as memory-leak tracking, fence-post write
 detection, file/line number reporting, and general logging of statistics.
 .
 This package contains only the shared libraries, the development files and
 documentation is in the libdmalloc-dev package.

Package: libdmalloc-dev
Section: libdevel
Architecture: any
Depends: libdmalloc5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: debug memory allocation library (development files and doc)
 Drop in replacement for the system's `malloc', `realloc', `calloc', `free' and
 other memory management routines while providing powerful debugging facilities
 configurable at runtime.
 .
 These facilities include such things as memory-leak tracking, fence-post write
 detection, file/line number reporting, and general logging of statistics.
 .
 This package contains the static libraries and documentation.
