[SCM] Debian packaging of Apache::LogFormat::Compiler branch, master, updated. debian/0.12-1-5-g4a8cf06

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri May 24 09:04:01 UTC 2013


The following commit has been merged in the master branch:
commit c4fb7b4a9fb7773bd01412616b2a578e535c0ae6
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri May 24 08:02:33 2013 +0000

    drop patches, both were applied upstream

diff --git a/debian/patches/manpage-has-errors-from-man.patch b/debian/patches/manpage-has-errors-from-man.patch
deleted file mode 100644
index c3a6528..0000000
--- a/debian/patches/manpage-has-errors-from-man.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: add whitespace so long line can be wrapped
-Author: Florian Schlichting <fsfs at debian.org>
-Forwarded: https://github.com/fschlich/Apache-LogFormat-Compiler/commit/8c174a084ace01fd33c00c1a0769b47086d1d474
-
---- a/lib/Apache/LogFormat/Compiler.pm
-+++ b/lib/Apache/LogFormat/Compiler.pm
-@@ -236,7 +236,7 @@
-    %{header-name}o      header-name header in the response
-    %{time-format]t      localtime in the specified strftime format
- 
--=item log_line($env:HashRef,$res:ArrayRef,$length:Integer,$reqtime:Integer,$time:Integer): $log:String
-+=item log_line($env:HashRef, $res:ArrayRef, $length:Integer, $reqtime:Integer, $time:Integer): $log:String
- 
- Generates log line.
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cf9a37b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-manpage-has-errors-from-man.patch
-spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
deleted file mode 100644
index 98743f1..0000000
--- a/debian/patches/spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: fix a spelling error and some grammar
-Author: Florian Schlichting <fsfs at debian.org>
-Forwarded: https://github.com/fschlich/Apache-LogFormat-Compiler/commit/166b8bf9a373b6b234ee2de6d75ac1075160a727
-
---- a/lib/Apache/LogFormat/Compiler.pm
-+++ b/lib/Apache/LogFormat/Compiler.pm
-@@ -198,7 +198,7 @@
- 
- =head1 DESCRIPTION
- 
--Compile a log format string to perl-code. For faster generating access_log line.
-+Compile a log format string to perl-code. For faster generation of access_log lines.
- 
- =head1 METHOD
- 
-@@ -274,7 +274,7 @@
- 
- =head1 ADD CUSTOM FORMAT STRING
- 
--Apache::LogFormat::Compiler allows to add custom format string
-+Apache::LogFormat::Compiler allows one to add a custom format string
- 
-   my $log_handler = Apache::LogFormat::Compiler->new(
-       '%z %{HTTP_X_FORWARDED_FOR|REMOTE_ADDR}Z',
-@@ -294,10 +294,10 @@
-       },
-   );
- 
--Any single letter can be used other than Apache::LogFormat::Compiler used.
--Your sub is called with two or three arguments the content inside the C<{}> 
--from the format (block_handlers only), PSGI environment (C<$env>), 
--and ArrayRef of the response. It should return the string to be logged
-+Any single letter can be used other than those already defined by Apache::LogFormat::Compiler.
-+Your sub is called with two or three arguments: the content inside the C<{}> 
-+from the format (block_handlers only), the PSGI environment (C<$env>), 
-+and the ArrayRef of the response. It should return the string to be logged.
- 
- =head1 AUTHOR
- 

-- 
Debian packaging of Apache::LogFormat::Compiler



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