[SCM] Debian packaging of libcpan-meta-perl branch, master, updated. debian/2.120921-1-12-g087e20c

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


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

    Update (build) dependencies.
    
    Dropped versioned (build) depenendencies satisfied by perl in oldstable.

diff --git a/debian/control b/debian/control
index 6e7a317..2dcadbc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,32 @@
 Source: libcpan-meta-perl
+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>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libcpan-meta-requirements-perl,
- libcpan-meta-yaml-perl (>= 0.008),
- libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9),
- libparse-cpan-meta-perl (>= 1.4403),
- perl (>= 5.10.1) | libfile-temp-perl (>= 0.20),
- 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>,
- Jonathan Yu <jawnsy at cpan.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>,
- Alessandro Ghedini <ghedo at debian.org>
+                     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)
 Standards-Version: 3.9.3
-Homepage: https://metacpan.org/release/CPAN-Meta/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-perl.git
 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
+Homepage: https://metacpan.org/release/CPAN-Meta/
 
 Package: libcpan-meta-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcpan-meta-requirements-perl,
- libcpan-meta-yaml-perl (>= 0.008),
- libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9),
- libparse-cpan-meta-perl (>= 1.4403)
+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)
 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
@@ -36,3 +35,4 @@ Description: Perl module to access distribution metadata for a CPAN distribution
  .
  CPAN::Meta provides a simple class to represent this distribution metadata
  (or distmeta), along with some helpful methods for interrogating that data.
+

-- 
Debian packaging of libcpan-meta-perl



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