File: control

package info (click to toggle)
libnet-syslogd-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 718; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 1,041 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
Source: libnet-syslogd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl | libio-socket-ip-perl,
                     libterm-readkey-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-syslogd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-syslogd-perl.git
Homepage: https://metacpan.org/release/Net-Syslogd
Testsuite: autopkgtest-pkg-perl

Package: libnet-syslogd-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl | libio-socket-ip-perl,
         libterm-readkey-perl
Description: Perl implementation of Syslog Listener
 Net::Syslogd is a class implementing a simple Syslog listener in Perl.
 Net::Syslogd will accept messages on the default Syslog port (UDP 514) and
 attempt to decode them according to RFC 3164.