[liburi-encode-perl] 08/09: Create patch fixing typo in manpage
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue May 3 03:20:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository liburi-encode-perl.
commit 8304ebd09a5f1bd201b3dff816878e0d6bffe9e7
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue May 3 00:10:12 2016 -0300
Create patch fixing typo in manpage
---
debian/changelog | 1 +
debian/patches/0001_fix-typo-in-manpage.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 284bdf4..172a412 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ liburi-encode-perl (1.1.0-1) UNRELEASED; urgency=medium
* bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.8
* debian/control: remove version of libmodule-build-perl, already satisfied
+ * Create patch fixing typo in manpage
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Mon, 02 May 2016 23:29:34 -0300
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..c8fbaaa
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-05-03
+Forwarded: https://github.com/mithun/perl-uri-encode/issues/4
+Bug: https://github.com/mithun/perl-uri-encode/issues/4
+
+--- a/lib/URI/Encode.pm
++++ b/lib/URI/Encode.pm
+@@ -273,7 +273,7 @@ encoded again. Defaults to true.
+
+ This method encodes the URL provided. The C<$url> provided is first
+ converted into UTF-8 before percent encoding. Options set in the
+-constructor, or defaults, can be overrided by passing them as the
++constructor, or defaults, can be overridden by passing them as the
+ (optional) second argument. Options passed must be a hashref.
+
+ $uri->encode("http://perl.com/foo bar");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liburi-encode-perl.git
More information about the Pkg-perl-cvs-commits
mailing list