Source: dmalloc Section: devel Priority: optional Maintainer: Carlos Maddela Build-Depends: debhelper (>= 12), texinfo, texlive-latex-base Standards-Version: 4.3.0 Homepage: http://dmalloc.com/ Vcs-Git: https://salsa.debian.org/debian/dmalloc.git Vcs-Browser: https://salsa.debian.org/debian/dmalloc Rules-Requires-Root: no 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 Multi-Arch: same 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.