Package: wnpp Severity: normal The current maintainer of libparse-syslog-perl, Michael Alan Dorman <[EMAIL PROTECTED]>, has orphaned this package. If you want to be the new maintainer, please take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions how to adopt a package properly.
Some information about this package: Package: libparse-syslog-perl Binary: libparse-syslog-perl Version: 1.02-1 Priority: optional Section: perl Maintainer: Michael Alan Dorman <[EMAIL PROTECTED]> Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16) Architecture: all Standards-Version: 3.6.1 Format: 1.0 Directory: pool/main/libp/libparse-syslog-perl Files: f53435eaa9c0fbad1020e657e13d3a4c 637 libparse-syslog-perl_1.02-1.dsc 870e34fc42a91e6f0e019c9d8c06b0bf 7645 libparse-syslog-perl_1.02.orig.tar.gz 48c5d8317601e157ec153eaf45edb291 1717 libparse-syslog-perl_1.02-1.diff.gz Package: libparse-syslog-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Michael Alan Dorman <[EMAIL PROTECTED]> Architecture: all Version: 1.02-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/libp/libparse-syslog-perl/libparse-syslog-perl_1.02-1_all.deb Size: 11018 MD5sum: aa358c5926a49824c78689b7e6b13115 Description: Perl module for parsing syslog entries Unix syslogs are convenient to read for humans but because of small differences between operating systems and things like 'last message repeated xx times' not very easy to parse by a script. . Parse::Syslog presents a simple interface to parse syslog files: you create a parser on a file (with new) and call next to get one line at a time with Unix-timestamp, host, program, pid and text returned in a hash-reference. -- Martin Michlmayr [EMAIL PROTECTED]