[Python-modules-commits] r4885 - in packages/mod-wsgi/trunk/debian (2 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Fri Mar 21 10:50:10 UTC 2008


    Date: Friday, March 21, 2008 @ 10:50:09
  Author: bzed
Revision: 4885

* New upstream version.
* Merging changes of the experimental uploads.
* New beta version.
* Rename mod_wsgi.load to wsgi.load to follow
  /etc/apache2/mods-available best practise (sync with 1.3-2 from unstable)
* New beta version.
* debian/control:
  - Updating my email address.
  - Updating Standards-Version to 3.7.3.
* New beta version.
* New beta version.
* debian/patches:
  - Removing ap_thread_stacksize.dpatch as the issue is fixed by upstream
    now.
* debian/control: reverting the change from -1
* debian/patches:
  - Adding ap_thread_stacksize.dpatch to allow us to build the module using
    apache-threaded-dev. In the rare case that somebody would like to
    configure the stack size of WSGIDaemonProcess, both ThreadStackSize and
    stack-size option need to be set due to this change.
    Thanks to the upstream author, Graham Dumpleton.
*  Beta version of the upcoming 2.0 version.
* debian/control:
  - move "apache2-mpm-worker | apache2-mpm-event" from Suggests to Depends
    as 2.0~c1 doesn't work with apache2-mpm-prefork

Modified:
  packages/mod-wsgi/trunk/debian/changelog
  packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch

Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog	2008-03-21 10:42:09 UTC (rev 4884)
+++ packages/mod-wsgi/trunk/debian/changelog	2008-03-21 10:50:09 UTC (rev 4885)
@@ -1,10 +1,25 @@
-mod-wsgi (1.3-3) UNRELEASED; urgency=low
+mod-wsgi (2.0-1) unstable; urgency=low
 
+  * New upstream version.
+  * Merging changes of the experimental uploads.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 21 Mar 2008 11:49:44 +0100
+
+mod-wsgi (2.0~c5-1) experimental; urgency=low
+
+  * New beta version.
   * debian/control:
     - Updating my email address.
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 02 Mar 2008 22:19:55 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Mon, 17 Mar 2008 23:55:10 +0100
 
+mod-wsgi (2.0~c4-2) experimental; urgency=low
+
+  * Rename mod_wsgi.load to wsgi.load to follow
+    /etc/apache2/mods-available best practise (sync with 1.3-2 from unstable)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 07 Jan 2008 16:36:35 +0100
+
 mod-wsgi (1.3-2) unstable; urgency=low
 
   [ Sandro Tosi ]
@@ -19,12 +34,60 @@
 
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 07 Jan 2008 16:24:51 +0100
 
+mod-wsgi (2.0~c4-1) experimental; urgency=low
+
+  * New beta version.
+  * debian/control:
+    - Updating my email address.
+    - Updating Standards-Version to 3.7.3.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 14 Dec 2007 21:29:12 +0100
+
+mod-wsgi (2.0~c3-1) experimental; urgency=low
+
+  * New beta version.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sat, 17 Nov 2007 16:16:36 +0100
+
 mod-wsgi (1.3-1) unstable; urgency=low
 
   * New upstream version
 
  -- Bernd Zeimetz <bernd at bzed.de>  Sat, 17 Nov 2007 16:15:06 +0100
 
+mod-wsgi (2.0~c2-1) experimental; urgency=low
+
+  * New beta version.
+  * debian/patches:
+    - Removing ap_thread_stacksize.dpatch as the issue is fixed by upstream
+      now.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 08 Nov 2007 12:14:55 +0100
+
+mod-wsgi (2.0~c1-2) experimental; urgency=low
+
+  * debian/control: reverting the change from -1
+  * debian/patches:
+    - Adding ap_thread_stacksize.dpatch to allow us to build the module using
+      apache-threaded-dev. In the rare case that somebody would like to
+      configure the stack size of WSGIDaemonProcess, both ThreadStackSize and
+      stack-size option need to be set due to this change.
+      Thanks to the upstream author, Graham Dumpleton.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 30 Oct 2007 22:11:50 +0100
+
+mod-wsgi (2.0~c1-1) experimental; urgency=low
+
+  [ Bernd Zeimetz ]
+  *  Beta version of the upcoming 2.0 version.
+
+  [ Piotr Ożarowski ]
+  * debian/control:
+    - move "apache2-mpm-worker | apache2-mpm-event" from Suggests to Depends
+      as 2.0~c1 doesn't work with apache2-mpm-prefork
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 30 Oct 2007 21:45:46 +0100
+
 mod-wsgi (1.2-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch
===================================================================
--- packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch	2008-03-21 10:42:09 UTC (rev 4884)
+++ packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch	2008-03-21 10:50:09 UTC (rev 4885)
@@ -4,29 +4,26 @@
 ## DP: we don't want to build-depend on Apache2 to build the package.
 
 @DPATCH@
-diff -urNad mod-wsgi~/configure mod-wsgi/configure
---- mod-wsgi~/configure	2007-07-31 14:13:08.000000000 +0200
-+++ mod-wsgi/configure	2007-08-12 12:55:24.000000000 +0200
-@@ -1385,17 +1385,18 @@
+diff -urNad mod-wsgi-experimental~/configure mod-wsgi-experimental/configure
+--- mod-wsgi-experimental~/configure	2007-12-13 11:26:59.000000000 +0100
++++ mod-wsgi-experimental/configure	2007-12-14 21:04:52.000000000 +0100
+@@ -1677,13 +1677,6 @@
  
  
  
--echo "$as_me:$LINENO: checking Apache version" >&5
--echo $ECHO_N "checking Apache version... $ECHO_C" >&6
+-{ echo "$as_me:$LINENO: checking Apache version" >&5
+-echo $ECHO_N "checking Apache version... $ECHO_C" >&6; }
 -HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`"
 -HTTPD_VERSION=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
--echo "$as_me:$LINENO: result: $HTTPD_VERSION" >&5
--echo "${ECHO_T}$HTTPD_VERSION" >&6
-+#echo "$as_me:$LINENO: checking Apache version" >&5
-+#echo $ECHO_N "checking Apache version... $ECHO_C" >&6
-+#HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`"
-+#HTTPD_VERSION=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
-+#echo "$as_me:$LINENO: result: $HTTPD_VERSION" >&5
-+#echo "${ECHO_T}$HTTPD_VERSION" >&6
+-{ echo "$as_me:$LINENO: result: $HTTPD_VERSION" >&5
+-echo "${ECHO_T}$HTTPD_VERSION" >&6; }
+-
  
+ # Check whether --with-python was given.
+ if test "${with_python+set}" = set; then
+@@ -1807,7 +1800,7 @@
  LIBEXECDIR="`${APXS} -q LIBEXECDIR`"
  
-+#HTTPD_MAJOR_VERSION=`echo ${HTTPD_VERSION} | sed -e 's/\..*//'`
  
 -HTTPD_MAJOR_VERSION=`echo ${HTTPD_VERSION} | sed -e 's/\..*//'`
 +HTTPD_MAJOR_VERSION=2




More information about the Python-modules-commits mailing list