File: control

package info (click to toggle)
libcatalyst-log-log4perl-perl 1.06-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 1,687; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,657 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
33
34
35
36
37
38
39
40
41
Source: libcatalyst-log-log4perl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libcatalyst-perl <!nocheck>,
                     libdata-dump-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libmro-compat-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-log-log4perl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-log-log4perl-perl.git
Homepage: https://metacpan.org/release/Catalyst-Log-Log4perl
Rules-Requires-Root: no

Package: libcatalyst-log-log4perl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatalyst-perl,
         libdata-dump-perl,
         liblog-log4perl-perl,
         libmro-compat-perl,
         libparams-validate-perl
Description: logging module for Catalyst (deprecated)
 Deprecation warning: this package is provided only for users of
 libcatalyst-modules-perl. The module was previously bundled there.
 .
 Please migrate to Log::Log4perl::Catalyst, which is included in the
 liblog-log4perl-perl package.
 .
 Catalyst::Log::Log4perl provides a Catalyst::Log implementation that uses
 Log::Log4perl as the underlying log mechanism.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.