libparse-syslog-perl 1.10-4 source package in Ubuntu

Changelog

libparse-syslog-perl (1.10-4) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libparse-syslog-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 12:35:00 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-syslog-perl_1.10-4.dsc 2.1 KiB 5908b13c4da81a39b3fc78b9742aacd461868661490a5261a071b3c5f069e30e
libparse-syslog-perl_1.10.orig.tar.gz 10.9 KiB 659a2145441ef36d9835decaf83da308fcd03f49138cb3d90928e8bfc9f139d9
libparse-syslog-perl_1.10-4.debian.tar.xz 3.2 KiB b093bcfaeed0ed43f6c7c0463df5de8e10451e4cfac5352c2eb37435cbbbca8d

Available diffs

No changes file available.

Binary packages built by this source

libparse-syslog-perl: 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.