Source: fcgiwrap
Section: web
Priority: extra
Maintainer: Peter Colberg <peter@colberg.org>
Uploaders: Jordi Mallach <jordi@debian.org>
Build-Depends: autoconf (>= 2.61),
               debhelper (>= 9),
               dh-autoreconf,
               dh-systemd,
               libfcgi-dev,
               libsystemd-dev [linux-any],
               pkg-config
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/fcgiwrap.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/fcgiwrap.git
Homepage: https://github.com/gnosek/fcgiwrap

Package: fcgiwrap
Architecture: any
Depends: lsb-base (>= 3.0-6),
         spawn-fcgi (>= 1.6.1) | systemd,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: nginx
Description: simple server to run CGI applications over FastCGI
 fcgiwrap is a simple server for running CGI applications over FastCGI.
 Its goal is to provide clean CGI support to the nginx webserver, although
 can be used with others.
 .
 fcgiwrap is lightweight and has no configuration, making it possible to
 use the same pool to run different sites.
