File: control

package info (click to toggle)
libapache-db-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 325; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,167 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
Source: libapache-db-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-db-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-db-perl.git
Homepage: https://metacpan.org/release/Apache-DB

Package: libapache-db-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libapache2-mod-perl2,
         libdevel-dprof-perl
Description: module to run the interactive Perl debugger under mod_perl
 Perl ships with a very useful interactive debugger, however, it does not run
 "out-of-the-box" in the Apache/mod_perl environment.  Apache::DB makes a few
 adjustments so the two will cooperate.