r61752 - in /trunk/liblog-dispatch-perl/debian: changelog control

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Aug 19 16:47:10 UTC 2010


Author: emhn-guest
Date: Thu Aug 19 16:46:43 2010
New Revision: 61752

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61752
Log:
  versioned Build-Depends; change short description to be a noun phrase;
  improve long description.

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

Modified: trunk/liblog-dispatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatch-perl/debian/changelog?rev=61752&op=diff
==============================================================================
--- trunk/liblog-dispatch-perl/debian/changelog (original)
+++ trunk/liblog-dispatch-perl/debian/changelog Thu Aug 19 16:46:43 2010
@@ -11,14 +11,15 @@
     Jonas Genannt <jonas.genannt at capi2name.de>); Jonas Genannt
     <jonas.genannt at capi2name.de> moved to Uploaders; upgrade Standards
     Version; added myself as Uploader; remove versioned Depends and
-    versioned Build-Depends.
+    versioned Build-Depends; change short description to be a noun phrase;
+    improve long description.
   * debian/control, debian/rules, debian/compat: upgrade to DH7.
   * Upgrade to source format 3.0 (quilt).
   * debian/copyright: upgrade to parsable format, updated copyright
     dates and added packaging copyright.
   * Add debian/watch.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 19 Aug 2010 12:03:37 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 19 Aug 2010 12:15:50 -0430
 
 liblog-dispatch-perl (2.22-1) unstable; urgency=low
 

Modified: trunk/liblog-dispatch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatch-perl/debian/control?rev=61752&op=diff
==============================================================================
--- trunk/liblog-dispatch-perl/debian/control (original)
+++ trunk/liblog-dispatch-perl/debian/control Thu Aug 19 16:46:43 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libparams-validate-perl,
- libmodule-build-perl, libfile-find-rule-perl,
+ libfile-find-rule-perl,
  libtest-pod-perl, libtest-pod-coverage-perl,
  libtest-kwalitee-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -16,7 +16,17 @@
 
 Package: liblog-dispatch-perl
 Architecture: all
-Depends: ${perl:Depends}, libparams-validate-perl
-Description: Dispatches messages to multiple Log::Dispatch::* objects
- This module manages a set of Log::Dispatch::* objects, allowing you to
- add and remove output objects as desired.
+Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl
+Description: message dispatcher to multiple Log::Dispatch::* objects
+ Log::Dispatch is a suite of OO modules for logging messages to
+ multiple outputs, each of which can have a minimum and maximum log
+ level.  It is designed to be easily subclassed, both for creating a
+ new dispatcher object and particularly for creating new outputs.
+ .
+ It also allows both global (dispatcher level) and local (logging
+ object) message formatting callbacks which allows greater flexibility
+ and should reduce the need for subclassing.
+ .
+ Subclassing is only needed to send a message to a different output,
+ not to change the message format.
+




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