[libconfig-any-perl] 03/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat May 30 18:35:15 UTC 2015


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

carnil pushed a commit to branch master
in repository libconfig-any-perl.

commit d3a7ab8275374b5014864cc374946ec2b473bade
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat May 30 20:26:06 2015 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 37 ++++++++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 635a923..78c8124 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,25 @@ Source: libconfig-any-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libconfig-general-perl, libconfig-tiny-perl,
- perl (>= 5.13.9) | libjson-pp-perl | libjson-perl,
+Build-Depends-Indep:
+ libconfig-general-perl,
+ libconfig-tiny-perl,
  libmodule-pluggable-perl | perl (<< 5.17.0),
- libtest-exception-perl, libtest-pod-coverage-perl,
- libtest-pod-perl, libxml-simple-perl,
+ libtest-exception-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libxml-simple-perl,
  libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
- perl
+ perl,
+ perl (>= 5.13.9) | libjson-pp-perl | libjson-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+Uploaders:
+ Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
- Rene Mayorga <rmayorga at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
+ Rene Mayorga <rmayorga at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/Config-Any
@@ -22,12 +29,16 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-any-per
 
 Package: libconfig-any-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-pluggable-perl | perl (<< 5.17.0)
-Recommends: libconfig-general-perl, libconfig-tiny-perl,
- perl (>= 5.13.9) | libjson-pp-perl | libjson-perl,
+Depends:
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends:
+ libconfig-general-perl,
+ libconfig-tiny-perl,
  libxml-simple-perl,
- libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl
+ libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
+ perl (>= 5.13.9) | libjson-pp-perl | libjson-perl
 Description: module to load configuration from different file formats
  Config::Any provides a facility for Perl applications and libraries to load
  configuration data from multiple different file formats. It supports XML,

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



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