debian/0000775000000000000000000000000011602174362007172 5ustar debian/rules0000775000000000000000000000003611575001354010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000664000000000000000000000234611575001354011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: David Schweikert Source: http://search.cpan.org/dist/Parse-Syslog/ Name: Parse-Syslog Files: * Copyright: 2001, Swiss Federal Institute of Technology, Zurich License: Artistic or GPL-1+ Files: debian/* Copyright: 2001, 2002, 2003, Michael Alan Dorman 2004, 2006, 2008, Joachim Breitner 2006, Niko Tyni 2008, Damyan Ivanov 2011, Fabrizio Regalli License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000664000000000000000000000014011575001354010215 0ustar version=3 http://search.cpan.org/dist/Parse-Syslog/ \ .*/Parse-Syslog-v?(\d[\d.]*)\.tar\.gz debian/control0000664000000000000000000000231311602174176010577 0ustar Source: libparse-syslog-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-tail-perl, libio-stringy-perl, locales, perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Niko Tyni , Damyan Ivanov , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Parse-Syslog/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-syslog-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-syslog-perl/ Package: libparse-syslog-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} 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. debian/compat0000664000000000000000000000000211575001354010367 0ustar 7 debian/source/0000775000000000000000000000000011575001354010471 5ustar debian/source/format0000664000000000000000000000001411574720371011705 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000001022511602174362011044 0ustar libparse-syslog-perl (1.10-2ubuntu1) oneiric; urgency=low * Merge from debian unstable. Remaining changes: - Replace locales-all build-dependency with locales. Ubuntu does not provide the former, this will fix a DEPWAIT in Ubuntu buildds. -- Angel Abad Mon, 27 Jun 2011 23:39:13 +0200 libparse-syslog-perl (1.10-2) unstable; urgency=low [ Joachim Breitner ] * Removed myself from uploaders. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. -- Fabrizio Regalli Sat, 11 Jun 2011 14:34:07 +0200 libparse-syslog-perl (1.10-1ubuntu1) intrepid; urgency=low * Replace locales-all build-dependency with locales. Ubuntu does not provide the former, this will fix a DEPWAIT in Ubuntu buildds. -- Luca Falavigna Sat, 04 Oct 2008 01:44:55 +0200 libparse-syslog-perl (1.10-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes needed). * debian/rules: - remove unneeded targets and clean up dependencies among remaining ones - call dh_clean before make distclean - remove unused dh_installexamples and dh_installdirs - delete /usr/lib/perl5 only if it exists - use DESTDIR and PREFIX on make install * Add locales-all to build dependencies to enable locale test. * debian/copyright: add upstream source location, change to new format. [ Damyan Ivanov ] * debian/watch: + split the entry on two lines for easier reading + add v? to the pattern + require that the version starts with a digit and contains only digits and periods * debian/copyright: add explicit copyright/licensing for debian/* * add myself to Uploaders * debhelper hompatibility level 6 -- Damyan Ivanov Thu, 10 Jan 2008 16:39:26 +0200 libparse-syslog-perl (1.09-2) unstable; urgency=low * Fix debian/watch not to match Parse::Syslog::Mail. * Move debhelper from Build-Depends-Indep to Build-Depends, as per policy. * Don't ignore the return value of 'make distclean'. * Add myself to Uploaders. * Upgrade to debhelper compatibility level 5. * Add libio-stringy-perl to Build-Depends-Indep to run the tests requiring IO::Scalar. * Upgrade to Standards-Version 3.7.2. No changes needed. * Add libfile-tail-perl to Build-Depends-Indep for test coverage. * Don't install an empty /usr/lib/perl5 directory. -- Niko Tyni Fri, 16 Jun 2006 17:03:58 +0300 libparse-syslog-perl (1.09-1) unstable; urgency=low * New upstream release (Closes: bug#343237) * Bumped standards version (no changes) -- Joachim Breitner Sun, 8 Jan 2006 17:23:01 +0100 libparse-syslog-perl (1.03-1) unstable; urgency=low * Adopted by Debian Perl Group * New upstream release * Omit not very useful README file -- Joachim Breitner Fri, 8 Oct 2004 14:50:34 +0200 libparse-syslog-perl (1.02-1) unstable; urgency=low * New upstream version (closes: bug#188419) * Fix copyright file problems. (closes: bug#157638) -- Michael Alan Dorman Fri, 19 Dec 2003 13:31:25 -0500 libparse-syslog-perl (0.05-1) unstable; urgency=low * New upstream version. -- Michael Alan Dorman Mon, 11 Feb 2002 13:02:03 -0500 libparse-syslog-perl (0.03-1) unstable; urgency=low * Initial Debianization. -- Michael Alan Dorman Thu, 27 Sep 2001 08:59:43 -0400