[libxml-dom-perl] 05/06: Drop patches applied upstream

Florian Schlichting fsfs at moszumanska.debian.org
Thu Aug 20 11:22:10 UTC 2015


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

fsfs pushed a commit to branch master
in repository libxml-dom-perl.

commit c37c556a04c938a2303f08d22488758f1dccf982
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Aug 20 13:19:21 2015 +0200

    Drop patches applied upstream
---
 debian/patches/output_encoding.patch | 17 ---------------
 debian/patches/pod_errors.patch      | 41 ------------------------------------
 debian/patches/series                |  2 --
 3 files changed, 60 deletions(-)

diff --git a/debian/patches/output_encoding.patch b/debian/patches/output_encoding.patch
deleted file mode 100644
index 549ead1..0000000
--- a/debian/patches/output_encoding.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: properly encode output for printToFile
- closes: #324882
-Author: Gregor Herrmann <gregoa at debian.org>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=6293
-
---- a/lib/XML/DOM.pm
-+++ b/lib/XML/DOM.pm
-@@ -1218,7 +1218,8 @@ sub to_sax
- sub printToFile
- {
-     my ($self, $fileName) = @_;
--    my $fh = new FileHandle ($fileName, "w") || 
-+    my $encoding = $self->getXMLDecl()->getEncoding();
-+    my $fh = new FileHandle ($fileName, ">:encoding($encoding)") ||
- 	croak "printToFile - can't open output file $fileName";
-     
-     $self->print ($fh);
diff --git a/debian/patches/pod_errors.patch b/debian/patches/pod_errors.patch
deleted file mode 100644
index 4718650..0000000
--- a/debian/patches/pod_errors.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: fix pod errors and a typo
-Author: Florian Schlichting <fsfs at debian.org>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106472
-
---- a/lib/XML/DOM/DocumentType.pod
-+++ b/lib/XML/DOM/DocumentType.pod
-@@ -59,8 +59,12 @@
- 
- B<Not In DOM Spec>: See XML::DOM::ignoreReadOnly to edit the DocumentType etc.
- 
-+=back
-+
- =head2 Additional methods not in the DOM Spec
- 
-+=over 4
-+
- =item Creating and setting the DocumentType
- 
- A new DocumentType can be created with:
---- a/lib/XML/DOM/Element.pod
-+++ b/lib/XML/DOM/Element.pod
-@@ -159,6 +159,8 @@
- 
- =back
- 
-+=back
-+
- =head2 Additional methods not in the DOM Spec
- 
- =over 4
---- a/lib/XML/DOM/Node.pod
-+++ b/lib/XML/DOM/Node.pod
-@@ -347,7 +347,7 @@
- 
- =item getChildAtIndex (index)
- 
--Returns the child node at the specifed index or undef.
-+Returns the child node at the specified index or undef.
- 
- =item addText (text)
- 
diff --git a/debian/patches/series b/debian/patches/series
index 46753dd..718796f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
 encoding_test.patch
-output_encoding.patch
-pod_errors.patch

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



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