File: control

package info (click to toggle)
libapp-stacktrace-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 476 kB
  • sloc: perl: 296; ansic: 37; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 967 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
Source: libapp-stacktrace-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 10),
               gdb,
               perl,
               perl-debug
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-stacktrace-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapp-stacktrace-perl.git
Homepage: https://metacpan.org/release/App-Stacktrace
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: perl-stacktrace
Architecture: any
Depends: gdb,
         perl-debug,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Create stack traces of a running perl processes
 perl-stacktrace prints Perl stack traces of Perl threads for a given
 Perl process. For each Perl frame, the full file name and line number
 are printed.