[SCM] Debian packaging of libevent-rpc-perl branch, master, updated. a22e496e5ed6df36aed0c0606b906ddfb5547d54

Xavier Guimard x.guimard at free.fr
Fri Mar 8 10:57:01 UTC 2013


The following commit has been merged in the master branch:
commit 15841e6454e3021acfc83cafdcc05745c18d0f34
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Mar 8 11:47:19 2013 +0100

    Update and report patches

diff --git a/debian/patches/fix_pod_errors.patch b/debian/patches/fix_pod_errors.patch
index e08ea0d..3c4f8b6 100644
--- a/debian/patches/fix_pod_errors.patch
+++ b/debian/patches/fix_pod_errors.patch
@@ -1,9 +1,13 @@
 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
-@@ -778,6 +778,8 @@
+@@ -780,6 +780,8 @@
  a string containing either "connect" or "disconnect" depending
  what's currently happening with this connection.
  
diff --git a/debian/patches/fix_pod_spelling.patch b/debian/patches/fix_pod_spelling.patch
index e793efc..6851d09 100644
--- a/debian/patches/fix_pod_spelling.patch
+++ b/debian/patches/fix_pod_spelling.patch
@@ -1,9 +1,13 @@
-Author: Russ Allbery <rra at debian.org>
 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
 
---- libevent-rpc-perl.orig/lib/Event/RPC/Client.pm
-+++ libevent-rpc-perl/lib/Event/RPC/Client.pm
-@@ -450,8 +450,8 @@
+--- a/lib/Event/RPC/Client.pm
++++ b/lib/Event/RPC/Client.pm
+@@ -473,8 +473,8 @@
  
    $rpc_client->connect;
    
@@ -14,9 +18,9 @@ Description: Fix spelling and wording issues in POD documentation
    #-- from the Event::RPC::Server manpage SYNPOSIS.
    my $obj = My::TestModule->new( data => "foobar" );
    print "obj says hello: ".$obj->hello."\n";
---- libevent-rpc-perl.orig/lib/Event/RPC/Server.pm
-+++ libevent-rpc-perl/lib/Event/RPC/Server.pm
-@@ -513,7 +513,7 @@
+--- a/lib/Event/RPC/Server.pm
++++ b/lib/Event/RPC/Server.pm
+@@ -514,7 +514,7 @@
      ...
    },
  
@@ -25,3 +29,12 @@ Description: Fix spelling and wording issues in POD documentation
  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>

-- 
Debian packaging of libevent-rpc-perl



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