[liburi-perl] 07/08: Add patch fixing spelling error in POD

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 6 15:27:24 UTC 2017


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

kanashiro pushed a commit to branch master
in repository liburi-perl.

commit 39963a18e6ddb13429575a9c39122e22fc1383ed
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sun Aug 6 12:16:34 2017 -0300

    Add patch fixing spelling error in POD
---
 debian/changelog                        |  1 +
 debian/patches/fix-spelling-error.patch | 15 +++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 357b7a7..4d1bce4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ liburi-perl (1.72-1) UNRELEASED; urgency=medium
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
   * debian/control: update build dependencies
+  * Add patch fixing spelling error in POD
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Sun, 06 Aug 2017 11:51:46 -0300
 
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
new file mode 100644
index 0000000..c05e567
--- /dev/null
+++ b/debian/patches/fix-spelling-error.patch
@@ -0,0 +1,15 @@
+Description: fix spelling error in POD
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2017-08-06
+
+--- a/lib/URI/Escape.pm
++++ b/lib/URI/Escape.pm
+@@ -109,7 +109,7 @@ cleaner and is a few characters less to
+ 
+ In a simple benchmark test I did,
+ calling the function (instead of the inline RE above) if a few chars
+-were unescaped was something like 40% slower, and something like 700% slower if none were.  If
++were unescaped was something like 40% slower, and something like 700% slower if none was.  If
+ you are going to unescape a lot of times it might be a good idea to
+ inline the RE.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2475b92
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error.patch

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



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