~ubuntu-branches/ubuntu/karmic/libapache2-mod-python/karmic-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Peter Hawkins
  • Date: 2005-02-11 22:23:27 UTC
  • Revision ID: james.westby@ubuntu.com-20050211222327-2uf5zhq66qb1ay3q
Tags: 3.1.3-3
Security bug fix for information leak vulnerability CVE CAN-2005-0088.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libapache2-mod-python
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Peter Hawkins <peterh@debian.org>
 
5
Build-Depends: debhelper (>= 4.1.16), debconf, autoconf, python, python2.2-dev (>= 2.2.3), python2.3-dev, apache2-threaded-dev (>= 2.0.50-10)
 
6
Standards-Version: 3.6.1
 
7
 
 
8
Package: libapache2-mod-python
 
9
Architecture: all
 
10
Depends: libapache2-mod-python2.3 (>= ${Source-Version}), python (>= 2.3), python (<< 2.4)
 
11
Description: An Apache module that embeds Python within the server
 
12
 mod_python allows you to write web-based applications in Python.
 
13
 Because the parser is embedded in the server as an Apache module, it
 
14
 will run many times faster than traditional CGI.
 
15
 .
 
16
 This is a dummy package which depends on the package corresponding to the
 
17
 default python version.
 
18
 
 
19
Package: libapache2-mod-python-doc
 
20
Architecture: all
 
21
Suggests: www-browser
 
22
Description: An Apache module that embeds Python within the server
 
23
 mod_python allows you to write web-based applications in Python.
 
24
 Because the parser is embedded in the server as an Apache module, it
 
25
 will run many times faster than traditional CGI scripts.
 
26
 .
 
27
 This package contains the module documentation in HTML format.
 
28
 
 
29
Package: libapache2-mod-python2.2
 
30
Architecture: any
 
31
Depends: debconf, ${shlibs:Depends}, apache2-common, apache2
 
32
Suggests: libapache2-mod-python-doc
 
33
Conflicts: libapache2-mod-python2.3, libapache-mod-python, libapache-mod-python2.1, libapache-mod-python2.2, libapache-mod-python2.3
 
34
Description: An Apache 2 module that embeds Python 2.2 within the server
 
35
 mod_python allows you to write web-based applications in Python.
 
36
 Because the parser is embedded in the server as an Apache module, it
 
37
 will run many times faster than traditional CGI scripts.
 
38
 .
 
39
 This version of the package is built for Python 2.2.
 
40
 
 
41
Package: libapache2-mod-python2.3
 
42
Architecture: any
 
43
Depends: debconf, ${shlibs:Depends}, apache2-common, apache2
 
44
Suggests: libapache2-mod-python-doc
 
45
Conflicts: libapache2-mod-python2.2, libapache-mod-python, libapache-mod-python2.1, libapache-mod-python2.2, libapache-mod-python2.3
 
46
Description: An Apache 2 module that embeds Python 2.3 within the server
 
47
 mod_python allows you to write web-based applications in Python.
 
48
 Because the parser is embedded in the server as an Apache module, it
 
49
 will run many times faster than traditional CGI scripts.
 
50
 .
 
51
 This version of the package is built for Python 2.3.