[librole-rest-client-perl] 05/06: Add manpage-has-bad-whatis-entry.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Nov 21 02:23:37 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository librole-rest-client-perl.

commit a8081af3c03b737405e41d62de63510753005fee
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Nov 21 01:42:09 2016 +0000

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

diff --git a/debian/patches/manpage-has-bad-whatis-entry.patch b/debian/patches/manpage-has-bad-whatis-entry.patch
new file mode 100644
index 0000000..7063a1b
--- /dev/null
+++ b/debian/patches/manpage-has-bad-whatis-entry.patch
@@ -0,0 +1,40 @@
+Description: Correct manpage-has-bad-whatis-entry warnings from lintian
+ These issues only seem to be present in the CPAN downloads. The duplicated
+ and incomplete name sections are not present in the upstream Github repo.
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118858
+Last-Update: 2016-11-21
+---
+--- a/lib/Role/REST/Client/Response.pm
++++ b/lib/Role/REST/Client/Response.pm
+@@ -36,7 +36,7 @@
+ 
+ =head1 NAME
+ 
+-Role::REST::Client::Response
++Role::REST::Client::Response - Response class for REST
+ 
+ =head1 VERSION
+ 
+@@ -51,10 +51,6 @@
+         data_callback => sub { sub { ... } },
+     );
+ 
+-=head1 NAME
+-
+-Role::REST::Client::Response - Response class for REST
+-
+ =head1 ATTRIBUTES
+ 
+ =head2 code
+--- a/lib/Role/REST/Client/Serializer.pm
++++ b/lib/Role/REST/Client/Serializer.pm
+@@ -91,7 +91,7 @@
+ 
+ =head1 NAME
+ 
+-Role::REST::Client::Serializer
++Role::REST::Client::Serializer - Serialization class for REST
+ 
+ =head1 VERSION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..065a8f5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-has-bad-whatis-entry.patch

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



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