[libjson-xs-perl] 04/07: Add patch to fix spelling typo

Nuno Carvalho smash at cpan.org
Tue Sep 20 11:20:43 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository libjson-xs-perl.

commit 1c7915a59647a0c82738efa0814223f8788c14fe
Author: Nuno Carvalho <smash at cpan.org>
Date:   Tue Sep 20 12:03:46 2016 +0100

    Add patch to fix spelling typo
---
 debian/changelog                  |  1 +
 debian/patches/fix-spelling.patch | 18 ++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 02d33fb..e99cefd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libjson-xs-perl (3.020-1) UNRELEASED; urgency=medium
   [ Nuno Carvalho ]
   * debian/rules: add hardening options.
   * debian/control: add new dependency libcanary-stability-perl to D-B-I.
+  * Add fix-spelling.patch to fix typo in documentation.
 
  -- Nuno Carvalho <smash at cpan.org>  Tue, 20 Sep 2016 10:46:29 +0100
 
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..763c80e
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,18 @@
+Description: fix spelling
+Origin: vendor
+Author: Nuno Carvalho <smash at cpan.org>
+Last-Update: 2016-09-20
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117976
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117976
+
+--- a/XS.pm
++++ b/XS.pm
+@@ -1610,7 +1610,7 @@
+ 
+ C<JSON::XS> uses the L<Types::Serialiser> module to provide boolean
+ constants. That means that the JSON true and false values will be
+-comaptible to true and false values of iother modules that do the same,
++compatible to true and false values of iother modules that do the same,
+ such as L<JSON::PP> and L<CBOR::XS>.
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch

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



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