[libcgi-fast-perl] 03/05: control

gregor herrmann gregoa at debian.org
Mon Jun 2 16:24:13 UTC 2014


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

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

commit bb227bc115edec0704f57a175084f05f54485c7b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 2 17:54:05 2014 +0200

    control
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5c52e72..dcb722b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,10 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libfcgi-perl (>= 0.67),
- perl (>= 5.13.11)
+Build-Depends-Indep: libfcgi-perl,
+ libcgi-pm-perl (>= 4),
+ perl,
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-fast-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-fast-perl.git
@@ -14,14 +16,14 @@ Homepage: https://metacpan.org/release/CGI-Fast
 Package: libcgi-fast-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libfcgi-perl (>= 0.67),
- perl (>= 5.13.11)
-Description: unknown
+ libfcgi-perl,
+ libcgi-pm-perl (>= 4)
+Breaks: libcgi-pm-perl (<< 4)
+Replaces: libcgi-pm-perl (<< 4)
+Description: CGI subclass for work with FCGI
  CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
  specialized to work with the FCGI module, which greatly speeds up CGI scripts
  by turning them into persistently running server processes. Scripts that
  perform time-consuming initialization processes, such as loading large
  modules or opening persistent database connections, will see large
  performance improvements.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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