[SCM] Debian packaging of libcpan-changes-perl branch, master, updated. debian/0.18-1-10-g12afea9

gregor herrmann gregoa at debian.org
Mon May 7 15:47:24 UTC 2012


The following commit has been merged in the master branch:
commit 9f41817c086a27cc8e2288590f547bc8eaa47823
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 7 17:45:35 2012 +0200

    Add perl >= 5.11.4 as an alternative (build) dependency to libversion-perl.

diff --git a/debian/control b/debian/control
index 4fe3a3e..cf621a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libversion-perl (>= 1:0.7900)
+ perl (>= 5.11.4) | libversion-perl (>= 1:0.7900)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
@@ -16,7 +16,7 @@ Package: libcpan-changes-perl
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${perl:Depends},
- libversion-perl (>= 1:0.7900)
+ perl (>= 5.11.4) | libversion-perl (>= 1:0.7900)
 Description: module for reading and writing CPAN Changes files
  CPAN::Changes is a Perl module for working with the quasi-standard Changes
  file commonly included with modern CPAN distributions. It allows developers

-- 
Debian packaging of libcpan-changes-perl



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