[SCM] Debian packaging of libnet-server-perl branch, master, updated. debian/0.99-4-20-gc36b9a6

intrigeri intrigeri at boum.org
Thu Jun 14 20:04:41 UTC 2012


The following commit has been merged in the master branch:
commit 50e3d3047ad02b5b72a24ef108ae3be1f4e91091
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Jun 14 11:49:03 2012 +0200

    Refresh 0001-Fix-spelling-errors-in-POD.patch.

diff --git a/debian/patches/0001-Fix-spelling-errors-in-POD.patch b/debian/patches/0001-Fix-spelling-errors-in-POD.patch
index 9bf4e4d..149b6c9 100644
--- a/debian/patches/0001-Fix-spelling-errors-in-POD.patch
+++ b/debian/patches/0001-Fix-spelling-errors-in-POD.patch
@@ -2,37 +2,40 @@ Description: fix spelling errors in POD
 Origin: vendor
 Forwarded: no
 Author: intrigeri <intrigeri at debian.org>
-Last-Update: 2012-05-06
+Last-Update: 2012-06-14
 
 ---
  lib/Net/Server.pod              |    6 +++---
  lib/Net/Server/Fork.pm          |    2 +-
+ lib/Net/Server/HTTP.pm          |    4 ++--
  lib/Net/Server/Multiplex.pm     |    4 ++--
  lib/Net/Server/PreForkSimple.pm |    2 +-
  lib/Net/Server/SIG.pm           |    2 +-
- 5 files changed, 8 insertions(+), 8 deletions(-)
+ 6 files changed, 10 insertions(+), 10 deletions(-)
 
+diff --git a/lib/Net/Server.pod b/lib/Net/Server.pod
+index 845cad2..d3278e9 100644
 --- a/lib/Net/Server.pod
 +++ b/lib/Net/Server.pod
-@@ -668,7 +668,7 @@
- See L<Net::Server::Proto>.
- 
- IPv6 is now available under Net::Server though it is not enabled as
--a default parameter.  It must be requested explictly by passing either
-+a default parameter.  It must be requested explicitly by passing either
- a value of 6, or IPv6, or a "*" or IPv* to the ipv configuration
- parameter.  Additionally if you use an IPv6 address as the hostname,
- ipv will default to 6 automatically.  Trying to pass an IPv4 address
-@@ -715,7 +715,7 @@
+@@ -554,7 +554,7 @@ See L<Net::Server::Proto> for further examples of configuration.
+ Local port/socket on which to bind.  If it is a low port, the process
+ must start as root.  If multiple ports are given, all will be bound at
+ server startup.  May be of the form C<host:port/proto>,
+-C<host:port/proto/ipv, C<host:port>, C<port/proto>, or C<port>, where
++C<host:port/proto/ipv>, C<host:port>, C<port/proto>, or C<port>, where
+ I<host> represents a hostname residing on the local box, where I<port>
+ represents either the number of the port (eg. "80") or the service
+ designation (eg. "http"), where I<ipv> represents the IP protocol version
+@@ -750,7 +750,7 @@ On my local box the following command results in the following output:
      Binding to TCP port 20203 on host 127.0.0.1 with IPv4
  
  My local box has IPv6 enabled and there are entries for localhost on
 -both IPv6 ::1 and IPv4 127.0.0.1.  I could also choose to explictly
 +both IPv6 ::1 and IPv4 127.0.0.1.  I could also choose to explicitly
- bind ports rather than depending upon "*" to resolve them for me.
+ bind ports rather than depending upon ipv => "*" to resolve them for
+ me as in the following:
  
-     perl -e 'use base qw(Net::Server); main->run(port => [20203,20203], host => "localhost", ipv => [4,6])'
-@@ -1497,7 +1497,7 @@
+@@ -1553,7 +1553,7 @@ items before doing a restart.
  =head1 SHUTDOWN
  
  Each of the Fork and PreFork personalities support graceful shutdowns
@@ -41,9 +44,11 @@ Last-Update: 2012-05-06
  the children and then wait for them to exit.
  
  All server personalities support the normal TERM and INT signal
+diff --git a/lib/Net/Server/Fork.pm b/lib/Net/Server/Fork.pm
+index ee51b13..084e3ce 100644
 --- a/lib/Net/Server/Fork.pm
 +++ b/lib/Net/Server/Fork.pm
-@@ -307,7 +307,7 @@
+@@ -307,7 +307,7 @@ This hook occurs in the child after the accept and fork.
  
  =item C<$self-E<gt>run_dequeue()>
  
@@ -52,9 +57,33 @@ Last-Update: 2012-05-06
  setting.
  
  =back
+diff --git a/lib/Net/Server/HTTP.pm b/lib/Net/Server/HTTP.pm
+index 6e8a3b9..e7a1e9d 100644
+--- a/lib/Net/Server/HTTP.pm
++++ b/lib/Net/Server/HTTP.pm
+@@ -718,7 +718,7 @@ Used to read in the incoming headers and set the ENV.
+ Called at the end of process_headers.  Initializes the contents of
+ http_request_info.
+ 
+-=item C<http_request_info
++=item C<http_request_info>
+ 
+ Returns a hashref of information specific to the current request.
+ This information will be used for logging later on.
+@@ -947,7 +947,7 @@ request is closed.
+ 
+ Defaults to undef.  If true, this represents the location of where
+ the access log should be written to.  If a special value of STDERR
+-is passed, the access log entry will be writting to the same location
++is passed, the access log entry will be writing to the same location
+ as the ERROR log.
+ 
+ =item access_log_format
+diff --git a/lib/Net/Server/Multiplex.pm b/lib/Net/Server/Multiplex.pm
+index 15430aa..d0b8bc3 100644
 --- a/lib/Net/Server/Multiplex.pm
 +++ b/lib/Net/Server/Multiplex.pm
-@@ -433,7 +433,7 @@
+@@ -433,7 +433,7 @@ The other Net::Server hooks and methods should work the same.
  
  =item C<$self-E<gt>run_dequeue()>
  
@@ -63,7 +92,7 @@ Last-Update: 2012-05-06
  setting.  It will run every check_for_dequeue seconds.  Since no
  forking is done, this hook should run fast in order to prevent
  blocking the rest of the processing.
-@@ -451,7 +451,7 @@
+@@ -451,7 +451,7 @@ $self->{net_server}->{mux}->set_timeout($fh, $seconds_from_now);
  
  $fh may be either a client socket or a listen socket file descriptor
  within the mux.  $seconds_from_now may be fractional to achieve more
@@ -72,9 +101,11 @@ Last-Update: 2012-05-06
  you should define yourself.
  
  =head2 mux_timeout
+diff --git a/lib/Net/Server/PreForkSimple.pm b/lib/Net/Server/PreForkSimple.pm
+index c9b9164..b074f7c 100644
 --- a/lib/Net/Server/PreForkSimple.pm
 +++ b/lib/Net/Server/PreForkSimple.pm
-@@ -537,7 +537,7 @@
+@@ -537,7 +537,7 @@ or other general cleanup.
  
  =item C<$self-E<gt>run_dequeue()>
  
@@ -83,9 +114,11 @@ Last-Update: 2012-05-06
  setting.
  
  =item C<$self-E<gt>idle_loop_hook()>
+diff --git a/lib/Net/Server/SIG.pm b/lib/Net/Server/SIG.pm
+index 64363ef..0ddd8d6 100644
 --- a/lib/Net/Server/SIG.pm
 +++ b/lib/Net/Server/SIG.pm
-@@ -149,7 +149,7 @@
+@@ -149,7 +149,7 @@ script located in the examples directory of this distribution.
  
  Takes key/value pairs where the key is the signal name, and the
  argument is either a code ref, or the words 'DEFAULT' or 'IGNORE'.

-- 
Debian packaging of libnet-server-perl



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