[SCM] Debian packaging of libcpan-meta-perl branch, master, updated. debian/2.120630-1-15-g0e0ad9b

gregor herrmann gregoa at debian.org
Sat Apr 7 12:52:16 UTC 2012


The following commit has been merged in the master branch:
commit dabe30ad9901bfaa1ba917a9b4e340c3bde3a566
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Apr 7 14:07:32 2012 +0200

    fix (build-)deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 667520b..8ed57d4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libcpan-meta-requirements-perl,
- libcpan-meta-yaml (>= 0.008),
+ libcpan-meta-yaml-perl (>= 0.008),
+ libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9),
  libparse-cpan-meta-perl (>= 1.4403),
- perl (>= 5.15.9) | libjson-pp-perl (>= 2.27200),
- perl (>= 5.13.9) | libversion-perl (>= 1:0.8800),
  perl (>= 5.10.1) | libfile-temp-perl (>= 0.20),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
+ perl (>= 5.13.9) | libversion-perl (>= 1:0.8800)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>,
  gregor herrmann <gregoa at debian.org>,
@@ -25,9 +25,9 @@ Package: libcpan-meta-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libcpan-meta-requirements-perl,
- libcpan-meta-yaml (>= 0.008),
- libparse-cpan-meta-perl (>= 1.4403),
- perl (>= 5.15.9) | libjson-pp-perl (>= 2.27200)
+ libcpan-meta-yaml-perl (>= 0.008),
+ libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9),
+ 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

-- 
Debian packaging of libcpan-meta-perl



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