r17865 - /trunk/liblog-handler-perl/debian/control

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Wed Mar 19 04:09:21 UTC 2008


Author: roberto
Date: Wed Mar 19 04:09:20 2008
New Revision: 17865

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17865
Log:
Tweak dependencies and descriptions to make lintian happy.

Modified:
    trunk/liblog-handler-perl/debian/control

Modified: trunk/liblog-handler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/control?rev=17865&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/control (original)
+++ trunk/liblog-handler-perl/debian/control Wed Mar 19 04:09:20 2008
@@ -1,10 +1,9 @@
 Source: liblog-handler-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.7), libmodule-build-perl,
- libtest-pod-perl, libtest-pod-coverage-perl, libparams-validate-perl,
- libdevel-backtrace-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.7), libtest-pod-perl,
+ libtest-pod-coverage-perl, libparams-validate-perl, libdevel-backtrace-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>
 Standards-Version: 3.7.3
@@ -17,10 +16,11 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libparams-validate-perl,
  libdevel-backtrace-perl
 Description: A simple handler to log messages to a log file
- This module is just a simple object oriented log file handler and very easy to use.
- It's possible to define a log level for your programs and control the amount of
- informations that will be logged to the log file. In addition it's possible to configure
- how you wish to open the log file - transient or permanent - and lock and unlock the
- log file by each write operation. If you wish you can assign the handler to check the
- inode of the log file (not on Windows). That could be very useful if a rotate
- mechanism moves and zip the log file.
+ This module is just a simple object oriented log file handler and very easy to
+ use.  It's possible to define a log level for your programs and control the
+ amount of informations that will be logged to the log file. In addition it's
+ possible to configure how you wish to open the log file - transient or
+ permanent - and lock and unlock the log file by each write operation. If you
+ wish you can assign the handler to check the inode of the log file (not on
+ Windows). That could be very useful if a rotate mechanism moves and zip the
+ log file.




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