File: control

package info (click to toggle)
mod-wsgi 4.5.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,632 kB
  • ctags: 1,081
  • sloc: ansic: 14,398; python: 3,419; makefile: 224; sh: 174
file content (46 lines) | stat: -rw-r--r-- 1,898 bytes parent folder | download
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
Source: mod-wsgi
Section: httpd
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>,
           Felix Geyer <fgeyer@debian.org>,
Build-Depends: apache2-dev (>= 2.4),
               debhelper (>= 9),
               dh-autoreconf,
               python-all-dev,
               python3-all-dev,
Homepage: http://www.modwsgi.org/
Standards-Version: 3.9.5
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/mod-wsgi.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mod-wsgi.git

Package: libapache2-mod-wsgi
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
Provides: httpd-wsgi,
Description: Python WSGI adapter module for Apache
 The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
 Gateway Interface, a standard interface between web server software and
 web applications written in Python) compliant interface for hosting Python
 based web applications within Apache. The adapter provides significantly
 better performance than using existing WSGI adapters for mod_python or CGI.
 .
 This package provides module for Python 2.X.

Package: libapache2-mod-wsgi-py3
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Conflicts: libapache2-mod-wsgi,
Provides: httpd-wsgi,
Description: Python 3 WSGI adapter module for Apache
 The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
 Gateway Interface, a standard interface between web server software and
 web applications written in Python) compliant interface for hosting Python
 based web applications within Apache. The adapter provides significantly
 better performance than using existing WSGI adapters for mod_python or CGI.
 .
 This package provides module for Python 3.X.