File: control

package info (click to toggle)
python-fcgi 19980130-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 88 kB
  • ctags: 80
  • sloc: python: 606; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-fcgi
Section: python
Priority: optional
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper (>= 8), python
Standards-Version: 3.9.3
Homepage: http://alldunn.com/python/fcgi.py
Vcs-Git: git://git.debian.org/collab-maint/python-fcgi.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fcgi.git;a=summary

Package: python-fcgi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Simple FastCGI module for Python
 Handles communication with the FastCGI module of the web server without using
 the FastCGI developers kit. It will also work in a straight CGI
 environment that does not use FastCGI.