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

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

commit 349b7ca95484c0c31e0c21c5a8a477ba82d88c81
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Oct 17 23:02:09 2015 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..e29743c
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-10-17
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107840
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107840
+
+--- a/lib/Event/RPC/Client.pm
++++ b/lib/Event/RPC/Client.pm
+@@ -786,7 +786,7 @@
+ The Storable module is known to be insecure, so it should
+ be taken as the last option only. By default the Client
+ would do so. You can prevent that by setting this option
+-explicitely to 0. It's enabled by default. Most likely
++explicitly to 0. It's enabled by default. Most likely
+ the connection will fail in that case, because the server
+ only will offer Storable if no other serialiser is available.
+ 
+--- a/lib/Event/RPC/Server.pm
++++ b/lib/Event/RPC/Server.pm
+@@ -201,7 +201,7 @@
+     }
+ 
+     #-- By default we probe all supported formats, but
+-    #-- not Storable. User has to activate this explicitely.
++    #-- not Storable. User has to activate this explicitly.
+     if ( not $insecure_msg_fmt_ok ) {
+         delete $probe_formats{STOR};
+     }
+@@ -898,7 +898,7 @@
+ The Storable module is known to be insecure. But for
+ backward compatibility reasons Event::RPC::Server accepts
+ clients which can't offer anything but Storable. You can
+-prevent that by setting this option explicitely to 0. It's
++prevent that by setting this option explicitly to 0. It's
+ enabled by default.
+ 
+ =back

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to