[libcgi-application-server-perl] 01/04: Add build and runtime dependencies on libcgi-pm-perl
Niko Tyni
ntyni at moszumanska.debian.org
Sun May 17 12:39:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libcgi-application-server-perl.
commit e3d83cd18ad7ed5b62c0ba02773cb28c1cabed42
Author: Niko Tyni <ntyni at debian.org>
Date: Sun Apr 26 21:10:16 2015 +0300
Add build and runtime dependencies on libcgi-pm-perl
CGI.pm is being removed from the Perl core, and currently
causes deprecation warnings without the separate package installed.
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 35b8b57..a4e2304 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends-Indep: libcgi-application-perl,
libtest-pod-coverage-perl,
libtest-www-mechanize-perl,
libwww-perl,
+ libcgi-pm-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-server-perl.git
@@ -36,6 +37,7 @@ Depends: ${perl:Depends},
libcgi-application-perl,
libhttp-server-simple-perl,
libwww-perl,
+ libcgi-pm-perl,
libhttp-server-simple-static-perl
Description: simple HTTP server for developing with CGI::Application
CGI::Application::Server is a subclass of HTTP::Server::Simple specialized
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-server-perl.git
More information about the Pkg-perl-cvs-commits
mailing list