[libdata-walk-perl] 01/03: Add versioned (build) dependency on Scalar::Util 1.38.

gregor herrmann gregoa at debian.org
Sat Aug 6 14:00:38 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdata-walk-perl.

commit 5931fb8666d791d54f5c522195ab6c04f0bc9860
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 6 15:57:33 2016 +0200

    Add versioned (build) dependency on Scalar::Util 1.38.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a596615..5e28485 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9~),
                libmodule-build-perl,
                perl
-Build-Depends-Indep: libtest-unit-perl
+Build-Depends-Indep: libtest-unit-perl,
+                     perl (>= 5.19.9) | libscalar-list-utils-perl (>= 1:1.38)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-walk-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-walk-perl.git
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/Data-Walk
 Package: libdata-walk-perl
 Architecture: all
 Depends: ${perl:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         perl (>= 5.19.9) | libscalar-list-utils-perl (>= 1:1.38)
 Description: Traverse Perl data structures
  With Data::Walk, one can have a call back function being called for each node
  in a given structure. It works with hash references, array references and

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



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