[Python-modules-commits] r3272 - in /packages/mod-wsgi/trunk/debian: changelog control

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue Sep 18 18:42:32 UTC 2007


Author: bzed-guest
Date: Tue Sep 18 18:42:32 2007
New Revision: 3272

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3272
Log:
mving recommended workers to suggestions.... making life more easy for php users... *argh*

Modified:
    packages/mod-wsgi/trunk/debian/changelog
    packages/mod-wsgi/trunk/debian/control

Modified: packages/mod-wsgi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/mod-wsgi/trunk/debian/changelog?rev=3272&op=diff
==============================================================================
--- packages/mod-wsgi/trunk/debian/changelog (original)
+++ packages/mod-wsgi/trunk/debian/changelog Tue Sep 18 18:42:32 2007
@@ -1,3 +1,13 @@
+mod-wsgi (1.0-2) unstable; urgency=low
+
+  * debian/control:
+    - Moving apache workers from Recommends to Suggests to make the package
+      installation more easy for those wh oreally want to use php, which
+      depends on the preforking worker (Closes: #443105).
+    - Adding apache2 to Depends
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 18 Sep 2007 20:35:06 +0200
+
 mod-wsgi (1.0-1) unstable; urgency=low
 
   * New upstream version - first stable release.

Modified: packages/mod-wsgi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mod-wsgi/trunk/debian/control?rev=3272&op=diff
==============================================================================
--- packages/mod-wsgi/trunk/debian/control (original)
+++ packages/mod-wsgi/trunk/debian/control Tue Sep 18 18:42:32 2007
@@ -10,8 +10,8 @@
 
 Package: libapache2-mod-wsgi
 Architecture: any
-Depends: apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: apache2-mpm-worker | apache2-mpm-event
+Depends: apache2, apache2.2-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Suggests: apache2-mpm-worker | apache2-mpm-event
 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