File: control

package info (click to toggle)
libcgi-application-plugin-debugscreen-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,566; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,673 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
35
Source: libcgi-application-plugin-debugscreen-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Richard Hansen <rhansen@rhansen.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl,
               perl
Build-Depends-Indep: libcgi-application-perl <!nocheck>,
                     libcgi-application-plugin-viewcode-perl (>= 1.02-5) <!nocheck>,
                     libdevel-stacktrace-perl <!nocheck>,
                     libhtml-template-perl <!nocheck>,
                     libuniversal-require-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-debugscreen-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-debugscreen-perl.git
Homepage: https://metacpan.org/release/CGI-Application-Plugin-DebugScreen
Rules-Requires-Root: no

Package: libcgi-application-plugin-debugscreen-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-application-perl,
         libcgi-application-plugin-viewcode-perl (>= 1.02-5),
         libdevel-stacktrace-perl,
         libhtml-template-perl,
         libuniversal-require-perl
Replaces: libcgi-application-plugin-viewcode-perl (<< 1.02-5)
Breaks: libcgi-application-plugin-viewcode-perl (<< 1.02-5)
Description: debugging tool for CGI::Application
 CGI::Application::Plugin::DebugScreen captures die events and displays the
 stack trace to the user. It also provides links to the source code and
 documentation view the ViewCode plugin.