r11931 - in /trunk/soap-lite/debian: changelog patches/no_service_parameter.diff patches/series

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Jan 2 19:18:27 UTC 2008


Author: gregoa-guest
Date: Wed Jan  2 19:18:27 2008
New Revision: 11931

URL: http://svn.debian.org/wsvn/?sc=1&rev=11931
Log:
QUESTION: the package is basically ready, I'm just not sure about #435801
          the change looks sane, I've added no_service_parameter.diff
          but commented it out in series.
          if someone "activates" it please don't forget to add a changelog
          entry to close the bug.

Added:
    trunk/soap-lite/debian/patches/no_service_parameter.diff
Modified:
    trunk/soap-lite/debian/changelog
    trunk/soap-lite/debian/patches/series

Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/soap-lite/debian/changelog?rev=11931&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Wed Jan  2 19:18:27 2008
@@ -1,5 +1,11 @@
 soap-lite (0.70.04-1) UNRELEASED; urgency=low
 
+  QUESTION: the package is basically ready, I'm just not sure about #435801
+            the change looks sane, I've added no_service_parameter.diff
+            but commented it out in series.
+            if someone "activates" it please don't forget to add a changelog
+            entry to close the bug.
+  
   * New upstream release (closes: #458598).
   * debian/control:
     - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza)

Added: trunk/soap-lite/debian/patches/no_service_parameter.diff
URL: http://svn.debian.org/wsvn/trunk/soap-lite/debian/patches/no_service_parameter.diff?rev=11931&op=file
==============================================================================
--- trunk/soap-lite/debian/patches/no_service_parameter.diff (added)
+++ trunk/soap-lite/debian/patches/no_service_parameter.diff Wed Jan  2 19:18:27 2008
@@ -1,0 +1,11 @@
+--- soap-lite.orig/lib/SOAP/Lite.pm
++++ soap-lite/lib/SOAP/Lite.pm
+@@ -3217,7 +3217,7 @@
+     }
+     $self->{'_stub'} .= "    parameters => [\n";
+     foreach (@{$services->{$service}{parameters}}) {
+-#      next unless $_;
++      next unless $_;
+       $self->{'_stub'} .= "      SOAP::Data->new(name => '".$_->name."', type => '".$_->type."', attr => {";
+       $self->{'_stub'} .= do { my %attr = %{$_->attr}; 
+                                join(', ', map {"'$_' => '$attr{$_}'"} 

Modified: trunk/soap-lite/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/soap-lite/debian/patches/series?rev=11931&op=diff
==============================================================================
--- trunk/soap-lite/debian/patches/series (original)
+++ trunk/soap-lite/debian/patches/series Wed Jan  2 19:18:27 2008
@@ -1,1 +1,2 @@
 makefile_exe_files.diff
+#no_service_parameter.diff




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