File: control

package info (click to toggle)
google-perftools 2.2.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,380 kB
  • ctags: 5,823
  • sloc: cpp: 26,292; sh: 11,917; ansic: 9,068; perl: 3,966; makefile: 1,064; asm: 128
file content (75 lines) | stat: -rw-r--r-- 3,655 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: google-perftools
Section: libs
Priority: optional
Maintainer: Daigo Moriwaki <daigo@debian.org>
Build-Depends: cdbs, autoconf, automake1.11, libtool, patchutils, debhelper (>= 9.0.0), binutils, libunwind8-dev [amd64]
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/gperftools/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/google-perftools/trunk
Vcs-Browser: http://svn.debian.org/viewvc/collab-maint/deb-maint/google-perftools/trunk/

Package: libgoogle-perftools-dev
Section: libdevel
Architecture: i386 amd64 powerpc ppc64el arm64 armel armhf
Depends: ${misc:Depends}, libgoogle-perftools4 (= ${binary:Version}), libtcmalloc-minimal4 (= ${binary:Version}), libunwind8-dev [amd64]
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs.  This
 includes an optimized thread-caching malloc() and cpu and heap profiling
 utilities.  The devel package contains static and debug libraries and header
 files for developing applications that use the google-perftools package.

Package: libtcmalloc-minimal4
Section: libs
Architecture: i386 amd64 powerpc ppc64el arm64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This is a
 part of that package, and includes an optimized thread-caching malloc.

Package: libtcmalloc-minimal4-dbg
Section: debug
Priority: extra
Architecture: i386 amd64 powerpc ppc64el arm64 armel armhf
Depends: ${misc:Depends}, libtcmalloc-minimal4 (= ${binary:Version})
Description: efficient thread-caching malloc
 Contains debugging symbols for libtcmalloc-minimal4.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps.  Most people will not need this package.

Package: libgoogle-perftools4
Section: libs
Architecture: i386 amd64 powerpc ppc64el arm64 armel armhf
Depends: libtcmalloc-minimal4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: libgoogle-perftools0
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This includes
 the full features: an optimized thread-caching malloc() and cpu and heap
 profiling utilities.

Package: libgoogle-perftools4-dbg
Section: debug
Priority: extra
Architecture: i386 amd64 powerpc ppc64el arm64 armel armhf
Depends: ${misc:Depends}, libgoogle-perftools4 (= ${binary:Version})
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
 Contains debugging symbols for libgoogle-perftools4.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps.  Most people will not need this package.

Package: google-perftools
Section: devel
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libgoogle-perftools4, curl
Recommends: graphviz, gv
Description: command line utilities to analyze the performance of C++ programs
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This is a
 part of that package, and includes command line utilities.