[libcpan-meta-perl] 03/04: Switch order of alternative (build) dependencies, now that 5.18 is in sid.

gregor herrmann gregoa at debian.org
Tue Sep 17 17:02:26 UTC 2013


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 aeb202f636f3122e4a407eaacee85b99be312560
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 17 19:00:00 2013 +0200

    Switch order of alternative (build) dependencies, now that 5.18 is in sid.
---
 debian/control |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 40d9e4d..6a6d46b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libcpan-meta-requirements-perl (>= 2.121) | perl (>= 5.17.1),
-                     libcpan-meta-yaml-perl (>= 0.008) | perl (>= 5.17.1),
-                     libjson-pp-perl (>= 2.27200) | perl (>= 5.15.0),
-                     libparse-cpan-meta-perl (>= 1.4403) | perl (>= 5.17.1),
-                     perl (>= 5.13.9) | libversion-perl (>= 1:0.8800)
+                     perl (>= 5.13.9) | libversion-perl (>= 1:0.8800),
+                     perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200),
+                     perl (>= 5.17.1) | libcpan-meta-requirements-perl (>= 2.121),
+                     perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008),
+                     perl (>= 5.17.1) | libparse-cpan-meta-perl (>= 1.4403)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-meta-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-perl.git
@@ -23,10 +23,10 @@ Package: libcpan-meta-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libcpan-meta-requirements-perl (>= 2.121) | perl (>= 5.17.1),
-         libcpan-meta-yaml-perl (>= 0.008) | perl (>= 5.17.1),
-         libjson-pp-perl (>= 2.27200) | perl (>= 5.15.0),
-         libparse-cpan-meta-perl (>= 1.4403) | perl (>= 5.17.1)
+         perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200),
+         perl (>= 5.17.1) | libcpan-meta-requirements-perl (>= 2.121),
+         perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008),
+         perl (>= 5.17.1) | libparse-cpan-meta-perl (>= 1.4403)
 Description: Perl module to access distribution metadata for a CPAN distribution
  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



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