[libxml-compile-perl] 05/06: Create another patch fixing typo in manpages
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Tue Jul 19 20:30:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository libxml-compile-perl.
commit b84dffb418bf6393605b23616aa0e68ea6e5d96c
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Tue Jul 19 16:45:58 2016 -0300
Create another patch fixing typo in manpages
---
debian/changelog | 1 +
debian/patches/fix-typo-in-manpage.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f72bf68..8148848 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxml-compile-perl (1.53-1) UNRELEASED; urgency=medium
* Import upstream version 1.53
* Refresh and remove unnecessary patches
* Declare compliance with Debian policy 3.9.8
+ * Create another patch fixing typo in manpages
-- Lucas Kanashiro <kanashiro at debian.org> Tue, 19 Jul 2016 16:19:19 -0300
diff --git a/debian/patches/fix-typo-in-manpage.patch b/debian/patches/fix-typo-in-manpage.patch
new file mode 100644
index 0000000..5a10719
--- /dev/null
+++ b/debian/patches/fix-typo-in-manpage.patch
@@ -0,0 +1,28 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-07-18
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116326
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116326
+
+--- a/lib/XML/Compile/Translate/Writer.pod
++++ b/lib/XML/Compile/Translate/Writer.pod
+@@ -73,7 +73,7 @@ Add attributes to the provided node. Wh
+ taken as node content with attributes. The content has to be stored
+ with key '_'. When it is not a HASH, the data is node content.
+
+-There are various ways you can specify content. Upto [1.51], you
++There are various ways you can specify content. Up to [1.51], you
+ could only pass a matching XML::LibXML::Element. Release [1.51] added
+ strings to the spectrum. If the string does not contain encoded entities
+ or E<lt> and E<gt>, then it is assumed to be a real perl string. When
+--- a/lib/XML/Compile/Schema.pod
++++ b/lib/XML/Compile/Schema.pod
+@@ -639,7 +639,7 @@ was lazy. A long is much faster to hand
+ as fast (but inprecise) replacements.
+
+ Be aware that C<Math::BigInt> and C<Math::BigFloat> objects are nearly
+-but not fully transparently mimicing the behavior of Perl's ints and
++but not fully transparently mimicking the behavior of Perl's ints and
+ floats. See their respective manual-pages. Especially when you wish
+ for some performance, you should optimize access to these objects to
+ avoid expensive copying which is exactly the spot where the differences
diff --git a/debian/patches/series b/debian/patches/series
index db50f0f..583b088 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-typo-in-manpage.patch
fix-lintian-warnings-about-manpages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-compile-perl.git
More information about the Pkg-perl-cvs-commits
mailing list