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
|
Source: libapache2-mod-python
Section: httpd
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Robert S. Edmonds <edmonds@debian.org>
Build-Depends: apache2-dev (>> 2.4~),
debhelper-compat (= 12),
dh-apache2,
dh-sequence-python3,
python3-dev,
python3-setuptools
Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>, python3-sphinx <!nodoc>
Vcs-Git: https://salsa.debian.org/python-team/packages/libapache2-mod-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/libapache2-mod-python
Homepage: http://www.modpython.org/
Standards-Version: 4.7.3
Description: Python-embedding module for Apache 2
The mod_python module supports web applications written in Python.
Because the parser is embedded in the server as an Apache module, it
will run much faster than traditional CGI.
Package: libapache2-mod-python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: libapache2-mod-python-doc
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package is built for the current Python 3 version.
Package: libapache2-mod-python-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: www-browser
Section: doc
Description: ${source:Synopsis} - documentation
${source:Extended-Description}
.
This package contains the module documentation in HTML format.
|