[liblwp-authen-oauth2-perl] 02/03: Remove patches applied upstream
Nick Morrott
nickm-guest at moszumanska.debian.org
Thu Jul 21 18:47:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository liblwp-authen-oauth2-perl.
commit 5b9a941893f8fdaaf48750b64aa538d3af5074da
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Thu Jul 21 19:31:32 2016 +0100
Remove patches applied upstream
---
debian/patches/01-spelling-error-in-manpage.patch | 58 ----------------------
.../patches/02-manpage-has-bad-whatis-entry.patch | 28 -----------
debian/patches/series | 2 -
3 files changed, 88 deletions(-)
diff --git a/debian/patches/01-spelling-error-in-manpage.patch b/debian/patches/01-spelling-error-in-manpage.patch
deleted file mode 100644
index 42999c8..0000000
--- a/debian/patches/01-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Description: Correct spelling errors detected by lintian
-Author: Nick Morrott <knowledgejunkie at gmail.com>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=115463
-Last-Update: 2016-06-19
----
---- a/lib/LWP/Authen/OAuth2.pm
-+++ b/lib/LWP/Authen/OAuth2.pm
-@@ -333,7 +333,7 @@
-
- =head1 SYNOPSIS
-
--OAuth 2 is a protocol that let's a I<user> tell a I<service provider> that a
-+OAuth 2 is a protocol that lets a I<user> tell a I<service provider> that a
- I<consumer> has permission to use the I<service provider>'s APIs to do things
- that require access to the I<user>'s account. This module tries to make life
- easier for someone who wants to write a I<consumer> in Perl.
---- a/lib/LWP/Authen/OAuth2/Overview.pod
-+++ b/lib/LWP/Authen/OAuth2/Overview.pod
-@@ -123,7 +123,7 @@
- information for the I<user>. You need to be able to securely store and
- access these.
-
--L<LWP::Authen::OAuth2> does not adress this, beyond providing hooks that you
-+L<LWP::Authen::OAuth2> does not address this, beyond providing hooks that you
- are free to use as you see fit.
-
- =item Build interaction asking for I<user> permission
-@@ -144,7 +144,7 @@
- (they know your I<client_id>, your I<redirect_uri> makes sense to them) then
- they will be sent to the I<redirect_uri> to pass information back to you.
-
--If you succeeded, you will receieve a I<code> in some way. For instance if
-+If you succeeded, you will receive a I<code> in some way. For instance if
- your I<redirect_uri> is a URL, it will have a get parameter named C<code>.
-
- You could get an C<error> parameter back instead. See
---- a/lib/LWP/Authen/OAuth2/ServiceProvider.pm
-+++ b/lib/LWP/Authen/OAuth2/ServiceProvider.pm
-@@ -509,7 +509,7 @@
-
- This method receives your class name and the passed in C<client_type>.
- It is supposed to make sure that the class that handles that
--C<client_type> is loaded, and then return it. This let's you handle service
-+C<client_type> is loaded, and then return it. This lets you handle service
- providers with different behavior for different types of clients.
-
- The base implementation just returns your class name.
---- a/lib/LWP/Authen/OAuth2/ServiceProvider/Strava.pm
-+++ b/lib/LWP/Authen/OAuth2/ServiceProvider/Strava.pm
-@@ -59,7 +59,7 @@
- need to be an C<https://...> URL under your control. (Though you can set
- 127.0.0.1 if you are using this in a script).
-
--All the standard LWP::Useragent methods are availble, but it will also
-+All the standard LWP::Useragent methods are available, but it will also
- take a Request Object if you need something more. (LWP::Authen:OAuth2 contains
- all the relevant doco).
-
diff --git a/debian/patches/02-manpage-has-bad-whatis-entry.patch b/debian/patches/02-manpage-has-bad-whatis-entry.patch
deleted file mode 100644
index 3da5a82..0000000
--- a/debian/patches/02-manpage-has-bad-whatis-entry.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Add NAME sections to modules without them (lintian)
-Author: Nick Morrott <knowledgejunkie at gmail.com>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=115464
-Last-Update: 2016-06-19
----
---- a/lib/LWP/Authen/OAuth2/Overview.pod
-+++ b/lib/LWP/Authen/OAuth2/Overview.pod
-@@ -1,3 +1,7 @@
-+=head1 NAME
-+
-+LWP::Authen::OAuth2::Overview - Overview of accessing OAuth2 APIs with LWP::Authen::OAuth2
-+
- =head1 Introduction
-
- This attempts to be the document that I wished existed when I first tried to
---- a/lib/LWP/Authen/OAuth2/ServiceProvider/Dwolla.pm
-+++ b/lib/LWP/Authen/OAuth2/ServiceProvider/Dwolla.pm
-@@ -35,6 +35,10 @@
- return { 'Content-Type' => 'application/vnd.dwolla.v1.hal+json', 'Accept' => 'application/vnd.dwolla.v1.hal+json' };
- }
-
-+=head1 NAME
-+
-+LWP::Authen::OAuth2::ServiceProvider::Dwolla - Access Dwolla OAuth2 APIs
-+
- =head1 AUTHOR
-
- Adi Fairbank, C<< <https://github.com/adifairbank> >>
diff --git a/debian/patches/series b/debian/patches/series
index 0313cc7..a87dee9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-01-spelling-error-in-manpage.patch
-02-manpage-has-bad-whatis-entry.patch
03-remove-mozilla-ca-from-makefile.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblwp-authen-oauth2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list