File: control

package info (click to toggle)
libapache-dbilogger-perl 0.93-13.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: perl: 342; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download | duplicates (2)
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
Source: libapache-dbilogger-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 (>= 11)
Build-Depends-Indep: libapache-dbi-perl,
                     libapache2-mod-perl2,
                     libdbi-perl,
                     libtimedate-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-dbilogger-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-dbilogger-perl.git
Homepage: https://metacpan.org/release/Apache-DBILogger

Package: libapache-dbilogger-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapache-dbi-perl,
         libapache2-mod-perl2,
         libdbi-perl,
         libtimedate-perl
Description: Perl module for tracking what's being transferred in a DBI database
 Apache::DBILogger tracks what's being transferred by the Apache web server
 in a SQL database (everything with a DBI/DBD driver). This allows one to
 get statistics (of almost everything) without having to parse the log
 files (like the Apache::Traffic module, just in a "real" database,
 and with a lot more logged information).