[SCM] Debian packaging of libparse-cpan-meta-perl branch, master, updated. debian/1.4403-1-5-g058f454

gregor herrmann gregoa at debian.org
Mon Apr 9 17:24:04 UTC 2012


The following commit has been merged in the master branch:
commit 90115d43129f30208fb618b0b92102f18644bd6a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 9 19:22:20 2012 +0200

    swap order of (b)deps, otherwise this will break with a default sbuild setup
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index fd536ec..f5f2600 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libcpan-meta-yaml-perl (>= 0.008),
+ libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9),
  libperl-minimumversion-perl (>= 1.20),
  libtest-cpan-meta-perl (>= 0.12),
  libtest-minimumversion-perl (>= 0.008),
  libtest-pod-perl,
- perl (>= 5.15.9) | libjson-pp-perl (>= 2.27200),
  perl (>= 5.10.1) | libpod-simple-perl (>= 3.07)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
@@ -24,7 +24,7 @@ Package: libparse-cpan-meta-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libcpan-meta-yaml-perl (>= 0.008),
- perl (>= 5.15.9) | libjson-pp-perl (>= 2.27200)
+ libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9)
 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