[librpc-xml-perl] 01/02: Add fix-spelling-error-in-manpage.patch patch
Salvatore Bonaccorso
carnil at debian.org
Wed May 11 05:21:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository librpc-xml-perl.
commit 72fdfb2f93295defb0554acd4c1390c30939582c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Wed May 11 07:20:01 2016 +0200
Add fix-spelling-error-in-manpage.patch patch
---
debian/patches/fix-spelling-error-in-manpage.patch | 59 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 60 insertions(+)
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..681bb25
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,59 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-05-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114315
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114315
+
+--- a/lib/RPC/XML/Client.pm
++++ b/lib/RPC/XML/Client.pm
+@@ -124,7 +124,7 @@ sub new
+
+ # Parameters to control the point at which messages are shunted to temp
+ # files due to size, and where to home the temp files. Start with a size
+- # threshhold of 1Meg and no specific dir (which will fall-through to the
++ # threshold of 1Meg and no specific dir (which will fall-through to the
+ # tmpdir() method of File::Spec).
+ $self->{__message_file_thresh} = $attrs{message_file_thresh} || 1_048_576;
+ $self->{__message_temp_dir} = $attrs{message_temp_dir} || q{};
+@@ -259,7 +259,7 @@ sub send_request ## no critic (ProhibitE
+ }
+
+ # Next step, determine our content's disposition. If it is above the
+- # threshhold for a requested file cut-off, send it to a temp file and use
++ # threshold for a requested file cut-off, send it to a temp file and use
+ # a closure on the request object to manage content.
+ if ($self->message_file_thresh and
+ $self->message_file_thresh <= $req->length)
+@@ -528,7 +528,7 @@ BEGIN
+ }
+ }
+
+-# Fetch/set the compression threshhold
++# Fetch/set the compression threshold
+ sub compress_thresh
+ {
+ my $self = shift;
+@@ -723,7 +723,7 @@ would be larger than this when stringifi
+ temporary file, and spooled from there instead. This is useful for cases in
+ which the request includes B<RPC::XML::base64> objects that are themselves
+ spooled from file-handles. This test is independent of compression, so even
+-if compression of a request would drop it below this threshhold, it will be
++if compression of a request would drop it below this threshold, it will be
+ spooled anyway. The file itself is created via File::Temp with UNLINK=>1,
+ so once it is freed the disk space is immediately freed.
+
+@@ -839,11 +839,11 @@ are not compressed by default.
+
+ If a client is communicating with a server that is known to support compressed
+ messages, this method can be used to tell the client object to compress any
+-outgoing messages that are longer than the threshhold setting in bytes.
++outgoing messages that are longer than the threshold setting in bytes.
+
+ =item compress_thresh([MIN_LIMIT])
+
+-With no arguments, returns the current compression threshhold; messages
++With no arguments, returns the current compression threshold; messages
+ smaller than this number of bytes will not be compressed, regardless of the
+ above method setting. If a number is passed, this is set to the new
+ lower-limit. The default value is 4096 (4k).
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librpc-xml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list