[libparse-cpan-meta-perl] 05/08: Switch order of alternative (build) dependencies
gregor herrmann
gregoa at debian.org
Tue Sep 17 17:16:46 UTC 2013
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 0a72a37ab7aef509ce866bf81f68ab351482ee1d
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Sep 17 19:12:20 2013 +0200
Switch order of alternative (build) dependencies
now that Perl 5.18 is uploaded.
---
debian/control | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index b383361..c56ff35 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,12 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- libcpan-meta-yaml-perl (>= 0.008) | perl (>= 5.17.1),
- libjson-pp-perl (>= 2.27200) | perl (>= 5.15.0),
libperl-minimumversion-perl,
libtest-cpan-meta-perl,
libtest-minimumversion-perl,
- libtest-pod-perl
+ libtest-pod-perl,
+ perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008),
+ 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
@@ -26,8 +26,8 @@ Package: libparse-cpan-meta-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
- libcpan-meta-yaml-perl (>= 0.008) | perl (>= 5.17.1),
- libjson-pp-perl (>= 2.27200) | perl (>= 5.15.0),
+ perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008),
+ perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200)
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
--
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