File: control

package info (click to toggle)
liblog-dispatch-dir-perl 0.160-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 292; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,255 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: liblog-dispatch-dir-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libfile-slurper-perl,
                     liblog-dispatch-perl,
                     libparams-validate-perl,
                     libprobe-perl-perl,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatch-dir-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatch-dir-perl.git
Homepage: https://metacpan.org/release/Log-Dispatch-Dir

Package: liblog-dispatch-dir-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-slurper-perl,
         liblog-dispatch-perl,
         libparams-validate-perl,
         libprobe-perl-perl
Description: module to log messages to separate files in a directory
 Log::Dispatch::Dir provides a simple object for logging to directories under
 the Log::Dispatch::* system, and automatically rotating them according to
 different constraints. Each message will be logged to a separate file the
 directory.