File: control

package info (click to toggle)
libnet-syslogd-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 25
  • sloc: perl: 718; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (2)
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 (>= 9)
Build-Depends-Indep: perl (>= 5.19.8) | libio-socket-ip-perl,
                     libterm-readkey-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-syslogd-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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 (>= 5.19.8) | 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.