r7060 - in /trunk/libapache2-mod-perl2: ModPerl-Registry/lib/ModPerl/RegistryCooker.pm debian/changelog lib/Apache2/Build.pm lib/ModPerl/BuildMM.pm lib/ModPerl/TestReport.pm t/response/TestAPI/server_const.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 22 09:55:32 UTC 2007


Author: dmn
Date: Wed Aug 22 09:55:31 2007
New Revision: 7060

URL: http://svn.debian.org/wsvn/?sc=1&rev=7060
Log:
Revert last commit

Modified:
    trunk/libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/lib/Apache2/Build.pm
    trunk/libapache2-mod-perl2/lib/ModPerl/BuildMM.pm
    trunk/libapache2-mod-perl2/lib/ModPerl/TestReport.pm
    trunk/libapache2-mod-perl2/t/response/TestAPI/server_const.pm

Modified: trunk/libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm (original)
+++ trunk/libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Wed Aug 22 09:55:31 2007
@@ -337,7 +337,7 @@
     my $self = shift;
 
     my $path_info = $self->{REQ}->path_info;
-    my $script_name = $path_info && $self->{URI} =~ /\Q$path_info\E$/
+    my $script_name = $path_info && $self->{URI} =~ /$path_info$/
         ? substr($self->{URI}, 0, length($self->{URI}) - length($path_info))
         : $self->{URI};
 

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Wed Aug 22 09:55:31 2007
@@ -1,4 +1,4 @@
-libapache2-mod-perl2 (2.0.3-1) experimental; urgency=low
+libapache2-mod-perl2 (2.0.3-1) UNRELEASED; urgency=low
 
   * New upstream release
     + refreshed patches
@@ -13,17 +13,15 @@
       contains better fix
   * Add dh_slibdeps to arch-dep target
   * Wrapped (Build-)Depends lists
-  * Add testing to the build process
-    + Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
-      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)
-    + Add locales-all to Build-Depends, since some of the tests need that
-    + Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
-      to fix the server_const test
-    + Fail if $(MAKE) test fails
-
- -- Damyan Ivanov <dmn at debian.org>  Wed, 22 Aug 2007 12:53:17 +0300
+  * Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
+    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)
+  * Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
+    to fix the server_const test
+  * Fail if $(MAKE) test fails
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 19:50:00 +0300
 
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 

Modified: trunk/libapache2-mod-perl2/lib/Apache2/Build.pm
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/lib/Apache2/Build.pm?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/lib/Apache2/Build.pm (original)
+++ trunk/libapache2-mod-perl2/lib/Apache2/Build.pm Wed Aug 22 09:55:31 2007
@@ -449,7 +449,7 @@
         $xlibs .= ' -lintl';
     }
 
-    return " -lgtop-2.0 -lgtop_sysdeps-2.0 -lgtop_common-2.0 $xlibs";
+    return " -lgtop -lgtop_sysdeps -lgtop_common $xlibs";
 }
 
 sub gtop_ldopts {

Modified: trunk/libapache2-mod-perl2/lib/ModPerl/BuildMM.pm
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/lib/ModPerl/BuildMM.pm?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/lib/ModPerl/BuildMM.pm (original)
+++ trunk/libapache2-mod-perl2/lib/ModPerl/BuildMM.pm Wed Aug 22 09:55:31 2007
@@ -281,7 +281,7 @@
                 $man =~ s!/!::!g;
 
                 push @target,
-                    '$(NOECHO) $(POD2MAN_EXE) --section=3pm ' .
+                    '$(NOECHO) $(POD2MAN_EXE) --section=3 ' .
                     "$podpath \$(INST_MAN3DIR)/$man.\$(MAN3EXT)"
             }
         }

Modified: trunk/libapache2-mod-perl2/lib/ModPerl/TestReport.pm
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/lib/ModPerl/TestReport.pm?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/lib/ModPerl/TestReport.pm (original)
+++ trunk/libapache2-mod-perl2/lib/ModPerl/TestReport.pm Wed Aug 22 09:55:31 2007
@@ -97,11 +97,7 @@
     return $package;
 }
 
-# We are reporting to the Debian BTS, not directly to the upstream (Apache)
-sub report_to { 'submit at bugs.debian.org' }
-sub postit_note {
-    # No, no postit notes required :) This report will be typically
-    # embedded in reportbug's, so...
-}
+sub report_to { 'modperl at perl.apache.org' }
+
 
 1;

Modified: trunk/libapache2-mod-perl2/t/response/TestAPI/server_const.pm
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/t/response/TestAPI/server_const.pm?rev=7060&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/t/response/TestAPI/server_const.pm (original)
+++ trunk/libapache2-mod-perl2/t/response/TestAPI/server_const.pm Wed Aug 22 09:55:31 2007
@@ -19,7 +19,6 @@
 my $root  = $cfg->{vars}->{serverroot};
 my $built = $cfg->{httpd_info}->{BUILT};
 my $version = $cfg->{httpd_info}->{VERSION};
-$version =~ s/\s.*//;
 
 sub handler {
 




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