~ubuntu-branches/ubuntu/vivid/libdevel-bt-perl/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-09-15 11:56:39 UTC
  • Revision ID: james.westby@ubuntu.com-20100915115639-oke2z8w9y5o684cq
Tags: 0.05-1
Initial Release. (Closes: #596872)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libdevel-bt-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 7), perl, libcapture-tiny-perl, libfile-which-perl,
 
5
 gdb, perl (>= 5.10.1) | libtest-simple-perl (>= 0.89)
 
6
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
7
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
 
8
Standards-Version: 3.9.1
 
9
Homepage: http://search.cpan.org/dist/Devel-bt/
 
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-bt-perl/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-bt-perl/
 
12
 
 
13
Package: libdevel-bt-perl
 
14
Architecture: any
 
15
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libfile-which-perl, gdb
 
16
Description: module providing automatic gdb backtraces on errors
 
17
 Devel::bt, when enabled, registers a handler for certain types of fatal
 
18
 errors, like segmentation faults, and, once such an error occurs, prints a
 
19
 debugger backtrace to standard output before exiting the program.
 
20
 .
 
21
 It is intended to be used to debug crashes in situations where running the
 
22
 failing program directly under a debugger is not possible, for example when
 
23
 trying to get more information from cpantesters or from users unfamiliar with
 
24
 gdb.