[libobject-remote-perl] 09/13: Create patch fixing spelling errors in manpages

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 18:45:10 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libobject-remote-perl.

commit b1fb56c904d9a111d709ffeda477f16e2c219a55
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jan 16 15:11:25 2016 -0200

    Create patch fixing spelling errors in manpages
---
 debian/changelog                                   |  1 +
 .../patches/fix-spelling-errors-in-manpage.patch   | 46 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 48 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 36bc1e3..605c1c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libobject-remote-perl (0.003006-1) UNRELEASED; urgency=medium
   * Update debian/* copyright
   * Update libmoo-perl version and libjson-pp-perl
   * Start short description with lower case
+  * Create patch fixing spelling errors in manpages
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 16 Jan 2016 14:41:46 -0200
 
diff --git a/debian/patches/fix-spelling-errors-in-manpage.patch b/debian/patches/fix-spelling-errors-in-manpage.patch
new file mode 100644
index 0000000..5753c69
--- /dev/null
+++ b/debian/patches/fix-spelling-errors-in-manpage.patch
@@ -0,0 +1,46 @@
+Description: Fix spelling errors in manpages
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-01-16
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111239
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111239
+
+--- a/lib/Object/Remote.pm
++++ b/lib/Object/Remote.pm
+@@ -155,7 +155,7 @@ this feature which is disabled by defaul
+ 
+ =item OBJECT_REMOTE_LOG_SELECTIONS
+ 
+-Space seperated list of class names to display logs for if logging output is enabled. Default
++Space separated list of class names to display logs for if logging output is enabled. Default
+ value is "Object::Remote::Logging" which selects all logs generated by Object::Remote.
+ See L<Object::Remote::Logging>.
+ 
+@@ -194,7 +194,7 @@ can.
+ =item High levels of load can starve timers of execution opportunities
+ 
+ These are issues that only become a problem at large scales. The end result of these two
+-issues is quite similiar: some remote objects may block while the local run loop is either busy
++issues is quite similar: some remote objects may block while the local run loop is either busy
+ servicing a different connection or is not executing because control has not yet been returned to
+ it. For the same reasons timers may not get an opportunity to execute in a timely way.
+ 
+@@ -210,7 +210,7 @@ Object::Remote itself so the C<Object::R
+ loop will periodically update the watch dog object on the remote Perl interpreter. If the
+ watch dog goes longer than the configured interval with out being updated then it will
+ terminate the Perl process. The watch dog will terminate the process even if a deadlock
+-condition has occured.
++condition has occurred.
+ 
+ =item Log forwarding at scale can starve timers of execution opportunities
+ 
+--- a/lib/Object/Remote/Logging.pm
++++ b/lib/Object/Remote/Logging.pm
+@@ -185,7 +185,7 @@ With out any additional configuration th
+ automatically be enabled via OBJECT_REMOTE_LOG_LEVEL and formated with
+ OBJECT_REMOTE_LOG_FORMAT but those additional log messages are not sent to STDERR.
+ By setting the OBJECT_REMOTE_LOG_SELECTIONS environment variable to a list of logging
+-package names seperated by spaces then logs generated using those packages
++package names separated by spaces then logs generated using those packages
+ will be sent to STDERR. If the asterisk character (*) is used in the place of a package
+ name then all package names will be selected by default instead of ignored. An individual
+ package name can be turned off by prefixing the name with a hypen character (-). This is
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7ed841a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors-in-manpage.patch

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



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