[libevent-rpc-perl] 03/04: Remove patches now included in upstream

Xavier Guimard xguimard-guest at moszumanska.debian.org
Thu Feb 20 05:36:50 UTC 2014


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

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

commit 29661bcc036bcc6947cbeeb98da36c04229947a5
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Feb 20 06:35:17 2014 +0100

    Remove patches now included in upstream
---
 .../fix-manpage-has-errors-from-pod2man.patch      | 128 ---------------------
 debian/patches/fix_pod_errors.patch                |  18 ---
 debian/patches/fix_pod_spelling.patch              |  40 -------
 debian/patches/series                              |   3 -
 4 files changed, 189 deletions(-)

diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
deleted file mode 100644
index 9ea8847..0000000
--- a/debian/patches/fix-manpage-has-errors-from-pod2man.patch
+++ /dev/null
@@ -1,128 +0,0 @@
-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/fix_pod_errors.patch b/debian/patches/fix_pod_errors.patch
deleted file mode 100644
index 3c4f8b6..0000000
--- a/debian/patches/fix_pod_errors.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Rene Mayorga <rmayorga at debian.org.sv>
-Description: Fix POD syntax error
-Bug: https://rt.cpan.org/Ticket/Display.html?id=83827
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=83827
-Reviewed-By: Xavier Guimard <x.guimard at free.fr
-Last-Update: 2013-03-08
-
---- libevent-rpc-perl.orig/lib/Event/RPC/Server.pm
-+++ libevent-rpc-perl/lib/Event/RPC/Server.pm
-@@ -780,6 +780,8 @@
- a string containing either "connect" or "disconnect" depending
- what's currently happening with this connection.
- 
-+=back
-+
- =head1 METHODS
- 
- The following methods are publically available:
diff --git a/debian/patches/fix_pod_spelling.patch b/debian/patches/fix_pod_spelling.patch
deleted file mode 100644
index 6851d09..0000000
--- a/debian/patches/fix_pod_spelling.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: Fix spelling and wording issues in POD documentation
-Author: Russ Allbery <rra at debian.org>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=83826
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=83826
-Reviewed-By: Xavier Guimard <x.guimard at free.fr
-Last-Update: 2013-03-08
-
---- a/lib/Event/RPC/Client.pm
-+++ b/lib/Event/RPC/Client.pm
-@@ -473,8 +473,8 @@
- 
-   $rpc_client->connect;
-   
--  #-- And now use classes and methods the server
--  #-- allows to access via RPC, here My::TestModule
-+  #-- And now use classes and methods to which the
-+  #-- server allows access via RPC, here My::TestModule
-   #-- from the Event::RPC::Server manpage SYNPOSIS.
-   my $obj = My::TestModule->new( data => "foobar" );
-   print "obj says hello: ".$obj->hello."\n";
---- a/lib/Event/RPC/Server.pm
-+++ b/lib/Event/RPC/Server.pm
-@@ -514,7 +514,7 @@
-     ...
-   },
- 
--Each class which should be accessable for clients needs to
-+Each class which should be accessible for clients needs to
- be listed here at the first level, assigned a hash of methods
- allowed to be called. Event::RPC disuinguishes three types
- of methods by classifying their return value:
-@@ -756,7 +756,7 @@ and manage the main loop stuff on your o
- 
- By default the network listeners are bound to all interfaces
- in the system. Use the host option to bind to a specific
--interface, e.g. "localhost" if you efficently want to prevent
-+interface, e.g. "localhost" if you efficiently want to prevent
- network clients from accessing your server.
- 
- =item B<load_modules>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad3c76d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-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