1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: dmalloc
Section: devel
Priority: optional
Maintainer: Carlos Maddela <e7appew@gmail.com>
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.
|