[liblog-any-app-perl] 01/01: fixing some spelling-error-in-manpage warnings

Joenio Costa joenio-guest at alioth.debian.org
Sat Sep 7 15:17:05 UTC 2013


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

joenio-guest pushed a commit to branch master
in repository liblog-any-app-perl.

commit aaed4caceaa808e1191bb874705d26af27288287
Author: Joenio Costa <joenio at colivre.coop.br>
Date:   Sat Sep 7 12:15:26 2013 -0300

    fixing some spelling-error-in-manpage warnings
---
 debian/changelog                              |    3 --
 debian/patches/fix-spelling-errors-in-perldoc |   41 +++++++++++++++++++++++++
 debian/patches/series                         |    1 +
 3 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 55fb886..39700ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,6 @@ liblog-any-app-perl (0.07-1) UNRELEASED; urgency=low
   WAITS-FOR: liblog-log4perl-perl 1.36
   # only in experimental, version in unstable too old
 
-  TODO:
-  - lintian: several spelling-error-in-manpage warnings
-
   * Initial Release. (Closes: #721377)
 
  -- Joenio Costa <joenio at colivre.coop.br>  Thu, 29 Aug 2013 18:23:23 -0300
diff --git a/debian/patches/fix-spelling-errors-in-perldoc b/debian/patches/fix-spelling-errors-in-perldoc
new file mode 100644
index 0000000..cffbcac
--- /dev/null
+++ b/debian/patches/fix-spelling-errors-in-perldoc
@@ -0,0 +1,41 @@
+Description: lintian complains about some mispellings
+Forwarded: https://github.com/sharyanto/perl-Alt-Log-Any-App-FWR/issues/1
+
+--- a/lib/Log/Any/App.pm
++++ b/lib/Log/Any/App.pm
+@@ -1034,7 +1034,7 @@
+ 
+  use Log::Any::App '$log', -level => 'debug';
+ 
+-This is useful if you want a fixed level that cannot be overriden by other
++This is useful if you want a fixed level that cannot be overridden by other
+ mechanisms (since setting level using import argument has the highest priority).
+ But oftentimes what you want is changing level without modifying the script
+ itself. Thereby, just write:
+@@ -1106,7 +1106,7 @@
+      # and so on
+  }
+ 
+-If a per-output level is not specifed, it will default to the general log level.
++If a per-output level is not specified, it will default to the general log level.
+ 
+ =head2 Enabling/disabling output
+ 
+@@ -1118,7 +1118,7 @@
+ 
+  use Log::Any::App '$log', -screen => {level=>'off'};
+ 
+-and this won't allow the output to be reenabled from outside the script. However
++and this won't allow the output to be re-enabled from outside the script. However
+ if you do this:
+ 
+  use Log::Any::App;
+@@ -1768,7 +1768,7 @@
+ As I I<love> specifying log options from environment, I will make I<every>
+ init() options configurable from outside the script
+ (environment/command-line/control file). Of course, init() arguments still take
+-precedence for authors that do not want some/all options to be overriden from
++precedence for authors that do not want some/all options to be overridden from
+ outside.
+ 
+ =item * Reorganization of command-line/environment names
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4109401
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors-in-perldoc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-any-app-perl.git



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