File: control

package info (click to toggle)
dmalloc 5.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,344 kB
  • ctags: 2,584
  • sloc: ansic: 13,021; makefile: 433; perl: 175; sh: 173; cpp: 36
file content (42 lines) | stat: -rw-r--r-- 1,663 bytes parent folder | download
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
Source: dmalloc
Section: devel
Priority: extra
Maintainer: Carlos Maddela <e7appew@gmail.com>
Build-Depends: autoconf, debhelper (>= 9), dpkg-dev (>= 1.16.1.1), texinfo
Standards-Version: 3.9.8
Homepage: http://dmalloc.com/
Vcs-Git: https://github.com/e7appew/pkg-dmalloc.git
Vcs-Browser: https://github.com/e7appew/pkg-dmalloc

Package: libdmalloc5
Section: libs
Architecture: any
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.