[SCM] Debian packaging of libparse-cpan-meta-perl branch, master, updated. debian/1.4404-1-15-gbe14f6a

gregor herrmann gregoa at debian.org
Wed Jul 24 18:19:34 UTC 2013


The following commit has been merged in the master branch:
commit e04aed31e833121c91931b91e4fe8e7800179e0b
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 24 20:16:57 2013 +0200

    make deps versioned again
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index c47c842..6c2b944 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libcpan-meta-yaml-perl | perl (>= 5.17.1),
-                     libjson-pp-perl | perl (>= 5.15.0),
+                     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,
@@ -26,8 +26,8 @@ Package: libparse-cpan-meta-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libcpan-meta-yaml-perl | perl (>= 5.17.1),
-         libjson-pp-perl | perl (>= 5.15.0)
+         libcpan-meta-yaml-perl (>= 0.008) | perl (>= 5.17.1),
+         libjson-pp-perl (>= 2.27200) | perl (>= 5.15.0),
 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

-- 
Debian packaging of libparse-cpan-meta-perl



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