[libcgi-untaint-perl] 03/05: Add explicit (build) dependency on libcgi-pm-perl.

gregor herrmann gregoa at debian.org
Sat Jun 13 11:20:45 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcgi-untaint-perl.

commit 77d4c0bad45aea3e3a7142846b4cc8c77bf22fdc
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 13 13:17:33 2015 +0200

    Add explicit (build) dependency on libcgi-pm-perl.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index d48cc65..9a00685 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+                     libcgi-pm-perl | perl (<< 5.19),
                      libuniversal-require-perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
@@ -19,6 +20,7 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libuniversal-require-perl
+Recommends: libcgi-pm-perl | perl (<< 5.19)
 Description: module to process CGI input parameters
  Dealing with large web based applications with multiple forms is a
  minefield. It's often hard enough to ensure you validate all your

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



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