[libperl-metrics-simple-perl] 05/09: Wrap and sort dependencies

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 18:18:10 UTC 2013


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

fsfs pushed a commit to branch master
in repository libperl-metrics-simple-perl.

commit c24fe450a42c2e43482ad52ad85cdc50c2b611c3
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 20:06:10 2013 +0200

    Wrap and sort dependencies
---
 debian/control |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index cd6aa8d..2aed87e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
  perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
-Build-Depends-Indep: perl, libppi-perl, libreadonly-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libstatistics-basic-perl
+Build-Depends-Indep: libppi-perl,
+ libreadonly-perl,
+ libstatistics-basic-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -14,8 +18,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperl-metri
 
 Package: libperl-metrics-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl,
- libreadonly-perl, libstatistics-basic-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libppi-perl,
+ libreadonly-perl,
+ libstatistics-basic-perl
 Description: module to provide metrics of Perl code
  Perl::Metrics::Simple is a Perl module that provides several useful methods
  for static analysis of one or many Perl files. It currently offers these

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl-metrics-simple-perl.git



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