1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libapache-mod-python
Section: python
Priority: optional
Maintainer: Jeremie Corbier <jeremie.corbier@resel.enst-bretagne.fr>
Build-Depends: debhelper (>= 5.0.37.2), dpatch, autoconf, python-dev (>= 2.4.3-11), python-central (>= 0.5), apache-dev (>= 1.3.22)
XS-Python-Version: current
Standards-Version: 3.7.2.1
Package: libapache-mod-python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, apache-common (>= 1.3.29-1)
Provides: ${python:Provides}, libapache-mod-python2.3, libapache-mod-python2.4
Conflicts: libapache-mod-python2.3 (<< 2:2.7.11-1), libapache-mod-python2.4 (<< 2:2.7.11-1)
Replaces: libapache-mod-python2.3 (<< 2:2.7.11-1), libapache-mod-python2.4 (<< 2:2.7.11-1)
Suggests: libapache-mod-python-doc
XB-Python-Version: ${python:Versions}
Description: An Apache module that embeds Python within the server
Warning: This package used to contain PyApache. It now
contains ModPython. This apache module allows you to
write web-based applications in Python that will run
many times faster than traditional CGI.
.
This package is built for the current Python version.
Package: libapache-mod-python-doc
Section: doc
Architecture: all
Suggests: www-browser
Description: An Apache module that embeds Python within the server
mod_python is an apache module that allows you to
write web-based applications in Python that will run
many times faster than traditional CGI.
.
This package contains the module documentation in HTML format.
|