This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcpan-meta-perl.
commit 802f8b6482b87ed048cd2bf38d0192dac085de41 Author: gregor herrmann <[email protected]> Date: Sat Sep 27 15:48:47 2014 +0200 Drop build-dependency on version.pm. --- debian/control | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index b573280..53dd921 100644 --- a/debian/control +++ b/debian/control @@ -8,12 +8,11 @@ Uploaders: Ansgar Burchardt <[email protected]>, Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414), - perl, - perl (>= 5.13.9) | libversion-perl (>= 1:0.8800), +Build-Depends-Indep: perl, perl (>= 5.15.0) | libjson-pp-perl, perl (>= 5.17.1) | libcpan-meta-requirements-perl, - perl (>= 5.17.1) | libcpan-meta-yaml-perl + perl (>= 5.17.1) | libcpan-meta-yaml-perl, + perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414) Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-meta-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-perl.git @@ -23,10 +22,10 @@ Package: libcpan-meta-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414), perl (>= 5.15.0) | libjson-pp-perl, perl (>= 5.17.1) | libcpan-meta-requirements-perl, - perl (>= 5.17.1) | libcpan-meta-yaml-perl + perl (>= 5.17.1) | libcpan-meta-yaml-perl, + perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414) Description: Perl module to access CPAN distributions metadata Software distributions released to the CPAN include a META.json or, for older distributions, META.yml which describes the distribution, its contents, and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-meta-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
