[liblog-dispatch-perl] 07/09: refresh debian/control

Florian Schlichting fsfs at alioth.debian.org
Mon Sep 9 08:10:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository liblog-dispatch-perl.

commit ba25a494aeef74e2778c536d019130f1b9442641
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Sep 9 10:00:17 2013 +0200

    refresh debian/control
    
    this
        - sorts and nicely indents the dependencies,
        - adds myself to Uploaders
        - removes bogus binary dependency on 'perl'
---
 debian/control |   30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 85ab7f0..63c3cb6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,17 @@
 Source: liblog-dispatch-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
-           Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
+ Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>,
+ Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libdist-checkconflicts-perl,
-                     libparams-validate-perl,
-                     libclass-load-perl
+Build-Depends-Indep: libclass-load-perl,
+ libdist-checkconflicts-perl,
+ libparams-validate-perl,
+ perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-dispatch-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-dispatch-perl.git
@@ -18,12 +19,10 @@ Homepage: https://metacpan.org/release/Log-Dispatch/
 
 Package: liblog-dispatch-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdist-checkconflicts-perl,
-         libparams-validate-perl,
-         libclass-load-perl,
-         perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-load-perl,
+ libdist-checkconflicts-perl,
+ libparams-validate-perl
 Description: message dispatcher to multiple Log::Dispatch::* objects
  Log::Dispatch is a collection of Perl modules useful for logging messages to
  multiple outputs, each of which can have a minimum and maximum log level. It
@@ -33,4 +32,3 @@ Description: message dispatcher to multiple Log::Dispatch::* objects
  It also allows both global (dispatcher level) and local (logging object)
  message formatting callbacks which allows greater flexibility and reduces
  the need for subclassing.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-dispatch-perl.git



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