[libclass-tiny-perl] 03/03: add less-obvious dependencies, and those already satisfied by Perl 5.18

Florian Schlichting fsfs at alioth.debian.org
Tue Oct 1 22:48:30 UTC 2013


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

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

commit 4ceb70ad1a9a94469f0aa6e83e1d77ad020e09e0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Oct 2 00:45:54 2013 +0200

    add less-obvious dependencies, and those already satisfied by Perl 5.18
---
 debian/control |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 57b1ced..c00c7f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.13.4) | libtest-more-perl (>= 0.96),
+Build-Depends-Indep: libtest-failwarnings-perl,
+ perl (>= 5.14.0) | libdevel-globaldestruction-perl,
+ perl (>= 5.13.4) | libtest-more-perl (>= 0.96),
  perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-tiny-perl.git
@@ -13,7 +15,8 @@ Homepage: https://metacpan.org/release/Class-Tiny
 
 Package: libclass-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+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