[liblog-contextual-perl] 09/10: New manpage-has-bad-whatis-entry.patch

Florian Schlichting fsfs at moszumanska.debian.org
Sun Feb 23 22:20:35 UTC 2014


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

fsfs pushed a commit to branch master
in repository liblog-contextual-perl.

commit 295039bcc251f8f063f7ee54f17b62e2b31f5e76
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Feb 23 23:05:32 2014 +0100

    New manpage-has-bad-whatis-entry.patch
---
 debian/patches/manpage-has-bad-whatis-entry.patch | 58 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 59 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..cdf45b1
--- /dev/null
+++ b/debian/patches/manpage-has-bad-whatis-entry.patch
@@ -0,0 +1,58 @@
+Description: Fix manpage-has-bad-whatis-entry lintian warning
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/frioux/Log-Contextual/pull/5/files
+
+--- a/lib/Log/Contextual/Role/Router/SetLogger.pm
++++ b/lib/Log/Contextual/Role/Router/SetLogger.pm
+@@ -1,5 +1,6 @@
+ package Log::Contextual::Role::Router::SetLogger;
+ $Log::Contextual::Role::Router::SetLogger::VERSION = '0.006003';
++# ABSTRACT: Abstract interface between loggers and logging code blocks
+ use Moo::Role;
+ 
+ requires 'set_logger';
+@@ -14,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-Log::Contextual::Role::Router::SetLogger
++Log::Contextual::Role::Router::SetLogger - Abstract interface between loggers and logging code blocks
+ 
+ =head1 VERSION
+ 
+--- a/lib/Log/Contextual/Role/Router/WithLogger.pm
++++ b/lib/Log/Contextual/Role/Router/WithLogger.pm
+@@ -1,5 +1,6 @@
+ package Log::Contextual::Role::Router::WithLogger;
+ $Log::Contextual::Role::Router::WithLogger::VERSION = '0.006003';
++# ABSTRACT: Abstract interface between loggers and logging code blocks
+ use Moo::Role;
+ 
+ requires 'with_logger';
+@@ -14,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-Log::Contextual::Role::Router::WithLogger
++Log::Contextual::Role::Router::WithLogger - Abstract interface between loggers and logging code blocks
+ 
+ =head1 VERSION
+ 
+--- a/lib/Log/Contextual/Router.pm
++++ b/lib/Log/Contextual/Router.pm
+@@ -1,5 +1,6 @@
+ package Log::Contextual::Router;
+ $Log::Contextual::Router::VERSION = '0.006003';
++# ABSTRACT: Route messages to loggers
+ use Moo;
+ use Scalar::Util 'blessed';
+ 
+@@ -149,7 +150,7 @@
+ 
+ =head1 NAME
+ 
+-Log::Contextual::Router
++Log::Contextual::Router - Route messages to loggers
+ 
+ =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/liblog-contextual-perl.git



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