File: control

package info (click to toggle)
liblog-dispatch-filerotate-perl 1.19-1.4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: perl: 948; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: liblog-dispatch-filerotate-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl, liblog-log4perl-perl, libdate-manip-perl, liblog-dispatch-perl, libparams-validate-perl
Maintainer: Matthias Schmitz <matthias@sigxcpu.org>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Log-Dispatch-FileRotate/

Package: liblog-dispatch-filerotate-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, liblog-log4perl-perl, libdate-manip-perl, liblog-dispatch-perl, libparams-validate-perl
Description:  Log to files that archive/rotate themselves
 This module provides a simple object for logging to files under the
 Log::Dispatch::* system, and automatically rotating them according to
 different constraints. This is basically a Log::Dispatch::File wrapper
 with additions.