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 <[email protected]> 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 <[email protected]> -Uploaders: Krzysztof Krzyzaniak (eloy) <[email protected]>, +Uploaders: + Krzysztof Krzyzaniak (eloy) <[email protected]>, Damyan Ivanov <[email protected]>, - Rene Mayorga <[email protected]>, Ansgar Burchardt <[email protected]>, - gregor herrmann <[email protected]>, Jonathan Yu <[email protected]>, + Rene Mayorga <[email protected]>, + Ansgar Burchardt <[email protected]>, + gregor herrmann <[email protected]>, + Jonathan Yu <[email protected]>, Salvatore Bonaccorso <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
