[libparse-cpan-meta-perl] 04/06: Update build dependencies.
gregor herrmann
gregoa at debian.org
Sun Feb 23 17:49:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libparse-cpan-meta-perl.
commit 088bbe8062d851c117c4da292f1621520ee38e30
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Feb 23 18:48:17 2014 +0100
Update build dependencies.
---
debian/control | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index e72f887..810c067 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Uploaders: Vincent Danjean <vdanjean at debian.org>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200),
- perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008)
+Build-Depends-Indep: libcpan-meta-yaml-perl (>= 0.011) | perl (>= 5.19.9),
+ perl,
+ perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-cpan-meta-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-cpan-meta-perl.git
@@ -19,10 +19,10 @@ Homepage: https://metacpan.org/release/Parse-CPAN-Meta/
Package: libparse-cpan-meta-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libcpan-meta-yaml-perl (>= 0.011) | perl (>= 5.19.9),
perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200),
- perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008)
Description: module to parse META.yml and other similar CPAN metadata files
Parse::CPAN::Meta is a parser for META.yml files, based on the parser from
YAML::Tiny. Since the Tiny implementation supports a basic subset of the
@@ -30,4 +30,3 @@ Description: module to parse META.yml and other similar CPAN metadata files
META.yml files. Parse::CPAN::Meta provides a very simply API of only two
functions, based on the YAML functions of the same name. Wherever possible,
identical calling semantics are used.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-cpan-meta-perl.git
More information about the Pkg-perl-cvs-commits
mailing list