[libcbor-xs-perl] 05/06: Add patch spelling-error-in-manpage

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Mar 21 03:28:28 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libcbor-xs-perl.

commit ac9cd9b9b12a464403b3af161cfbdcb06a194b22
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Mar 21 03:19:05 2016 +0000

    Add patch spelling-error-in-manpage
---
 debian/patches/series                    |  1 +
 debian/patches/spelling-error-in-manpage | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7ba8958
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage
diff --git a/debian/patches/spelling-error-in-manpage b/debian/patches/spelling-error-in-manpage
new file mode 100644
index 0000000..df5fa43
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage
@@ -0,0 +1,43 @@
+Description: Patch to correct spelling-error-in-manpage lintian warnings
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=113219
+Last-Update: 2016-03-21
+---
+--- a/XS.pm
++++ b/XS.pm
+@@ -263,7 +263,7 @@
+ 
+ If C<$enable> is false (the default), then C<decode> will blindly accept
+ UTF-8 data, marking them as valid UTF-8 in the resulting data structure
+-regardless of whether thats true or not.
++regardless of whether that's true or not.
+ 
+ Perl isn't too happy about corrupted UTF-8 in strings, but should
+ generally not crash or do similarly evil things. Extensions might be not
+@@ -806,7 +806,7 @@
+ =head2 ENFORCED TAGS
+ 
+ These tags are always handled when decoding, and their handling cannot be
+-overriden by the user.
++overridden by the user.
+ 
+ =over 4
+ 
+@@ -844,7 +844,7 @@
+ =item 22098 (indirection, L<http://cbor.schmorp.de/indirection>)
+ 
+ This tag is automatically generated when a reference are encountered (with
+-the exception of hash and array refernces). It is converted to a reference
++the exception of hash and array references). It is converted to a reference
+ when decoding.
+ 
+ =item 55799 (self-describe CBOR, RFC 7049)
+@@ -857,7 +857,7 @@
+ =head2 NON-ENFORCED TAGS
+ 
+ These tags have default filters provided when decoding. Their handling can
+-be overriden by changing the C<%CBOR::XS::FILTER> entry for the tag, or by
++be overridden by changing the C<%CBOR::XS::FILTER> entry for the tag, or by
+ providing a custom C<filter> callback when decoding.
+ 
+ When they result in decoding into a specific Perl class, the module

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



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