[SCM] Debian packaging of libparse-cpan-meta-perl branch, master, updated. 0b3897dd36b687b685c17bba96b1ddba7eaa38c3

gregor herrmann gregoa at debian.org
Sat Feb 11 22:54:36 UTC 2012


The following commit has been merged in the master branch:
commit 4bf6cadc2bf322070d925d3d0c4e74a5e6de0ea0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 11 23:48:37 2012 +0100

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index d022aa1..bb4d9db 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libtest-cpan-meta-perl (>= 0.12),
+ libcpan-meta-yaml-perl,
  libperl-minimumversion-perl (>= 1.20),
+ libtest-cpan-meta-perl (>= 0.12),
  libtest-minimumversion-perl (>= 0.008),
  libtest-pod-perl, libjson-pp-perl,
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.07),
- libcpan-meta-yaml-perl
+ 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>,
  Brian Cassidy <brian.cassidy at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
@@ -22,7 +22,8 @@ Homepage: http://search.cpan.org/dist/Parse-CPAN-Meta/
 Package: libparse-cpan-meta-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
- libcpan-meta-yaml-perl, libjson-pp-perl
+ libcpan-meta-yaml-perl,
+ libjson-pp-perl
 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