[libsoap-wsdl-perl] branch master updated (7b973f1 -> 2894dd9)
Damyan Ivanov
dmn at moszumanska.debian.org
Fri Jun 12 12:41:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a change to branch master
in repository libsoap-wsdl-perl.
from 7b973f1 releasing package libsoap-wsdl-perl version 2.00.10-3
new 69c73b7 Add debian/upstream/metadata
new 7ac92dc Update debian/changelog
adds c29756e Imported Upstream version 3.003
new e375d81 Merge tag 'upstream/3.003'
new 683b9c2 add upstream Git repository URL to debian/usptream/metadata
new 3703d0b Add another upstream copyright holder
new 73e48db Drop lvalue-modification-5.18.patch, more correct fix released upstream
new 3819caf Drop load-with-Class::Load.patch, applied upstream
new d8182d4 Drop prefix_from_namespace.patch, issue fixed upstream
new 133d7c8 Drop fix-HeaderFault-base.patch, applied upstream
new 909fe01 Refress pod-spelling.patch
new b13411e Add build dependency on libcgi-pm-perl | perl (<< 5.19)
new 2894dd9 releasing package libsoap-wsdl-perl version 3.003-1
The 12 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:
Build.PL | 55 ----
Changes | 66 ++++
MANIFEST | 1 +
META.json | 67 ++++
META.yml | 411 +++----------------------
Makefile.PL | 51 ++-
debian/changelog | 17 +
debian/control | 3 +-
debian/copyright | 1 +
debian/patches/fix-HeaderFault-base.patch | 22 --
debian/patches/load-with-Class::Load.patch | 42 ---
debian/patches/lvalue-modification-5.18.patch | 28 --
debian/patches/pod-spelling.patch | 8 +-
debian/patches/prefix_from_namespace.patch | 86 ------
debian/patches/series | 4 -
debian/upstream/metadata | 5 +
lib/SOAP/WSDL.pm | 74 +++--
lib/SOAP/WSDL/Base.pm | 2 +-
lib/SOAP/WSDL/Binding.pm | 2 +-
lib/SOAP/WSDL/Client.pm | 2 +-
lib/SOAP/WSDL/Client/Base.pm | 2 +-
lib/SOAP/WSDL/Definitions.pm | 2 +-
lib/SOAP/WSDL/Deserializer/Hash.pm | 2 +-
lib/SOAP/WSDL/Deserializer/SOM.pm | 2 +-
lib/SOAP/WSDL/Deserializer/XSD.pm | 3 +-
lib/SOAP/WSDL/Expat/Base.pm | 2 +-
lib/SOAP/WSDL/Expat/Message2Hash.pm | 2 +-
lib/SOAP/WSDL/Expat/MessageParser.pm | 2 +-
lib/SOAP/WSDL/Expat/MessageStreamParser.pm | 2 +-
lib/SOAP/WSDL/Expat/WSDLParser.pm | 2 +-
lib/SOAP/WSDL/Factory/Deserializer.pm | 2 +-
lib/SOAP/WSDL/Factory/Generator.pm | 2 +-
lib/SOAP/WSDL/Factory/Serializer.pm | 2 +-
lib/SOAP/WSDL/Factory/Transport.pm | 2 +-
lib/SOAP/WSDL/Generator/Iterator/WSDL11.pm | 2 +-
lib/SOAP/WSDL/Generator/PrefixResolver.pm | 2 +-
lib/SOAP/WSDL/Generator/Template.pm | 2 +-
lib/SOAP/WSDL/Generator/Template/Plugin/XSD.pm | 2 +-
lib/SOAP/WSDL/Generator/Template/XSD.pm | 2 +-
lib/SOAP/WSDL/Generator/Visitor.pm | 2 +-
lib/SOAP/WSDL/Generator/Visitor/Typemap.pm | 2 +-
lib/SOAP/WSDL/Manual.pod | 3 +-
lib/SOAP/WSDL/Message.pm | 2 +-
lib/SOAP/WSDL/OpMessage.pm | 2 +-
lib/SOAP/WSDL/Operation.pm | 2 +-
lib/SOAP/WSDL/Part.pm | 2 +-
lib/SOAP/WSDL/Port.pm | 2 +-
lib/SOAP/WSDL/PortType.pm | 2 +-
lib/SOAP/WSDL/SOAP/Address.pm | 2 +-
lib/SOAP/WSDL/SOAP/Body.pm | 2 +-
lib/SOAP/WSDL/SOAP/Header.pm | 2 +-
lib/SOAP/WSDL/SOAP/HeaderFault.pm | 6 +-
lib/SOAP/WSDL/SOAP/Operation.pm | 2 +-
lib/SOAP/WSDL/SOAP/Typelib/Fault.pm | 2 +-
lib/SOAP/WSDL/SOAP/Typelib/Fault11.pm | 2 +-
lib/SOAP/WSDL/Serializer/XSD.pm | 7 +-
lib/SOAP/WSDL/Server.pm | 2 +-
lib/SOAP/WSDL/Server/CGI.pm | 2 +-
lib/SOAP/WSDL/Server/Mod_Perl2.pm | 2 +-
lib/SOAP/WSDL/Server/Simple.pm | 2 +-
lib/SOAP/WSDL/Service.pm | 2 +-
lib/SOAP/WSDL/Transport/HTTP.pm | 2 +-
lib/SOAP/WSDL/Transport/Loopback.pm | 2 +-
lib/SOAP/WSDL/Transport/Test.pm | 2 +-
lib/SOAP/WSDL/TypeLookup.pm | 2 +-
lib/SOAP/WSDL/Types.pm | 2 +-
lib/SOAP/WSDL/XSD/Annotation.pm | 2 +-
lib/SOAP/WSDL/XSD/Attribute.pm | 2 +-
lib/SOAP/WSDL/XSD/AttributeGroup.pm | 2 +-
lib/SOAP/WSDL/XSD/Builtin.pm | 2 +-
lib/SOAP/WSDL/XSD/ComplexType.pm | 17 +-
lib/SOAP/WSDL/XSD/Element.pm | 2 +-
lib/SOAP/WSDL/XSD/Enumeration.pm | 2 +-
lib/SOAP/WSDL/XSD/FractionDigits.pm | 2 +-
lib/SOAP/WSDL/XSD/Group.pm | 2 +-
lib/SOAP/WSDL/XSD/Length.pm | 2 +-
lib/SOAP/WSDL/XSD/MaxExclusive.pm | 2 +-
lib/SOAP/WSDL/XSD/MaxInclusive.pm | 2 +-
lib/SOAP/WSDL/XSD/MaxLength.pm | 2 +-
lib/SOAP/WSDL/XSD/MinExclusive.pm | 2 +-
lib/SOAP/WSDL/XSD/MinInclusive.pm | 2 +-
lib/SOAP/WSDL/XSD/MinLength.pm | 2 +-
lib/SOAP/WSDL/XSD/Pattern.pm | 2 +-
lib/SOAP/WSDL/XSD/Schema.pm | 2 +-
lib/SOAP/WSDL/XSD/Schema/Builtin.pm | 2 +-
lib/SOAP/WSDL/XSD/SimpleType.pm | 16 +-
lib/SOAP/WSDL/XSD/TotalDigits.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/Attribute.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/AttributeSet.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/Builtin.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/Builtin/anyType.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/Builtin/boolean.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/Builtin/time.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm | 12 +-
lib/SOAP/WSDL/XSD/Typelib/Element.pm | 2 +-
lib/SOAP/WSDL/XSD/Typelib/SimpleType.pm | 4 +-
lib/SOAP/WSDL/XSD/WhiteSpace.pm | 2 +-
t/098_pod.t | 2 +-
98 files changed, 411 insertions(+), 744 deletions(-)
delete mode 100644 Build.PL
create mode 100644 META.json
delete mode 100644 debian/patches/fix-HeaderFault-base.patch
delete mode 100644 debian/patches/load-with-Class::Load.patch
delete mode 100644 debian/patches/lvalue-modification-5.18.patch
delete mode 100644 debian/patches/prefix_from_namespace.patch
create mode 100644 debian/upstream/metadata
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsoap-wsdl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list