[libevent-rpc-perl] 04/05: Add fix-manpage-has-errors-from-pod2man.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun Jan 26 20:17:31 UTC 2014


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

carnil pushed a commit to branch master
in repository libevent-rpc-perl.

commit a8fafa85e7b77e0b000e34d1a19d7664f2fccaf4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jan 26 21:10:28 2014 +0100

    Add fix-manpage-has-errors-from-pod2man.patch patch
    
    Fixes manpage errors from pod2man reported by lintian.
---
 .../fix-manpage-has-errors-from-pod2man.patch      | 128 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 2 files changed, 129 insertions(+)

diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..9ea8847
--- /dev/null
+++ b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,128 @@
+Description: Fix manpage errors from pod2man
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92485
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=92485
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2014-01-26
+
+--- a/lib/Event/RPC.pm
++++ b/lib/Event/RPC.pm
+@@ -11,6 +11,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC - Event based transparent Client/Server RPC framework
+--- a/lib/Event/RPC/Client.pm
++++ b/lib/Event/RPC/Client.pm
+@@ -437,6 +437,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Client - Client API to connect to Event::RPC Servers
+--- a/lib/Event/RPC/Connection.pm
++++ b/lib/Event/RPC/Connection.pm
+@@ -560,6 +560,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Connection - Represents a RPC connection
+--- a/lib/Event/RPC/LogConnection.pm
++++ b/lib/Event/RPC/LogConnection.pm
+@@ -70,6 +70,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::LogConnection - Represents a logging connection
+--- a/lib/Event/RPC/Logger.pm
++++ b/lib/Event/RPC/Logger.pm
+@@ -125,6 +125,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Logger - Logging facility for Event::RPC
+--- a/lib/Event/RPC/Loop.pm
++++ b/lib/Event/RPC/Loop.pm
+@@ -19,6 +19,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Loop - Mainloop Abstraction layer for Event::RPC
+--- a/lib/Event/RPC/Loop/AnyEvent.pm
++++ b/lib/Event/RPC/Loop/AnyEvent.pm
+@@ -96,6 +96,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Loop::AnyEvent - AnyEvent mainloop for Event::RPC
+--- a/lib/Event/RPC/Loop/Event.pm
++++ b/lib/Event/RPC/Loop/Event.pm
+@@ -84,6 +84,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Loop::Event - Event mainloop for Event::RPC
+--- a/lib/Event/RPC/Loop/Glib.pm
++++ b/lib/Event/RPC/Loop/Glib.pm
+@@ -101,6 +101,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Loop::Glib - Glib mainloop for Event::RPC
+--- a/lib/Event/RPC/Message.pm
++++ b/lib/Event/RPC/Message.pm
+@@ -161,6 +161,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Message - Implementation of Event::RPC network protocol
+--- a/lib/Event/RPC/Server.pm
++++ b/lib/Event/RPC/Server.pm
+@@ -412,6 +412,8 @@
+ 
+ __END__
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Event::RPC::Server - Simple API for event driven RPC servers
diff --git a/debian/patches/series b/debian/patches/series
index d036c26..ad3c76d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_pod_errors.patch
 fix_pod_spelling.patch
+fix-manpage-has-errors-from-pod2man.patch

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



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