[libanydata-perl] 04/05: Add explicit (build) dependency on libcgi-pm-perl.
gregor herrmann
gregoa at debian.org
Fri Jun 12 21:53:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libanydata-perl.
commit 9f7d3da6a4d361712185a10fa0176244741221d5
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 12 23:43:02 2015 +0200
Add explicit (build) dependency on libcgi-pm-perl.
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 71a36a4..9013813 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtest-output-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+ libtest-output-perl,
libxml-twig-perl,
perl
Standards-Version: 3.9.6
@@ -19,6 +20,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libxml-twig-perl
+Recommends: libcgi-pm-perl | perl (<< 5.19)
Suggests: libwww-perl,
libxml-parser-perl
Description: simple tied hash interface for files and data structures
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanydata-perl.git
More information about the Pkg-perl-cvs-commits
mailing list