File: control

package info (click to toggle)
liblog-report-perl 1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 588 kB
  • sloc: perl: 2,964; makefile: 6
file content (60 lines) | stat: -rw-r--r-- 2,519 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: liblog-report-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdancer-perl <!nocheck>,
                     libdancer2-perl <!nocheck>,
                     libdbix-class-perl <!nocheck>,
                     libdevel-globaldestruction-perl <!nocheck>,
                     liblog-dispatch-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     liblog-report-optional-perl (>= 1.07) <!nocheck>,
                     libmojolicious-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libstring-print-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-report-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-report-perl.git
Homepage: https://metacpan.org/release/Log-Report
Rules-Requires-Root: no

Package: liblog-report-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-globaldestruction-perl,
         liblog-report-optional-perl (>= 1.07),
         libstring-print-perl
Suggests: libdancer-perl,
          libdancer2-perl,
          libdbix-class-perl,
          liblog-dispatch-perl,
          liblog-log4perl-perl,
          libmojolicious-perl,
          libxml-libxml-perl
Enhances: libdancer-perl,
          libdancer2-perl,
          libdbix-class-perl,
          liblog-dispatch-perl,
          liblog-log4perl-perl,
          libmojolicious-perl,
          libxml-libxml-perl
Description: Perl module to report problems, with pluggable handlers and language support
 Handling messages to users can be a hassle, certainly when the same module is
 used for command-line and in a graphical interfaces, and has to cope with
 internationalization at the same time; this set of modules tries to
 simplify this.
 .
 Log::Report combines gettext features with Log::Dispatch-like features.
 However, you can also use this module to do only translations or only
 message dispatching.
 .
 Includes extension modules for integration with Dancer, Dancer2,
 DBIx::Class, Log::Dispatch, Log::Log4perl, and Mojolicious.
 To use either of those, please install corresponding package.