[libtest-http-server-simple-stashwarnings-perl] 02/09: Explicitly build depend on CGI.pm.

gregor herrmann gregoa at debian.org
Sun Jun 29 16:51:03 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-http-server-simple-stashwarnings-perl.

commit 2e4b844e4876064c8db1f6fbd39394c73c07e595
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 29 18:45:53 2014 +0200

    Explicitly build depend on CGI.pm.
    
    It's absence triggers a friendly note in Perl 5.20 which causes a test
    failure.
    
    Closes: #753040
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index db9fccf..52b9042 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libhttp-server-simple-perl,
                      libwww-mechanize-perl,
-                     libtest-http-server-simple-perl
+                     libtest-http-server-simple-perl,
+                     libcgi-pm-perl | perl (<< 5.19)
 Standards-Version: 3.8.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-http-server-simple-stashwarnings-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-http-server-simple-stashwarnings-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-http-server-simple-stashwarnings-perl.git



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