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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat May 16 23:15:47 UTC 2009


    Date: Saturday, May 16, 2009 @ 23:15:46
  Author: bzed
Revision: 8506

Updating patches to suit the new version. 

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	2009-05-16 22:52:56 UTC (rev 8505)
+++ packages/mod-wsgi/trunk/debian/changelog	2009-05-16 23:15:46 UTC (rev 8506)
@@ -1,8 +1,9 @@
 mod-wsgi (2.5-1) unstable; urgency=low
 
   * New upstream bugfix release.
+  * Updating patches to suit the new version. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 17 May 2009 00:55:19 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 17 May 2009 01:17:56 +0200
 
 mod-wsgi (2.4-1) unstable; urgency=low
 

Modified: packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch
===================================================================
--- packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch	2009-05-16 22:52:56 UTC (rev 8505)
+++ packages/mod-wsgi/trunk/debian/patches/configure-apache-version.dpatch	2009-05-16 23:15:46 UTC (rev 8506)
@@ -4,24 +4,27 @@
 ## DP: we don't want to build-depend on Apache2 to build the package.
 
 @DPATCH@
-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 @@
+diff -urNad mod-wsgi~/configure mod-wsgi/configure
+--- mod-wsgi~/configure	2009-04-15 01:06:28.000000000 +0200
++++ mod-wsgi/configure	2009-05-17 01:15:27.000000000 +0200
+@@ -1291,16 +1291,6 @@
  
+ fi
  
- 
--{ 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: result: $HTTPD_VERSION" >&5
+-echo "${ECHO_T}$HTTPD_VERSION" >&6
 -
- 
- # Check whether --with-python was given.
+-
+ # Check whether --with-python or --without-python was given.
  if test "${with_python+set}" = set; then
-@@ -1807,7 +1800,7 @@
+   withval="$with_python"
+@@ -1461,7 +1451,7 @@
  LIBEXECDIR="`${APXS} -q LIBEXECDIR`"
  
  




More information about the Python-modules-commits mailing list