File: control

package info (click to toggle)
libapache-dbilogger-perl 0.93-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 140 kB
  • ctags: 26
  • sloc: perl: 342; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,182 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
Source: libapache-dbilogger-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libapache-dbi-perl,
 libapache2-mod-perl2,
 libdbi-perl,
 libtimedate-perl,
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Apache-DBILogger/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-dbilogger-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache-dbilogger-perl/

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 transfered 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).