r71870 - in /trunk/libapache2-mod-perl2/debian: changelog	patches/010-doc-no-more-send_http_header.patch	patches/030-apxs-no-prefix.patch
    periapt-guest at users.alioth.debian.org 
    periapt-guest at users.alioth.debian.org
       
    Tue Mar 22 20:33:47 UTC 2011
    
    
  
Author: periapt-guest
Date: Tue Mar 22 20:33:34 2011
New Revision: 71870
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71870
Log:
Reviewed 6 patches
Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/010-doc-no-more-send_http_header.patch
    trunk/libapache2-mod-perl2/debian/patches/030-apxs-no-prefix.patch
Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=71870&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Mar 22 20:33:34 2011
@@ -14,7 +14,7 @@
   * Added versioning of depdendency between dev and core packages
   * Registered documents with doc-base (in progress)
   * New upstream release
-  * Reviewed 4 patches
+  * Reviewed 6 patches
     - Removed 009_allow_parallel_build.patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 22 Mar 2011 14:19:58 +0000
Modified: trunk/libapache2-mod-perl2/debian/patches/010-doc-no-more-send_http_header.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/010-doc-no-more-send_http_header.patch?rev=71870&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/010-doc-no-more-send_http_header.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/010-doc-no-more-send_http_header.patch Tue Mar 22 20:33:34 2011
@@ -1,9 +1,14 @@
-# Trivial patch to remove a stale reference to send_http_header that is no
-# longer available or necessary
-# Closes Debian #507821
+Author: Damyan Ivanov <dmn at debian.org>
+Description: Can't locate object method "send_http_header"
+ Trivial patch to remove a stale reference to send_http_header that is no
+ longer available or necessary
+Last-Update: 2011-03-22
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507821
+Forwarded: yes
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 --- a/docs/api/ModPerl/Registry.pod
 +++ b/docs/api/ModPerl/Registry.pod
-@@ -31,7 +31,6 @@ For example:
+@@ -31,7 +31,6 @@
  
    my $r = Apache2::RequestUtil->request;
    $r->content_type("text/html");
Modified: trunk/libapache2-mod-perl2/debian/patches/030-apxs-no-prefix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/030-apxs-no-prefix.patch?rev=71870&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/030-apxs-no-prefix.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/030-apxs-no-prefix.patch Tue Mar 22 20:33:34 2011
@@ -1,9 +1,14 @@
-As a comment inside apxs2 indicates:
-# Debian doesn't have a CFG_PREFIX [...]
-so use SYSCONFDIR instead to shut up apxs warnings.
+Author: Niko Tyni <ntyni at debian.org>
+Subject: Help apxs find the correct directory
+ As a comment inside apxs2 indicates:
+ # Debian doesn't have a CFG_PREFIX [...]
+ so use SYSCONFDIR instead to shut up apxs warnings.
+Forwarded: not-needed
+Last-Update: 2011-03-22
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 --- a/Apache-Test/lib/Apache/TestConfigParse.pm
 +++ b/Apache-Test/lib/Apache/TestConfigParse.pm
-@@ -86,7 +86,7 @@ sub server_file_rel2abs {
+@@ -87,7 +87,7 @@
                         'user-supplied $base' ],
                   [ $self->{inherit_config}->{ServerRoot},
                         'httpd.conf inherited ServerRoot' ],
    
    
More information about the Pkg-perl-cvs-commits
mailing list