[libhtml-template-perl] 05/06: Add (build) dependency on CGI.pm.
gregor herrmann
gregoa at debian.org
Fri Jun 19 23:48:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhtml-template-perl.
commit a9171290e5ceb392970c4f9794cd1a197b8fabf7
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 20 01:42:56 2015 +0200
Add (build) dependency on CGI.pm.
Closes: #789336
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index cf5eb21..abb8095 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: libipc-sharedcache-perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+ libipc-sharedcache-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-template-perl.git
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/HTML-Template
Package: libhtml-template-perl
Architecture: all
Depends: ${misc:Depends},
- ${perl:Depends}
+ ${perl:Depends},
+ libcgi-pm-perl | perl (<< 5.19)
Suggests: libipc-sharedcache-perl
Description: module for using HTML templates with Perl
HTML::Template attempts to make using HTML templates simple and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-template-perl.git
More information about the Pkg-perl-cvs-commits
mailing list