Source: libdevel-bt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               gdb,
               libcapture-tiny-perl,
               libfile-which-perl,
               perl,
               perl-debug
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-bt-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-bt-perl.git
Homepage: https://metacpan.org/release/Devel-bt

Package: libdevel-bt-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         gdb,
         libfile-which-perl,
         perl-debug
Description: module providing automatic gdb backtraces on errors
 Devel::bt, when enabled, registers a handler for certain types of fatal
 errors, like segmentation faults, and, once such an error occurs, prints a
 debugger backtrace to standard output before exiting the program.
 .
 It is intended to be used to debug crashes in situations where running the
 failing program directly under a debugger is not possible, for example when
 trying to get more information from cpantesters or from users unfamiliar with
 gdb.
