~ubuntu-branches/ubuntu/jaunty/google-perftools/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2008-06-15 23:41:36 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20080615234136-al5gawvdvt5vhdtz
Tags: 0.98-1
* New upstream release. (Closes: #425147)
* Compiled with GCC 4.3. (Closes: #454841)
* debian/watch: can now report upstream's version (Closes: #450294)
* Because of a file conflict between tau and libgoogle-perftools the
  binary pprof is renamed as google-pprof. (Closes: #404001)
  Great thanks to Michael Mende.
* debian/rules: autoconf files are now generated at the build time.
* Bumped up Standards-Version to 3.7.3, no changes are required.
* Split a new package, libtcmallc_minimal0. The upstream supports
  this module for wider platforms. So I leave its architecture to be
  `any'.
* libgoogle-perftools0's architecture is now i386. The upstream
  supports this module for x86 and x86_64. However, x86_64 requires
  libunwind's development head, which Debian does not have yet.
* Removed an unnecessary patch, debian/patches/02_profiler.cc_alpha.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: google-perftools
 
2
Section: libs
2
3
Priority: optional
3
4
Maintainer: Daigo Moriwaki <daigo@debian.org>
4
 
Build-Depends: cdbs, patchutils, debhelper (>> 5), binutils
5
 
Standards-Version: 3.7.2
 
5
Build-Depends: cdbs, autotools-dev, autoconf, m4, patchutils, debhelper (>> 5), binutils
 
6
Standards-Version: 3.7.3
 
7
Homepage: http://code.google.com/p/google-perftools/
6
8
 
7
9
Package: libgoogle-perftools-dev
8
10
Section: libdevel
15
17
 devel package contains static and debug libraries and header files
16
18
 for developing applications that use the google-perftools package.
17
19
 
 
20
Package: libtcmalloc-minimal0
 
21
Section: libs
 
22
Architecture: any
 
23
Depends: ${shlibs:Depends}, ${misc:Depends}
 
24
Description: an efficient thread-caching malloc
 
25
 The google-perftools package contains some utilities to improve and
 
26
 analyze the performance of C++ programs. This is a part of that package, 
 
27
 and includes an optimized thread-caching malloc.
 
28
 
18
29
Package: libgoogle-perftools0
19
30
Section: libs
20
 
Architecture: any
21
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
31
Architecture: i386
 
32
Depends: libtcmalloc-minimal0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
22
33
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
23
 
 The google-perftools package contains some utilities to improve and
24
 
 analyze the performance of C++ programs.  This includes an optimized
25
 
 thread-caching malloc() and cpu and heap profiling utilities.
 
34
 The google-perftools package contains some utilities to improve and 
 
35
 analyze the performance of C++ programs. This includes the full features: 
 
36
 an optimized thread-caching malloc() and cpu and heap profiling utilities.