[liblog-log4perl-perl] 01/03: Drop git-debcherry framework as per decision of the pkg-perl BoF at DebConf17.
Salvatore Bonaccorso
carnil at debian.org
Fri Nov 24 12:03:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch stretch
in repository liblog-log4perl-perl.
commit 9f76d8fd396f1936f6a09072a689488464fef945
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Sep 22 20:06:10 2017 +0200
Drop git-debcherry framework as per decision of the pkg-perl BoF at DebConf17.
Unapply patches
Gbp-Dch: Ignore
---
Changes | 4 ++--
eg/benchmarks/simple | 2 +-
eg/newsyslog-test | 2 +-
lib/Log/Log4perl.pm | 4 ++--
lib/Log/Log4perl/Appender/Limit.pm | 2 +-
lib/Log/Log4perl/Config/Watch.pm | 2 +-
lib/Log/Log4perl/Layout/PatternLayout.pm | 2 +-
lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm | 2 +-
t/026FileApp.t | 2 +-
t/027Watch4.t | 2 +-
t/028Additivity.t | 2 +-
11 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Changes b/Changes
index e7828b3..1c14865 100644
--- a/Changes
+++ b/Changes
@@ -798,7 +798,7 @@
still be called __ANON__, but this can be overridden by
defining
local *__ANON__ = "subroutine_name";
- in them explicitly (thanks, Perlmonks :).
+ in them explicitely (thanks, Perlmonks :).
0.41 (12/12/2003)
* (ms) Applied documentation update for Synchronized appender, suggested
@@ -857,7 +857,7 @@
* (ms) Matthew Keene <mkeene at netspace.net.au> suggested to have
an accessor for all appenders currently defined -- added
appenders() method
- * (ms) Test case 041SafeEval.t didn't share $0 explicitly and
+ * (ms) Test case 041SafeEval.t didn't share $0 explicitely and
created some warnings, fixed that with (jf)'s help.
* (ms) Added performance improvements suggested by
Kyle R. Burton <mortis at voicenet.com>. is_debug/is_info/etc.
diff --git a/eg/benchmarks/simple b/eg/benchmarks/simple
index e24da07..9558efc 100755
--- a/eg/benchmarks/simple
+++ b/eg/benchmarks/simple
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/local/bin/perl -w
###########################################
# Log4perl Benchmarks
# Mike Schilli, 2008 (m at perlmeister.com)
diff --git a/eg/newsyslog-test b/eg/newsyslog-test
index 9b907f8..466c897 100755
--- a/eg/newsyslog-test
+++ b/eg/newsyslog-test
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/local/bin/perl -w
###########################################
# newsyslog-test
# Mike Schilli, 200t (m at perlmeister.com)
diff --git a/lib/Log/Log4perl.pm b/lib/Log/Log4perl.pm
index 8c16566..091086a 100644
--- a/lib/Log/Log4perl.pm
+++ b/lib/Log/Log4perl.pm
@@ -2250,7 +2250,7 @@ C<die()> (including the traditional output to STDERR) in any case afterwards.
See L<"Log and die or warn"> for the similar C<logdie()> and C<logwarn()>
functions of regular (i.e non-stealth) loggers.
-Similarly, C<LOGCARP()>, C<LOGCLUCK()>, C<LOGCROAK()>, and C<LOGCONFESS()>
+Similarily, C<LOGCARP()>, C<LOGCLUCK()>, C<LOGCROAK()>, and C<LOGCONFESS()>
are provided in C<:easy> mode, facilitating the use of C<logcarp()>,
C<logcluck()>, C<logcroak()>, and C<logconfess()> with stealth loggers.
@@ -2762,7 +2762,7 @@ would even play along in the Log::Log4perl framework.
A call to C<Log::Log4perl-E<gt>infiltrate_lwp()> does exactly this.
In a very rude way, it pulls the rug from under LWP::UserAgent and transforms
its C<debug/conn> messages into C<debug()> calls of loggers of the category
-C<"LWP::UserAgent">. Similarly, C<LWP::UserAgent>'s C<trace> messages
+C<"LWP::UserAgent">. Similarily, C<LWP::UserAgent>'s C<trace> messages
are turned into C<Log::Log4perl>'s C<info()> method calls. Note that this
only works for LWP::UserAgent versions E<lt> 5.822, because this (and
probably later) versions miss debugging functions entirely.
diff --git a/lib/Log/Log4perl/Appender/Limit.pm b/lib/Log/Log4perl/Appender/Limit.pm
index 2f5c8a6..8c55907 100644
--- a/lib/Log/Log4perl/Appender/Limit.pm
+++ b/lib/Log/Log4perl/Appender/Limit.pm
@@ -221,7 +221,7 @@ __END__
WARN("This message will be sent immediately.");
WARN("This message will be delayed by one hour.");
sleep(3601);
- WARN("This message plus the last one will be sent now, separately.");
+ WARN("This message plus the last one will be sent now, seperately.");
=head1 DESCRIPTION
diff --git a/lib/Log/Log4perl/Config/Watch.pm b/lib/Log/Log4perl/Config/Watch.pm
index c69cce5..0537018 100644
--- a/lib/Log/Log4perl/Config/Watch.pm
+++ b/lib/Log/Log4perl/Config/Watch.pm
@@ -317,7 +317,7 @@ been replaced by a new file in the meantime.
}
The parameters C<check_interval> and C<signal> limit the number of physical
-file system checks, similarly as with C<change_detected()>.
+file system checks, similarily as with C<change_detected()>.
=head1 LICENSE
diff --git a/lib/Log/Log4perl/Layout/PatternLayout.pm b/lib/Log/Log4perl/Layout/PatternLayout.pm
index f0d5da1..b9c5c4f 100644
--- a/lib/Log/Log4perl/Layout/PatternLayout.pm
+++ b/lib/Log/Log4perl/Layout/PatternLayout.pm
@@ -611,7 +611,7 @@ just like in I<printf>:
Some placeholders have special functions defined if you add curlies
with content after them:
- %c{1} Just show the right-most category component, useful in large
+ %c{1} Just show the right-most category compontent, useful in large
class hierarchies (Foo::Baz::Bar -> Bar)
%c{2} Just show the two right most category components
(Foo::Baz::Bar -> Baz::Bar)
diff --git a/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm b/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
index daa04f1..7f8ca16 100755
--- a/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
+++ b/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
@@ -30,7 +30,7 @@ __END__
=head1 NAME
-Log::Log4perl::Layout::PatternLayout::Multiline - Multiline Pattern Layout
+ Log::Log4perl::Layout::PatternLayout::Multiline
=head1 SYNOPSIS
diff --git a/t/026FileApp.t b/t/026FileApp.t
index 4ba179d..7ec794b 100644
--- a/t/026FileApp.t
+++ b/t/026FileApp.t
@@ -72,7 +72,7 @@ close FILE;
####################################################
# Append to a log file without specifying append mode
-# explicitly
+# explicitely
####################################################
my $data = <<EOT;
log4j.category = INFO, FileAppndr
diff --git a/t/027Watch4.t b/t/027Watch4.t
index 0287510..6f61097 100755
--- a/t/027Watch4.t
+++ b/t/027Watch4.t
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/local/bin/perl -w
BEGIN {
if($ENV{INTERNAL_DEBUG}) {
diff --git a/t/028Additivity.t b/t/028Additivity.t
index 7dbbff1..118d09a 100644
--- a/t/028Additivity.t
+++ b/t/028Additivity.t
@@ -72,7 +72,7 @@ ok($buf2, "INFO - Percolate this!\n");
Log::Log4perl::Appender::TestBuffer->reset();
######################################################################
-# Define the root logger and another logger, additivity on explicitly
+# Define the root logger and another logger, additivity on explicitely
######################################################################
Log::Log4perl->init(\<<'EOT');
log4perl.logger = INFO, A1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-log4perl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list