[libdevel-declare-perl] 03/05: Update control file

Angel Abad angel at moszumanska.debian.org
Mon Feb 3 12:51:02 UTC 2014


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

angel pushed a commit to branch master
in repository libdevel-declare-perl.

commit 5620a88382865138b6f5c23fc5cc5ad150c937f4
Author: Angel Abad <angelabad at gmail.com>
Date:   Mon Feb 3 13:47:07 2014 +0100

    Update control file
    
    Git-Dch: Ignore
---
 debian/control | 39 ++++++++++++++++++---------------------
 1 file changed, 18 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index de12e0f..9f8deef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,21 @@
 Source: libdevel-declare-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
-           Ryan Niebur <ryan at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Damyan Ivanov <dmn at debian.org>,
-           gregor herrmann <gregoa at debian.org>,
-           Angel Abad <angel at debian.org>
 Section: perl
 Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Ryan Niebur <ryan at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Angel Abad <angel at debian.org>
 Build-Depends: debhelper (>= 9.20120312),
-               libb-hooks-endofscope-perl,
-               libb-hooks-op-check-perl (>= 0.19),
-               libextutils-depends-perl (>= 0.302),
-               libsub-name-perl,
-               libtest-requires-perl,
-               libtest-warn-perl,
-               perl
+ libb-hooks-endofscope-perl,
+ libb-hooks-op-check-perl (>= 0.19),
+ libextutils-depends-perl (>= 0.302),
+ libsub-name-perl,
+ libtest-requires-perl,
+ libtest-warn-perl,
+ perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-declare-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-declare-perl.git
@@ -23,12 +23,10 @@ Homepage: https://metacpan.org/release/Devel-Declare/
 
 Package: libdevel-declare-perl
 Architecture: any
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         ${shlibs:Depends},
-         libb-hooks-endofscope-perl,
-         libb-hooks-op-check-perl (>= 0.19),
-         libsub-name-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libb-hooks-endofscope-perl,
+ libb-hooks-op-check-perl (>= 0.19),
+ libsub-name-perl
 Description: module to add new syntax to Perl
  Devel::Declare can install subroutines called declarators which locally take
  over control of Perl's parser, allowing the creation of new syntax, including
@@ -38,4 +36,3 @@ Description: module to add new syntax to Perl
  This module can be used for adding new keywords, completely in Perl code. It
  allows a subroutine to be executed during the Perl code compilation, meaning
  that syntax can be transformed into equivalent code for Perl on-the-fly.
-

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



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