[libclass-tiny-perl] 04/05: Add alternatives to some build dependencies

gregor herrmann gregoa at debian.org
Sat Jul 26 14:00:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclass-tiny-perl.

commit 7c123d8c29f55b43eab7152b8a875f695f591048
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 26 15:56:13 2014 +0200

    Add alternatives to some build dependencies
    
    for modules that are also in perl core.
---
 debian/control | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index f022b2c..3569d92 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libclass-tiny-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libcpan-meta-perl,
- libcpan-meta-requirements-perl,
- libtest-failwarnings-perl,
- perl (>= 5.14.0) | libdevel-globaldestruction-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- perl
+Build-Depends-Indep: libtest-failwarnings-perl,
+                     perl (>= 5.13.10) | libcpan-meta-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     perl (>= 5.14.0) | libdevel-globaldestruction-perl,
+                     perl (>= 5.17.1) | libcpan-meta-requirements-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-tiny-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-tiny-perl.git
@@ -17,8 +17,9 @@ Homepage: https://metacpan.org/release/Class-Tiny
 
 Package: libclass-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.14.0) | libdevel-globaldestruction-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl (>= 5.14.0) | libdevel-globaldestruction-perl
 Description: minimalist class construction module for Perl
  Class::Tiny offers a minimalist class construction kit in around 120
  lines of code. It uses no non-core modules for any recent Perl, while

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



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