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

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

commit c076043da5d03e43e524bc5d5755fd3e0cf1208d
Author: Lucas Kanashiro <kanash...@debian.org>
Date:   Sat Aug 27 23:50:22 2016 -0300

    Update patch fixing typos in manpage
---
 debian/changelog                                   |  1 +
 .../patches/fix-spelling-errors-in-manpage.patch   | 39 ++++++++++++++++++++--
 2 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9a6f99..b7be163 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libobject-remote-perl (0.004000-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.004000
   * Declare compliance with Debian policy 3.9.8
+  * Update patch fixing typos in manpage
 
  -- Lucas Kanashiro <kanash...@debian.org>  Sat, 27 Aug 2016 21:59:17 -0300
 
diff --git a/debian/patches/fix-spelling-errors-in-manpage.patch 
b/debian/patches/fix-spelling-errors-in-manpage.patch
index 5753c69..be80d34 100644
--- a/debian/patches/fix-spelling-errors-in-manpage.patch
+++ b/debian/patches/fix-spelling-errors-in-manpage.patch
@@ -6,6 +6,15 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=111239
 
 --- a/lib/Object/Remote.pm
 +++ b/lib/Object/Remote.pm
+@@ -139,7 +139,7 @@ is not set the path is 'perl'
+ =item OBJECT_REMOTE_LOG_LEVEL
+ 
+ Setting this environment variable will enable logging and send all log 
messages
+-at the specfied level or higher to STDERR. Valid level names are: trace debug
++at the specified level or higher to STDERR. Valid level names are: trace debug
+ verbose info warn error fatal
+ 
+ =item OBJECT_REMOTE_LOG_FORMAT
 @@ -155,7 +155,7 @@ this feature which is disabled by defaul
  
  =item OBJECT_REMOTE_LOG_SELECTIONS
@@ -35,12 +44,36 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=111239
  
 --- 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
+@@ -178,17 +178,17 @@ id and other metadata is available in th
+ be set via the OBJECT_REMOTE_LOG_FORMAT environment variable. The format 
string and
+ available metadata is documented in L<Object::Remote::Logging::Logger>. 
Setting this
+ environment variable on the local interpreter will cause it to be propagated 
to the
+-remote interpreter so all logs will be formated the same way.
++remote interpreter so all logs will be formatted the same way.
+ 
+ This system is designed so any module can create their own logging packages 
using it.
+ With out any additional configuration the consumers of this logging system 
will
+-automatically be enabled via OBJECT_REMOTE_LOG_LEVEL and formated with
++automatically be enabled via OBJECT_REMOTE_LOG_LEVEL and formatted 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
+-package name can be turned off by prefixing the name with a hypen character 
(-). This is
++package name can be turned off by prefixing the name with a hyphen character 
(-). This is
+ also a configuration item that is forwarded to the remote interpreters so all 
logging
+ is consistent.
+ 
+--- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm
++++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm
+@@ -292,7 +292,7 @@ and is configurable via arguments passed
+ 
+ =item perl_command
+ 
+-By default the Perl interpeter will be executed as "perl -" but this can be 
changed by
++By default the Perl interpreter will be executed as "perl -" but this can be 
changed by
+ providing an array reference as the value to the perl_command attribute 
during construction.
+ 
+ =item stderr

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libobject-remote-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