[libxml-libxml-perl] 03/05: Drop wording.patch, applied upstream.

gregor herrmann gregoa at debian.org
Mon Dec 7 14:13:54 UTC 2015


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

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

commit eb799880a01e0575f303e5d77541535f7b4dfaf4
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 7 15:02:42 2015 +0100

    Drop wording.patch, applied upstream.
---
 debian/patches/series        |  1 -
 debian/patches/wording.patch | 49 --------------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 4b18088..c15e2c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 fail-build-no-libxml2.patch
 disable_runtime-version_warning.patch
-wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
deleted file mode 100644
index 4ea048f..0000000
--- a/debian/patches/wording.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: improve wording
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-12-06
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110116
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110116
-
---- a/LibXML.pod
-+++ b/LibXML.pod
-@@ -459,7 +459,7 @@
- import_GDOME() and export_GDOME(). Both function have two parameters: the node
- and a flag for recursive import. The flag works as in cloneNode().
- 
--The two functions allow to export and import XML::GDOME nodes explicitly,
-+The two functions allow one to export and import XML::GDOME nodes explicitly,
- however, XML::LibXML allows also the transparent import of XML::GDOME nodes in
- functions such as appendChild(), insertAfter() and so on. While native nodes
- are automatically adopted in most functions XML::GDOME nodes are always cloned
---- a/docs/libxml.dbk
-+++ b/docs/libxml.dbk
-@@ -918,7 +918,7 @@
-             <para>XML::LibXML provides two functions to export or import GDOME nodes: import_GDOME() and export_GDOME(). Both function have two parameters: the
-             node and a flag for recursive import. The flag works as in cloneNode().</para>
- 
--            <para>The two functions allow to export and import XML::GDOME nodes explicitly, however, XML::LibXML allows also the transparent import of
-+            <para>The two functions allow one to export and import XML::GDOME nodes explicitly, however, XML::LibXML allows also the transparent import of
-             XML::GDOME nodes in functions such as appendChild(), insertAfter() and so on. While native nodes are automatically adopted in most functions
-             XML::GDOME nodes are always cloned in advance. Thus if the original node is modified after the operation, the node in the XML::LibXML document will
-             not have this information.</para>
-@@ -6261,7 +6261,7 @@
- 	memory.</para>
-       <para>The Reader acts as a cursor going forward on the document
- 	stream and stopping at each node in the way. At every point
--	DOM-like methods of the Reader object allow to examine the
-+	DOM-like methods of the Reader object allow one to examine the
- 	current node (name, namespace, attributes, etc.)</para>
-       <para>The user's code keeps control of the progress and simply
- 	calls the <literal>read()</literal> function repeatedly to
---- a/lib/XML/LibXML/Reader.pod
-+++ b/lib/XML/LibXML/Reader.pod
-@@ -46,7 +46,7 @@
- 
- The Reader acts as a cursor going forward on the document stream and stopping
- at each node in the way. At every point DOM-like methods of the Reader object
--allow to examine the current node (name, namespace, attributes, etc.)
-+allow one to examine the current node (name, namespace, attributes, etc.)
- 
- The user's code keeps control of the progress and simply calls the C<<<<<< read() >>>>>> function repeatedly to progress to the next node in the document order. Other
- functions provide means for skipping complete sub-trees, or nodes until a

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



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