[liblwp-authen-oauth2-perl] 06/08: Add 02-manpage-has-bad-whatis-entry.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 19 20:21:19 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 6963ac0d508b5692495b118aa533274948f291a1
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Jun 19 20:29:45 2016 +0100

    Add 02-manpage-has-bad-whatis-entry.patch
---
 .../patches/02-manpage-has-bad-whatis-entry.patch  | 28 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/02-manpage-has-bad-whatis-entry.patch b/debian/patches/02-manpage-has-bad-whatis-entry.patch
new file mode 100644
index 0000000..3da5a82
--- /dev/null
+++ b/debian/patches/02-manpage-has-bad-whatis-entry.patch
@@ -0,0 +1,28 @@
+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 91842c8..145012b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-spelling-error-in-manpage.patch
+02-manpage-has-bad-whatis-entry.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