[libpod-wsdl-perl] 03/08: Drop patches, both applied upstream.

gregor herrmann gregoa at debian.org
Mon Jan 20 19:49:40 UTC 2014


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

gregoa pushed a commit to branch master
in repository libpod-wsdl-perl.

commit 7e4248fc5cf7b8e1fc002c1fc82dcdc181f74ea8
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 20 20:44:55 2014 +0100

    Drop patches, both applied upstream.
---
 debian/patches/fix-xml-comparison.patch | 60 ---------------------------------
 debian/patches/pod-spelling.patch       | 42 -----------------------
 debian/patches/series                   |  2 --
 3 files changed, 104 deletions(-)

diff --git a/debian/patches/fix-xml-comparison.patch b/debian/patches/fix-xml-comparison.patch
deleted file mode 100644
index fb1ca84..0000000
--- a/debian/patches/fix-xml-comparison.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Description: use Test::XML for comparing XML strings
- Due to the hash randomisation feature in perl 5.17.5+, comparing the string
- representation of complex XML structures is very fragile, as the order of
- attribute serialization is no longer deterministic.
- Test::XML's is_xml() function solves this, by allowing order differences.
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: yes
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81571
-Bug-Debian: http://bugs.debian.org/710981
-
---- a/t/11WSDL01basic.t
-+++ b/t/11WSDL01basic.t
-@@ -6,6 +6,7 @@ use lib length $0 > 10 ? substr $0, 0, l
- use strict;
- use warnings;
- use XML::XPath;
-+use Test::XML;
- 
- eval {
- 	new Pod::WSDL(source => 'bla');
-@@ -90,7 +91,7 @@ my $outputtest;
- 
- my $tmp = $p->WSDL;
- $tmp =~ s/<!-- WSDL.*?-->\n//;
--ok($outputtest eq $tmp, "Pretty works.");
-+is_xml($outputtest, $tmp, "Pretty works.");
- 
- $outputtestFile = $0;
- $outputtestFile =~ s![^/]+$!outputtest002.xml!;
-@@ -108,8 +109,8 @@ my $outputtest2;
- $tmp = $p->WSDL(pretty => 0);
- $tmp =~ s/<!-- WSDL.*?-->\n//;
- #print "--->$tmp<---\n";
--ok($outputtest2 eq $tmp, "Switch pretty off works.");
-+is_xml($outputtest2, $tmp, "Switch pretty off works.");
- 
- $tmp = $p->WSDL(pretty => 1);
- $tmp =~ s/<!-- WSDL.*?-->\n//;
--ok($outputtest eq $tmp, "Switch pretty on works.");
-+is_xml($outputtest, $tmp, "Switch pretty on works.");
---- a/META.yml
-+++ b/META.yml
-@@ -17,6 +17,7 @@ requires:
-   IO::Scalar: 2.110
-   Pod::Text: 2.21
-   Test::More: 0.47
-+  Test::XML: 0
-   XML::Writer: 0.531
-   XML::XPath: 1.13
- resources:
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -24,6 +24,7 @@ my %WriteMakefileArgs = (
-     'IO::Scalar' => '2.110',
-     'Pod::Text' => '2.21',
-     'Test::More' => '0.47',
-+    'Test::XML' => 0,
-     'XML::Writer' => '0.531',
-     'XML::XPath' => '1.13'
-   },
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
deleted file mode 100644
index 9cde531..0000000
--- a/debian/patches/pod-spelling.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Description: spelling errors in POD
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: yes
-Bug: https://rt.cpan.org/Ticket/Display.html?id=92192
-
---- a/lib/Pod/WSDL.pm
-+++ b/lib/Pod/WSDL.pm
-@@ -509,7 +509,7 @@ Use the C<=begin>/C<=end> respectively t
- 
- =back
- 
--Any subroutine not preceeded by WSDL pod will be left unmentioned. Any standard pod will be ignored (though, for an exception to this, see the section on own complex types below).
-+Any subroutine not preceded by WSDL pod will be left unmentioned. Any standard pod will be ignored (though, for an exception to this, see the section on own complex types below).
- 
- The individual instructions for Pod::WSDL always begin with a keyword, like C<_RETURN> or C<_DOC> or C<_FAULT>. After this different things may follow, according to the specific type of instruction. The instruction may take one or more lines - everything up to the next line beginning with a keyword or the end of the pod is belonging to the current instruction.
- 
---- a/lib/Pod/WSDL/Method.pm
-+++ b/lib/Pod/WSDL/Method.pm
-@@ -323,19 +323,19 @@ name - name of the method, mandatory
- 
- =item
- 
--doc - a Pod::WSDL::Doc object, can be ommitted, use method doc later
-+doc - a Pod::WSDL::Doc object, can be omitted, use method doc later
- 
- =item
- 
--return - a Pod::WSDL::Return object, can be ommitted, use method return later
-+return - a Pod::WSDL::Return object, can be omitted, use method return later
- 
- =item
- 
--params - ref to array of Pod::WSDL::Param objects, can be ommitted, use addParam() later
-+params - ref to array of Pod::WSDL::Param objects, can be omitted, use addParam() later
- 
- =item
- 
--faults - ref to array of Pod::WSDL::Fault objects, can be ommitted, use addFault() later
-+faults - ref to array of Pod::WSDL::Fault objects, can be omitted, use addFault() later
- 
- =item
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e1f5c21..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-pod-spelling.patch
-fix-xml-comparison.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-wsdl-perl.git



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