r69210 - /trunk/libdpkg-log-perl/debian/control

schoenfeld at users.alioth.debian.org schoenfeld at users.alioth.debian.org
Mon Feb 21 09:16:10 UTC 2011


Author: schoenfeld
Date: Mon Feb 21 09:15:43 2011
New Revision: 69210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69210
Log:
Add a proper description


Modified:
    trunk/libdpkg-log-perl/debian/control

Modified: trunk/libdpkg-log-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdpkg-log-perl/debian/control?rev=69210&op=diff
==============================================================================
--- trunk/libdpkg-log-perl/debian/control (original)
+++ trunk/libdpkg-log-perl/debian/control Mon Feb 21 09:15:43 2011
@@ -12,7 +12,12 @@
 Architecture: all
 Depends: libdatetime-perl, libdatetime-format-strptime-perl, libparams-validate-perl, ${misc:Depends}, ${perl:Depends}
 Description: Parse and analyse dpkg log files
- DPKG::Log is used to parse a logfile and store each line as a
- DPKG::Log::Entry object.
+ DPKG::Log is a perl library which aims at parsing and analysing
+ a dpkg logfile.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ 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.
+ 




More information about the Pkg-perl-cvs-commits mailing list