[libperl-critic-perl] 03/04: Wrap and sort fields in debian/control file
Salvatore Bonaccorso
carnil at debian.org
Sat Nov 2 20:28:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libperl-critic-perl.
commit d4cfb3073ea7da4737e2ab140762fff5bb6f0df5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Nov 2 21:24:30 2013 +0100
Wrap and sort fields in debian/control file
---
debian/control | 103 ++++++++++++++++++++++++++++----------------------------
1 file changed, 52 insertions(+), 51 deletions(-)
diff --git a/debian/control b/debian/control
index b9a95c1..16cce0d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,38 @@
Source: libperl-critic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
- Maximilian Gaß <mxey at cloudconnected.org>,
- gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Damyan Ivanov <dmn at debian.org>,
- Antonio Radici <antonio at dyne.org>,
- Ansgar Burchardt <ansgar at debian.org>
+Uploaders:
+ Salvatore Bonaccorso <carnil at debian.org>,
+ Maximilian Gaß <mxey at cloudconnected.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ Antonio Radici <antonio at dyne.org>,
+ Ansgar Burchardt <ansgar at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 8),
- perl
-Build-Depends-Indep: libb-keywords-perl,
- libconfig-tiny-perl,
- libemail-address-perl,
- libexception-class-perl,
- libfile-homedir-perl,
- libfile-which-perl,
- libio-string-perl,
- liblist-moreutils-perl,
- libmodule-pluggable-perl | perl (<< 5.17.0),
- libpod-spell-perl,
- libppi-perl (>= 1.215),
- libppix-regexp-perl (>= 0.027),
- libppix-utilities-perl,
- libreadonly-perl,
- libreadonly-xs-perl,
- libstring-format-perl,
- libtask-weaken-perl,
- libtest-deep-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- perltidy
+Build-Depends: debhelper (>= 8), perl
+Build-Depends-Indep:
+ libb-keywords-perl,
+ libconfig-tiny-perl,
+ libemail-address-perl,
+ libexception-class-perl,
+ libfile-homedir-perl,
+ libfile-which-perl,
+ libio-string-perl,
+ liblist-moreutils-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libpod-spell-perl,
+ libppi-perl (>= 1.215),
+ libppix-regexp-perl (>= 0.027),
+ libppix-utilities-perl,
+ libreadonly-perl,
+ libreadonly-xs-perl,
+ libstring-format-perl,
+ libtask-weaken-perl,
+ libtest-deep-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perltidy
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperl-critic-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl-critic-perl.git
@@ -39,26 +40,27 @@ Homepage: https://metacpan.org/release/Perl-Critic/
Package: libperl-critic-perl
Architecture: all
-Depends: ${misc:Depends},
- ${perl:Depends},
- libb-keywords-perl,
- libconfig-tiny-perl,
- libemail-address-perl,
- libexception-class-perl,
- libfile-homedir-perl,
- libfile-which-perl,
- libio-string-perl,
- liblist-moreutils-perl,
- libmodule-pluggable-perl | perl (<< 5.17.0),
- libpod-spell-perl,
- libppi-perl (>= 1.215),
- libppix-regexp-perl (>= 0.027),
- libppix-utilities-perl,
- libreadonly-perl,
- libreadonly-xs-perl,
- libstring-format-perl,
- libtask-weaken-perl,
- perltidy
+Depends:
+ libb-keywords-perl,
+ libconfig-tiny-perl,
+ libemail-address-perl,
+ libexception-class-perl,
+ libfile-homedir-perl,
+ libfile-which-perl,
+ libio-string-perl,
+ liblist-moreutils-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ libpod-spell-perl,
+ libppi-perl (>= 1.215),
+ libppix-regexp-perl (>= 0.027),
+ libppix-utilities-perl,
+ libreadonly-perl,
+ libreadonly-xs-perl,
+ libstring-format-perl,
+ libtask-weaken-perl,
+ perltidy,
+ ${misc:Depends},
+ ${perl:Depends}
Description: Perl module to critique code for best practices
Perl::Critic is an extensible framework for creating and applying software
coding policies to Perl source code. By default, it is distributed with a
@@ -67,4 +69,3 @@ Description: Perl module to critique code for best practices
it is not limited to PBP and will even support policies that contradict PBP.
You can enable, disable and customize those policies through the Perl::Critic
interface. You can also create new Policy modules to suit your own tastes.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl-critic-perl.git
More information about the Pkg-perl-cvs-commits
mailing list