[libjson-perl] 04/10: Drop wording.patch, applied upstream.

gregor herrmann gregoa at debian.org
Sat Jun 24 20:13:55 UTC 2017


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

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

commit 939bb4b641f1d8002b1b2819fa350201e40eb144
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 22:05:26 2017 +0200

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

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fa8b5d6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
deleted file mode 100644
index 6c0943b..0000000
--- a/debian/patches/wording.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: fix expression "allow to" in documentation
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105735
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105735
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-08-28
-Applied-Upstream: https://github.com/makamaka/JSON/commit/c77b6d02fb17b853ba7707d775c8f0f50c9f43d5
-
---- a/README
-+++ b/README
-@@ -1071,7 +1071,7 @@
-         $json = $json->loose([$enable])
- 
-     The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON
--    strings and the module doesn't allow to "decode" to these (except for
-+    strings and the module doesn't allow one to "decode" to these (except for
-     \x2f). If $enable is true (or missing), then "decode" will accept these
-     unescaped strings.
- 
---- a/lib/JSON.pm
-+++ b/lib/JSON.pm
-@@ -1718,7 +1718,7 @@
-     $json = $json->loose([$enable])
- 
- The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
--and the module doesn't allow to C<decode> to these (except for \x2f).
-+and the module doesn't allow one to C<decode> to these (except for \x2f).
- If C<$enable> is true (or missing), then C<decode>  will accept these
- unescaped strings.
- 
---- a/lib/JSON/backportPP.pm
-+++ b/lib/JSON/backportPP.pm
-@@ -2446,7 +2446,7 @@
-     $json = $json->loose([$enable])
- 
- The unescaped [\x00-\x1f\x22\x2f\x5c] strings are invalid in JSON strings
--and the module doesn't allow to C<decode> to these (except for \x2f).
-+and the module doesn't allow one to C<decode> to these (except for \x2f).
- If C<$enable> is true (or missing), then C<decode>  will accept these
- unescaped strings.
- 

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



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