debian/0000755000000000000000000000000011532246577007202 5ustar debian/control0000644000000000000000000000214111532245637010577 0ustar Source: libdpkg-log-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libdatetime-perl, libdatetime-format-strptime-perl, libparams-validate-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Patrick Schoenfeld , gregor herrmann Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdpkg-log-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdpkg-log-perl/ Homepage: http://search.cpan.org/dist/DPKG-Log/ Package: libdpkg-log-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl, libdatetime-format-strptime-perl, libparams-validate-perl Description: module for parsing and analysing dpkg log files DPKG::Log is a perl library which aims at parsing and analysing a dpkg logfile. . It supports: - Parsing a dpkg log and representing each line as a separate generic object. - Analysing a dpkg log and extracting information from it, such as installed packages, upgraded packages etc. debian/copyright0000644000000000000000000000212111532245712011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Patrick Schoenfeld Source: http://search.cpan.org/dist/DPKG-Log/ Name: DPKG-Log Files: * Copyright: Patrick Schoenfeld License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Patrick Schoenfeld 2011, gregor herrmann 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libdpkg-log-perl.examples0000644000000000000000000000001311532246223014053 0ustar examples/* debian/watch0000644000000000000000000000015511530504201010207 0ustar version=3 http://search.cpan.org/dist/DPKG-Log/ .*/DPKG-Log-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011532246541010620 5ustar debian/patches/spelling.patch0000644000000000000000000000347111532246427013466 0ustar Description: fix some spelling mistakes Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2011-02-26 --- a/lib/DPKG/Log.pm +++ b/lib/DPKG/Log.pm @@ -48,7 +48,7 @@ Returns a new DPKG::Log object. If parse is set to a true value the logfile specified by filename is parsed at the end of the object initialisation. Otherwise the parse routine has to be called. -Filename parameter can be ommitted, it defaults to /var/log/dpkg.log. +Filename parameter can be omitted, it defaults to /var/log/dpkg.log. Optionally its possible to specify B or B arguments as timestamps in the standard dpkg.log format or as DateTime objects. @@ -58,7 +58,7 @@ can use B instead. By default the module will assume that those timestamps are in the local timezone -as determined by DateTime::TimeZone. This can be overriden by giving the +as determined by DateTime::TimeZone. This can be overridden by giving the argument B which takes a timezone string (e.g. 'Europe/Berlin') or a DateTime::TimeZone object. Additionally its possible to override the timestamp_pattern by specifying @@ -411,4 +411,4 @@ =cut 1; -# vim: expandtab:ts=4:sw=4 \ No newline at end of file +# vim: expandtab:ts=4:sw=4 --- a/lib/DPKG/Log/Analyse.pm +++ b/lib/DPKG/Log/Analyse.pm @@ -43,7 +43,7 @@ =item $analyser = DPKG::Log::Analyse->new('log_handle' => \$dpkg_log) Returns a new DPKG::Log::Analyse object. -Filename parameter can be ommitted, it defaults to /var/log/dpkg.log. +Filename parameter can be omitted, it defaults to /var/log/dpkg.log. Its possible to specify an existing DPKG::Log object instead of a filename. This will be used and overrides any filename setting. @@ -252,4 +252,4 @@ =cut 1; -# vim: expandtab:ts=4:sw=4 \ No newline at end of file +# vim: expandtab:ts=4:sw=4 debian/patches/series0000644000000000000000000000001711532246253012033 0ustar spelling.patch debian/compat0000644000000000000000000000000211530504201010353 0ustar 7 debian/changelog0000644000000000000000000000162611532246526011053 0ustar libdpkg-log-perl (1.20-2) unstable; urgency=low * debian/control: - add Vcs-Svn and Vcs-Browser fields - make short description a noun phrase - add missing build dependencies (closes: #615470) - add /me to Uploaders * Switch to source format 3.0 (quilt). * Don't install README anymore. * Install examples. * Add a patch to fix some spelling mistakes. -- gregor herrmann Sat, 26 Feb 2011 19:58:26 +0100 libdpkg-log-perl (1.20-1) unstable; urgency=low * New upstream release -- Patrick Schoenfeld Wed, 23 Feb 2011 14:35:07 +0100 libdpkg-log-perl (1.10-1) unstable; urgency=low * New upstream release -- Patrick Schoenfeld Tue, 22 Feb 2011 10:29:37 +0100 libdpkg-log-perl (1.00-1) unstable; urgency=low * Initial Release. -- Patrick Schoenfeld Fri, 18 Feb 2011 13:53:43 +0100 debian/source/0000755000000000000000000000000011532246541010471 5ustar debian/source/format0000644000000000000000000000001411532245065011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611530504201010234 0ustar #!/usr/bin/make -f %: dh $@