r35314 - in /trunk/liblog-loglite-perl/debian: changelog control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed May 13 06:47:27 UTC 2009


Author: ryan52-guest
Date: Wed May 13 06:47:22 2009
New Revision: 35314

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35314
Log:
change the long description to be third person

Modified:
    trunk/liblog-loglite-perl/debian/changelog
    trunk/liblog-loglite-perl/debian/control

Modified: trunk/liblog-loglite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-loglite-perl/debian/changelog?rev=35314&op=diff
==============================================================================
--- trunk/liblog-loglite-perl/debian/changelog (original)
+++ trunk/liblog-loglite-perl/debian/changelog Wed May 13 06:47:22 2009
@@ -15,8 +15,9 @@
   * Debian Policy 3.8.1
   * convert direct changes to quilt patches
   * add README.source
+  * change the long description to be third person
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 12 May 2009 23:42:03 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 12 May 2009 23:45:32 -0700
 
 liblog-loglite-perl (0.82-6) unstable; urgency=low
 

Modified: trunk/liblog-loglite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-loglite-perl/debian/control?rev=35314&op=diff
==============================================================================
--- trunk/liblog-loglite-perl/debian/control (original)
+++ trunk/liblog-loglite-perl/debian/control Wed May 13 06:47:22 2009
@@ -14,21 +14,12 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libio-lockedfile-perl
 Description: Perl module that facilitates lightweight logging
- In order to have a log we have first to create a Log::LogLite object. The
- Log::LogLite object is created with a logging level. The default logging level
- is 5. After the Log::LogLite object is created, each call to the write method
- may write a new line in the log file. If the level of the message is lower or
- equal to the logging level, the message will be written to the log file. The
- format of the logging messages can be controled by changing the template, and
- by defining a default message. The class uses the IO::LockedFile class.
- .
- The Log::NullLogLite class is derived from the Log::LogLite class and
- implement the Null Object Pattern to let us to use the Log::LogLite class with
- null Log::LogLite objects. We might want to do that if we use a Log::LogLite
- object in our code, and we do not want always to actually define a
- Log::LogLite object (i.e. not always we want to write to a log file). In such
- a case we will create a Log::NullLogLite object instead of the Log::LogLite
- object, and will use that object instead. The object has all the methods that
- the Log::LogLite object has, but those methods do nothing. Thus our code will
- continue to run without any change, yet we will not have to define a log file
- path for the Log::LogLite object, and no log will be created.
+ The Log::LogLite class helps create simple logs for an
+ application. The Log::LogLite object is created with a logging
+ level. The default logging level is 5. After the Log::LogLite object
+ is created, each call to the write method may write a new line in the
+ log file. If the level of the message is lower or equal to the
+ logging level, the message will be written to the log file. The
+ format of the logging messages can be controlled by changing the
+ template, and by defining a default message. The class uses the
+ IO::LockedFile class.




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