[libxml-compile-soap-perl] 04/06: Remove patches for pod2man error and spelling errors in manpage

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Mar 22 16:19:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libxml-compile-soap-perl.

commit 5f13643745aa0e574348e266fd149f7a32092f8e
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Tue Mar 22 15:53:19 2016 +0000

    Remove patches for pod2man error and spelling errors in manpage
    
    These have been applied upstream
    
    This reverts commit e54c7eca5b5da05cdfe53bae72a347f49d824b8c.
---
 .../patches/manpage-has-errors-from-pod2man.diff   |  16 ----
 debian/patches/series                              |   2 -
 debian/patches/spelling-error-in-manpage.diff      | 102 ---------------------
 3 files changed, 120 deletions(-)

diff --git a/debian/patches/manpage-has-errors-from-pod2man.diff b/debian/patches/manpage-has-errors-from-pod2man.diff
deleted file mode 100644
index 7af3c73..0000000
--- a/debian/patches/manpage-has-errors-from-pod2man.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix manpage-has-errors-from-pod2man lintian warnings
-Author: Nick Morrott <knowledgejunkie at gmail.com>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=112910
-Last-Update: 2016-03-10
----
---- a/lib/XML/Compile/SOAP11.pod
-+++ b/lib/XML/Compile/SOAP11.pod
-@@ -187,7 +187,7 @@
-  
- =head2 Use of wildcards (any/anyAttribute)
- 
--Extends L<"Use of wildcards (any/anyAttribute)" in XML::Compile::SOAP|XML::Compile::SOAP/"Use of wildcards (any/anyAttribute)">.
-+Extends L<"Use of wildcards (anyE<sol>anyAttribute)" in XML::Compile::SOAP|XML::Compile::SOAP/"Use of wildcards (anyE<sol>anyAttribute)">.
-  
- =head2 Header and Body entries
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2c68c5f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-spelling-error-in-manpage.diff
-manpage-has-errors-from-pod2man.diff
diff --git a/debian/patches/spelling-error-in-manpage.diff b/debian/patches/spelling-error-in-manpage.diff
deleted file mode 100644
index e57c8f0..0000000
--- a/debian/patches/spelling-error-in-manpage.diff
+++ /dev/null
@@ -1,102 +0,0 @@
-Description: Fix spelling errors detected by lintian
-Author: Nick Morrott <knowledgejunkie at gmail.com>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=112910
-Last-Update: 2016-03-10
----
---- a/lib/XML/Compile/SOAP/FAQ.pod
-+++ b/lib/XML/Compile/SOAP/FAQ.pod
-@@ -152,7 +152,7 @@
-    }
- 
- That's all.  When you use L<XML::Compile::Cache|XML::Compile::Cache> to maintain the
--calls (adviced), it would look like this:
-+calls (advised), it would look like this:
- 
-    $wsdl->compileCalls(user_agent => $ua, transport_hook => \&basic_auth);
- 
---- a/lib/XML/Compile/SOAP/Server.pod
-+++ b/lib/XML/Compile/SOAP/Server.pod
-@@ -137,7 +137,7 @@
- The identification for this action, for instance used for logging.  When
- the action is created via a WSDL, the portname will be used here.
- 
--It is a pitty that the portname is not passed in the SOAP message,
-+It is a pity that the portname is not passed in the SOAP message,
- because it is not so easy to detect which handler must be called.
- 
- =item selector => CODE
---- a/lib/XML/Compile/Transport.pod
-+++ b/lib/XML/Compile/Transport.pod
-@@ -234,7 +234,7 @@
- The C<transport_hook> routine is called with a C<$trace> hash, one of
- whose entries is the UserAgent which was set up for the data transfer. You
- can modify the outgoing message XML body and headers, carry out the data
--exchange using the UserAgent, and then examine the returned Reponse for
-+exchange using the UserAgent, and then examine the returned Response for
- content and headers using methods similar to the following:
- 
-  sub transport_hook($$$)
---- a/lib/XML/Compile/SOAP/Operation.pod
-+++ b/lib/XML/Compile/SOAP/Operation.pod
-@@ -32,8 +32,8 @@
-  -Option     --Default
-   action       undef
-   endpoints    []
--  kin          <required>
--  nam          <required>
-+  kind         <required>
-+  name         <required>
-   schemas      <required>
-   server_type  undef
-   transport    'HTTP'
-@@ -49,14 +49,14 @@
- 
- Where to contact the server.
- 
--=item kin => d
-+=item kind
- 
- This returns the type of operation this is.  There are four kinds, which
- are returned as strings C<one-way>, C<request-response>, C<sollicit-response>,
- and C<notification>.  The latter two are initiated by a server, the former
- two by a client.
- 
--=item nam => e
-+=item name
- 
- =item schemas => XML::Compile::Cache
- 
-@@ -64,7 +64,7 @@
- 
- Most server implementations show some problems.  Also, servers may produce
- responses using their own namespaces (like for error codes).  When you know
--which server you are talking to, the quircks of the specific server type can
-+which server you are talking to, the quirks of the specific server type can
- be loaded.  Read more in the L<XML::Compile::SOAP/"Supported servers">.
- 
- =item transport => URI|'HTTP'
---- a/lib/XML/Compile/SOAP11/Operation.pod
-+++ b/lib/XML/Compile/SOAP11/Operation.pod
-@@ -43,8 +43,8 @@
-   endpoints    XML::Compile::SOAP::Operation  []
-   fault_def                                   <undef>
-   input_def                                   <undef>
--  kin          XML::Compile::SOAP::Operation  <required>
--  nam          XML::Compile::SOAP::Operation  <required>
-+  kind         XML::Compile::SOAP::Operation  <required>
-+  name         XML::Compile::SOAP::Operation  <required>
-   output_def                                  <undef>
-   schemas      XML::Compile::SOAP::Operation  <required>
-   server_type  XML::Compile::SOAP::Operation  undef
-@@ -61,9 +61,9 @@
- 
- =item input_def => HASH
- 
--=item kin => d
-+=item kind
- 
--=item nam => e
-+=item name
- 
- =item output_def => HASH
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compile-soap-perl.git



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