File: control

package info (click to toggle)
liblog-dispatch-message-passing-perl 0.009-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 280 kB
  • sloc: perl: 1,406; makefile: 9; sh: 4
file content (33 lines) | stat: -rw-r--r-- 1,224 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
Source: liblog-dispatch-message-passing-perl
Section: perl
Priority: optional
Build-Depends:
 devscripts,
 perl,
 debhelper (>= 11),
 dh-buildinfo,
 liblog-dispatch-perl,
 libmessage-passing-perl,
 libtest-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatch-message-passing-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-dispatch-message-passing-perl
Homepage: https://metacpan.org/release/Log-Dispatch-Message-Passing
Testsuite: autopkgtest-pkg-perl

Package: liblog-dispatch-message-passing-perl
Architecture: all
Depends: liblog-dispatch-perl,
 libmessage-passing-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: log events to Message::Passing
 Log::Dispatch::Message::Passing provides a Log::Dispatch log output
 system that sends logged events to Message::Passing.
 .
 This allows you to use any of the Message::Passing outputs or filters
 to process log events and send them across the network, and you can use
 the toolkit to trivially construct a log aggregator.