File: control

package info (click to toggle)
liblog-agent-rotate-perl 1.201-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 825; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,292 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
31
Source: liblog-agent-rotate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libgetargs-long-perl <!nocheck>,
                     liblockfile-simple-perl <!nocheck>,
                     liblog-agent-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-agent-rotate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-agent-rotate-perl.git
Homepage: https://metacpan.org/release/Log-Agent-Rotate
Rules-Requires-Root: no

Package: liblog-agent-rotate-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgetargs-long-perl,
         liblockfile-simple-perl,
         liblog-agent-perl
Description: extension for Log::Agent providing file-rotating features
 The Log::Agent::Rotate module is an extension of Log::Agent that brings
 file-rotating features to the File logging driver.
 .
 This is NOT a generic all-purpose logfile rotation package.  It is meant
 to be used only within the Log::Agent framework.