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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: libapache-mod-python
Section: python
Priority: optional
Maintainer: Peter Hawkins <peterh@debian.org>
Build-Depends: debhelper (>> 4.0.0), python, python2.1-dev (>= 2.1.3-11), python2.2-dev (>= 2.2.1.91-1), python2.3-dev (>= 2.2.93-1exp1), apache-dev (>= 1.3.22)
Standards-Version: 3.6.1
Package: libapache-mod-python
Architecture: all
Depends: libapache-mod-python2.3 (>= ${Source-Version}), python (>= 2.3), python (<< 2.4)
Description: An Apache module that embeds Python within the server
Warning: This package use 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 is a dummy package which depends on the package corresponding to the
default 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.
Package: libapache-mod-python2.1
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.29-1), python2.1
Suggests: libapache-mod-python-doc
Conflicts: libapache-mod-python2.2, libapache-mod-python2.3, libapache-mod-python (<< 2:2.7.8-2)
Replaces: libapache-mod-python (<< 2:2.7.8-2)
Description: An Apache module that embeds Python 2.1 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 version of the package is built for Python 2.1.
Package: libapache-mod-python2.2
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.29-1), python2.2
Suggests: libapache-mod-python-doc
Conflicts: libapache-mod-python2.1, libapache-mod-python2.3, libapache-mod-python (<< 2:2.7.8-2)
Replaces: libapache-mod-python (<< 2:2.7.8-2)
Description: An Apache module that embeds Python 2.2 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 version of the package is built for Python 2.2.
Package: libapache-mod-python2.3
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.29-1), python2.3
Suggests: libapache-mod-python-doc
Conflicts: libapache-mod-python2.1, libapache-mod-python2.2, libapache-mod-python (<< 2:2.7.8-2)
Replaces: libapache-mod-python (<< 2:2.7.8-2)
Description: An Apache module that embeds Python 2.3 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 version of the package is built for Python 2.3.
|