File: control

package info (click to toggle)
libdevel-bt-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 184 kB
  • ctags: 4
  • sloc: perl: 37; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,335 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
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.