[Python-modules-commits] r13864 - in packages/mod-wsgi/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Jul 9 20:46:14 UTC 2010
Date: Friday, July 9, 2010 @ 20:46:12
Author: piotr
Revision: 13864
Provide httpd-wsgi (see #588497)
Modified:
packages/mod-wsgi/trunk/debian/changelog
packages/mod-wsgi/trunk/debian/control
Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog 2010-07-09 17:05:23 UTC (rev 13863)
+++ packages/mod-wsgi/trunk/debian/changelog 2010-07-09 20:46:12 UTC (rev 13864)
@@ -9,6 +9,9 @@
in rare cases (when the default Python version was updated after the last
rebuild of mod-wsgi), but it needs to be handled properly.
+ [ Piotr Ożarowski ]
+ * Provide httpd-wsgi (see #588497)
+
-- Bernd Zeimetz <bzed at debian.org> Fri, 02 Jul 2010 13:54:04 +0200
mod-wsgi (3.2-2) unstable; urgency=low
Modified: packages/mod-wsgi/trunk/debian/control
===================================================================
--- packages/mod-wsgi/trunk/debian/control 2010-07-09 17:05:23 UTC (rev 13863)
+++ packages/mod-wsgi/trunk/debian/control 2010-07-09 20:46:12 UTC (rev 13864)
@@ -13,6 +13,7 @@
Architecture: any
Depends: apache2, apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Suggests: apache2-mpm-worker | apache2-mpm-event
+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
More information about the Python-modules-commits
mailing list