[libnet-oauth2-perl] 07/08: Create patch to fix spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Jan 21 02:24:26 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libnet-oauth2-perl.

commit 4c62a3ddfdd793af94fee0ffd4392ff682ff475d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Jan 21 00:16:20 2016 -0200

    Create patch to fix spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix-spelling-error-in-manpage.patch | 17 +++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e11e0ec..c45e517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libnet-oauth2-perl (0.63-1) UNRELEASED; urgency=medium
   * Update year of upstream copyright
   * Add email of upstream contact in d/u/metadata
   * Update packaging copyright
+  * Create patch to fix spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 20 Jan 2016 23:59:07 -0200
 
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..0d13509
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-01-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111342
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111342
+
+--- a/lib/Net/OAuth2/AccessToken.pod
++++ b/lib/Net/OAuth2/AccessToken.pod
+@@ -69,7 +69,7 @@ Refresh the token when expired.
+ 
+ =item error => STRING
+ 
+-Set when an error has occured, the token is not valid.  This is not
++Set when an error has occurred, the token is not valid.  This is not
+ numerical.
+ 
+ =item error_description => STRING
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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



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