File: control

package info (click to toggle)
liblog-agent-rotate-perl 1.200-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 148 kB
  • ctags: 34
  • sloc: perl: 825; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,266 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
32
Source: liblog-agent-rotate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libgetargs-long-perl,
                     liblog-agent-perl,
                     liblockfile-simple-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-agent-rotate-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-agent-rotate-perl.git
Homepage: https://metacpan.org/release/Log-Agent-Rotate

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.