r71873 - in /trunk/libapache2-mod-perl2/debian: changelog patches/035-testrequest_add_credentials.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 22 21:03:43 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 21:03:36 2011
New Revision: 71873

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71873
Log:
Reviewed 8 patches

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/035-testrequest_add_credentials.patch

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=71873&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Mar 22 21:03:36 2011
@@ -13,7 +13,7 @@
   * Added versioning of depdendency between dev and core packages
   * Registered documents with doc-base (in progress)
   * New upstream release
-  * Reviewed 7 patches
+  * Reviewed 8 patches
     - Removed 009_allow_parallel_build.patch [applied upstream]
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 22 Mar 2011 14:19:58 +0000

Modified: trunk/libapache2-mod-perl2/debian/patches/035-testrequest_add_credentials.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/035-testrequest_add_credentials.patch?rev=71873&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/035-testrequest_add_credentials.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/035-testrequest_add_credentials.patch Tue Mar 22 21:03:36 2011
@@ -1,11 +1,13 @@
-# Closing bug #509457 triggered by libwww-perl 5.813 to 5.820
-# transition (thanks to Niko Tyni for the patch)
-Index: libapache2-mod-perl2/Apache-Test/lib/Apache/TestRequest.pm
-===================================================================
---- libapache2-mod-perl2.orig/Apache-Test/lib/Apache/TestRequest.pm	2008-12-26 19:31:56.000000000 -0600
-+++ libapache2-mod-perl2/Apache-Test/lib/Apache/TestRequest.pm	2008-12-26 19:32:27.000000000 -0600
-@@ -256,6 +256,11 @@
-     $self;
+Author: Niko Tyni <ntyni at debian.org>
+Subject: FTBS: tests fail triggered by libwww-perl 5.813 to 5.820
+Forwarded: no
+Last-Update: 2011-03-22
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509457
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+--- a/Apache-Test/lib/Apache/TestRequest.pm
++++ b/Apache-Test/lib/Apache/TestRequest.pm
+@@ -261,6 +261,11 @@
+     return $self->get_basic_credentials(@_);
  }
  
 +sub credentials {




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