[Python-modules-commits] r5846 - in packages/mod-wsgi/trunk/debian (changelog wsgi.conf)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Jul 6 22:39:39 UTC 2008


    Date: Sunday, July 6, 2008 @ 22:39:37
  Author: bzed
Revision: 5846

* debian/wsgi.conf:
  - Removing WSGIPythonExecutable directive from the example configuration
    as it does not exist in 2.X versions of mod-wsgi. Thanks to Martin
    Tomasek for the report. (Closes: #488982)

Modified:
  packages/mod-wsgi/trunk/debian/changelog
  packages/mod-wsgi/trunk/debian/wsgi.conf

Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog	2008-07-06 22:33:51 UTC (rev 5845)
+++ packages/mod-wsgi/trunk/debian/changelog	2008-07-06 22:39:37 UTC (rev 5846)
@@ -6,8 +6,12 @@
   * debian/copyright:
     - Removing full text of the Apache License, linking to
       /usr/share/common-licenses/Apache-2.0 instead.
+  * debian/wsgi.conf:
+    - Removing WSGIPythonExecutable directive from the example configuration
+      as it does not exist in 2.X versions of mod-wsgi. Thanks to Martin
+      Tomasek for the report. (Closes: #488982)
 
- -- Bernd Zeimetz <bzed at debian.org>  Mon, 07 Jul 2008 00:33:12 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Mon, 07 Jul 2008 00:37:50 +0200
 
 mod-wsgi (2.0-1) unstable; urgency=low
 

Modified: packages/mod-wsgi/trunk/debian/wsgi.conf
===================================================================
--- packages/mod-wsgi/trunk/debian/wsgi.conf	2008-07-06 22:33:51 UTC (rev 5845)
+++ packages/mod-wsgi/trunk/debian/wsgi.conf	2008-07-06 22:39:37 UTC (rev 5846)
@@ -33,22 +33,6 @@
         #WSGIPythonOptimize 0
 
 
-    #WSGIPythonExecutable: Absolute path to Python executable, overriding
-    #                      the PYTHONEXECUTABLE environment variable.
-    #WSGIPythonHome: Absolute path to Python prefix/exec_prefix directories,
-    #                overriding the PYTHONHOME environment variable.
-    #
-    #You need to take care of these variables if /usr/bin/python does
-    #not point to Debian's default Python version as provided by the
-    #package 'python' on your system, or if you have multiple versions of
-    #Python installed in different locations in the file system, especially
-    #different installations of the same major/minor version, and the
-    #installation that Apache finds in its PATH is not the desired one.
-
-        #WSGIPythonExecutable file-path
-        #WSGIPythonHome prefix|prefix:exec_prefix
-
-
     #WSGIPythonPath: Additional directories to search for Python modules,
     #                overriding the PYTHONPATH environment variable.
     #




More information about the Python-modules-commits mailing list