[libsoap-wsdl-perl] 09/12: Drop fix-HeaderFault-base.patch, applied upstream

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jun 12 12:41:07 UTC 2015


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

dmn pushed a commit to branch master
in repository libsoap-wsdl-perl.

commit 133d7c87d46ce06dacdb3db6df01a12d49b41efd
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jun 12 12:31:25 2015 +0000

    Drop fix-HeaderFault-base.patch, applied upstream
---
 debian/patches/fix-HeaderFault-base.patch | 22 ----------------------
 debian/patches/series                     |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/fix-HeaderFault-base.patch b/debian/patches/fix-HeaderFault-base.patch
deleted file mode 100644
index bc409df..0000000
--- a/debian/patches/fix-HeaderFault-base.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: SOAL::WSDL::Header is not valis base class for SOAP::WSDL::SOAP::HeaderFault
- It seems to be a typo, so change that to SOAP::WSDL::SOAP::Header
- SOAP::WSDL::SOAP::HeaderFault doesn't seem to be use anywhere, maybe just drop
- it?
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105092
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105092
-
---- a/lib/SOAP/WSDL/SOAP/HeaderFault.pm
-+++ b/lib/SOAP/WSDL/SOAP/HeaderFault.pm
-@@ -1,8 +1,8 @@
- package SOAP::WSDL::SOAP::HeaderFault;
- use strict;
- use warnings;
--use base qw(SOAP::WSDL::Header);
-+use base qw(SOAP::WSDL::SOAP::Header);
- 
- use version; our $VERSION = qv('2.00.10');
- 
--1;
-\ No newline at end of file
-+1;
diff --git a/debian/patches/series b/debian/patches/series
index 890a7d2..d565a74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 pod-whatis.patch
 pod-spelling.patch
 use-Test::XML.patch
-fix-HeaderFault-base.patch

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