[Python-modules-commits] r2914 - /packages/mod-wsgi/trunk/debian/control
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Mon Jul 30 18:11:09 UTC 2007
Author: bzed-guest
Date: Mon Jul 30 18:11:09 2007
New Revision: 2914
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2914
Log:
updated debian/control
Modified:
packages/mod-wsgi/trunk/debian/control
Modified: packages/mod-wsgi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mod-wsgi/trunk/debian/control?rev=2914&op=diff
==============================================================================
--- packages/mod-wsgi/trunk/debian/control (original)
+++ packages/mod-wsgi/trunk/debian/control Mon Jul 30 18:11:09 2007
@@ -1,6 +1,6 @@
Source: mod-wsgi
-Section: net
-Priority: extra
+Section: python
+Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bernd at bzed.de>
Build-Depends: debhelper (>= 5), autotools-dev, python-dev, apache2-threaded-dev
@@ -10,6 +10,9 @@
Package: libapache2-mod-wsgi
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python WSGI adapter module for Apache
+ The mod_wsgi adapter is an Apache module that provides a WSGI 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.
More information about the Python-modules-commits
mailing list