[libcgi-application-plugin-ajaxupload-perl] 01/03: Make (build) dependency on libreadonly-perl versioned

gregor herrmann gregoa at debian.org
Sun Jun 29 21:35:43 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcgi-application-plugin-ajaxupload-perl.

commit 3afe76c287feee2e56088a7707d1e21606023925
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 29 23:29:58 2014 +0200

    Make (build) dependency on libreadonly-perl versioned
    
    to avoid test failure caused by some problems between Readonly and
    Params::Validate.
    
    Closes: #753237
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6b65122..1f3017e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: perl,
                      libcgi-pm-perl | perl (<< 5.19),
                      libdata-formvalidator-perl,
                      libperl6-slurp-perl,
-                     libreadonly-perl,
+                     libreadonly-perl (>= 1.600) | libreadonly-perl (<< 1.500),
                      libtest-cgi-multipart-perl,
                      libtest-image-gd-perl,
                      libtest-nowarnings-perl,
@@ -29,7 +29,7 @@ Depends: ${misc:Depends},
          libdata-formvalidator-perl,
          libgd-gd2-perl (>= 1:2.45-2),
          libperl6-slurp-perl,
-         libreadonly-perl
+         libreadonly-perl (>= 1.600) | libreadonly-perl (<< 1.500)
 Recommends: libreadonly-perl (>= 1.500) | libreadonly-xs-perl
 Description: run mode to handle a file upload and return a JSON response
  CGI::Application::Plugin::AJAXUpload provides a customisable run mode that

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-ajaxupload-perl.git



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