[libxml-compile-soap-perl] branch master updated (980aadf -> 9cc5190)

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 change to branch master
in repository libxml-compile-soap-perl.

      from  980aadf   d/copyright
       new  4350ed9   Imported Upstream version 3.18
       new  26091ea   Merge tag 'upstream/3.18'
       new  79e9c0d   d/copyright
       new  5f13643   Remove patches for pod2man error and spelling errors in manpage
       new  75294fc   Add patch spelling-error-in-manpage
       new  9cc5190   d/changelog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  24 +++
 MANIFEST                                           |   7 -
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 Makefile.PL                                        |   2 +-
 README                                             |  12 +-
 debian/changelog                                   |  24 +--
 debian/copyright                                   | 133 +++++----------
 .../patches/manpage-has-errors-from-pod2man.diff   |  16 --
 debian/patches/series                              |   3 +-
 debian/patches/spelling-error-in-manpage           |  16 ++
 debian/patches/spelling-error-in-manpage.diff      | 102 ------------
 examples/document/README                           |   8 +-
 examples/rpc-literal/README                        |   5 +-
 examples/temperature/convert.wsdl                  | 135 ----------------
 examples/temperature/soap-lite.pl                  |   2 +-
 examples/temperature/xml-compile-soap.pl           |   4 +-
 lib/XML/Compile/SOAP.pm                            |   6 +-
 lib/XML/Compile/SOAP.pod                           |  37 ++---
 lib/XML/Compile/SOAP/Client.pm                     |   2 +-
 lib/XML/Compile/SOAP/Client.pod                    |  22 +--
 lib/XML/Compile/SOAP/Extension.pm                  |   2 +-
 lib/XML/Compile/SOAP/Extension.pod                 |  22 +--
 lib/XML/Compile/SOAP/FAQ.pod                       |  24 +--
 lib/XML/Compile/SOAP/Operation.pm                  |  31 ++--
 lib/XML/Compile/SOAP/Operation.pod                 |  36 ++---
 lib/XML/Compile/SOAP/Server.pm                     |   2 +-
 lib/XML/Compile/SOAP/Server.pod                    |  22 +--
 lib/XML/Compile/SOAP/Trace.pm                      |   2 +-
 lib/XML/Compile/SOAP/Trace.pod                     |  22 +--
 lib/XML/Compile/SOAP/Util.pm                       |   2 +-
 lib/XML/Compile/SOAP/Util.pod                      |  22 +--
 lib/XML/Compile/SOAP/xsd/bea/README                |   8 -
 .../SOAP/xsd/bea/bea_wli_sb_context-fix.xsd        |  24 ---
 .../Compile/SOAP/xsd/bea/bea_wli_sb_context.xsd    | 178 ---------------------
 .../Compile/SOAP/xsd/sharepoint/README.sharepoint  |   3 -
 .../SOAP/xsd/sharepoint/sharepoint-serial.xsd      |  42 -----
 .../SOAP/xsd/sharepoint/sharepoint-soap.xsd        |  36 -----
 lib/XML/Compile/SOAP11.pm                          |   8 +-
 lib/XML/Compile/SOAP11.pod                         |  26 +--
 lib/XML/Compile/SOAP11/Client.pm                   |   2 +-
 lib/XML/Compile/SOAP11/Client.pod                  |  22 +--
 lib/XML/Compile/SOAP11/Encoding.pm                 |   2 +-
 lib/XML/Compile/SOAP11/Encoding.pod                |  22 +--
 lib/XML/Compile/SOAP11/Operation.pm                |   2 +-
 lib/XML/Compile/SOAP11/Operation.pod               |  30 +---
 lib/XML/Compile/SOAP11/Server.pm                   |   2 +-
 lib/XML/Compile/SOAP11/Server.pod                  |  22 +--
 lib/XML/Compile/Transport.pm                       |   2 +-
 lib/XML/Compile/Transport.pod                      |  37 ++---
 lib/XML/Compile/Transport/SOAPHTTP.pm              |   2 +-
 lib/XML/Compile/Transport/SOAPHTTP.pod             |  22 +--
 lib/XML/Compile/XOP.pm                             |   2 +-
 lib/XML/Compile/XOP.pod                            |  22 +--
 lib/XML/Compile/XOP/Include.pm                     |   2 +-
 lib/XML/Compile/XOP/Include.pod                    |  22 +--
 t/TestTools.pm                                     |   2 +-
 57 files changed, 216 insertions(+), 1077 deletions(-)
 delete mode 100644 debian/patches/manpage-has-errors-from-pod2man.diff
 create mode 100644 debian/patches/spelling-error-in-manpage
 delete mode 100644 debian/patches/spelling-error-in-manpage.diff
 delete mode 100644 examples/temperature/convert.wsdl
 delete mode 100644 lib/XML/Compile/SOAP/xsd/bea/README
 delete mode 100644 lib/XML/Compile/SOAP/xsd/bea/bea_wli_sb_context-fix.xsd
 delete mode 100644 lib/XML/Compile/SOAP/xsd/bea/bea_wli_sb_context.xsd
 delete mode 100644 lib/XML/Compile/SOAP/xsd/sharepoint/README.sharepoint
 delete mode 100644 lib/XML/Compile/SOAP/xsd/sharepoint/sharepoint-serial.xsd
 delete mode 100644 lib/XML/Compile/SOAP/xsd/sharepoint/sharepoint-soap.xsd

-- 
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