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

carnil pushed a commit to branch master
in repository libimage-info-perl.

commit 984a463c0c33702aa2edfc9dccdfa018e8dfe1ba
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Thu Nov 3 21:48:24 2016 +0100

    Add alternative (Build-)Depends(-Indep) for PerlIO::scalar
    
    The module requires either PerlIO::scalar 0.21 (which is in Perl core
    5.21.7) or if not present IO::Scalar. Add the alternative
    (Build-)Depends(-Indep) for easier backporting.
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8a63b62..9d463b5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends-Indep:
  libimage-base-bundle-perl | libimage-xpm-perl,
  libio-string-perl,
  libxml-libxml-perl | libxml-simple-perl,
- perl
+ perl,
+# need either PerlIO::scalar 0.21 or IO::Scalar
+ perl (>= 5.21.7) | libio-scalar-perl
 Standards-Version: 3.9.8
 Homepage: https://metacpan.org/release/Image-Info
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libimage-info-perl.git
@@ -26,7 +28,9 @@ Depends:
  libio-string-perl,
  libxml-libxml-perl | libxml-simple-perl,
  ${misc:Depends},
- ${perl:Depends}
+ ${perl:Depends},
+# need either PerlIO::scalar 0.21 or IO::Scalar
+ perl (>= 5.21.7) | libio-scalar-perl
 Description: allows extraction of meta information from image files
  This Perl extension allows you to extract meta information from
  various types of image files.  In this release the following file

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to