r18293 - in /trunk/soap-lite/debian: changelog patches/series patches/warnings-redefine.patch
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Thu Apr 3 20:41:20 UTC 2008
Author: gregoa-guest
Date: Thu Apr 3 20:41:19 2008
New Revision: 18293
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18293
Log:
Add patch warnings-redefine.patch to again suppress two harmless
warnings (closes: #470090).
Added:
trunk/soap-lite/debian/patches/warnings-redefine.patch
Modified:
trunk/soap-lite/debian/changelog
trunk/soap-lite/debian/patches/series
Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/changelog?rev=18293&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Thu Apr 3 20:41:19 2008
@@ -1,3 +1,10 @@
+soap-lite (0.71-2) UNRELEASED; urgency=low
+
+ * Add patch warnings-redefine.patch to again suppress two harmless
+ warnings (closes: #470090).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Thu, 03 Apr 2008 22:36:51 +0200
+
soap-lite (0.71-1) unstable; urgency=low
[ gregor herrmann ]
Modified: trunk/soap-lite/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/patches/series?rev=18293&op=diff
==============================================================================
--- trunk/soap-lite/debian/patches/series (original)
+++ trunk/soap-lite/debian/patches/series Thu Apr 3 20:41:19 2008
@@ -2,3 +2,4 @@
more_tests_to_run.diff
makefile_exe_files.diff
#no_service_parameter.diff
+warnings-redefine.patch
Added: trunk/soap-lite/debian/patches/warnings-redefine.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/patches/warnings-redefine.patch?rev=18293&op=file
==============================================================================
--- trunk/soap-lite/debian/patches/warnings-redefine.patch (added)
+++ trunk/soap-lite/debian/patches/warnings-redefine.patch Thu Apr 3 20:41:19 2008
@@ -1,0 +1,14 @@
+--- soap-lite.orig/lib/SOAP/Transport/HTTP.pm
++++ soap-lite/lib/SOAP/Transport/HTTP.pm
+@@ -37,9 +37,11 @@
+ return if $_patched;
+ BEGIN { local ($^W) = 0; }
+ {
++ no warnings "redefine";
+ sub LWP::UserAgent::redirect_ok; *LWP::UserAgent::redirect_ok = sub {1}
+ }
+ {
++ no warnings "redefine";
+ package LWP::Protocol;
+ my $collect = \&collect; # store original
+ *collect = sub {
More information about the Pkg-perl-cvs-commits
mailing list