r7055 - in /trunk/libapache2-mod-perl2/debian: changelog patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Aug 21 14:51:34 UTC 2007


Author: dmn
Date: Tue Aug 21 14:51:34 2007
New Revision: 7055

URL: http://svn.debian.org/wsvn/?sc=1&rev=7055
Log:
* Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
  to fix the server_const test

Added:
    trunk/libapache2-mod-perl2/debian/patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/series

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7055&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Aug 21 14:51:34 2007
@@ -17,8 +17,10 @@
     Build-Depends to allow tests to be run on buildds
   * Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
     dates etc)
-
- -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 16:41:01 +0300
+  * Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
+    to fix the server_const test
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 17:50:57 +0300
 
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 

Added: trunk/libapache2-mod-perl2/debian/patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch?rev=7055&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch (added)
+++ trunk/libapache2-mod-perl2/debian/patches/008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch Tue Aug 21 14:51:34 2007
@@ -1,0 +1,12 @@
+Index: libapache2-mod-perl2/t/response/TestAPI/server_const.pm
+===================================================================
+--- libapache2-mod-perl2.orig/t/response/TestAPI/server_const.pm	2007-08-21 17:39:17.000000000 +0300
++++ libapache2-mod-perl2/t/response/TestAPI/server_const.pm	2007-08-21 17:40:49.000000000 +0300
+@@ -19,6 +19,7 @@
+ my $root  = $cfg->{vars}->{serverroot};
+ my $built = $cfg->{httpd_info}->{BUILT};
+ my $version = $cfg->{httpd_info}->{VERSION};
++$version =~ s/\s.*//;
+ 
+ sub handler {
+ 

Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/series?rev=7055&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Tue Aug 21 14:51:34 2007
@@ -2,3 +2,4 @@
 004-bugs-to-debian-bts.patch
 005-regex-DoS-bug-433549.patch
 006_man_section_and_build_warnings.patch
+008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch




More information about the Pkg-perl-cvs-commits mailing list