[SCM] Debian packaging of libnet-server-perl branch, master, updated. debian/2.005-1-5-gf5631e9

intrigeri intrigeri at boum.org
Sun Jun 24 19:29:05 UTC 2012


The following commit has been merged in the master branch:
commit 8f137b302dd8e693e736ea20f643111f9881f2d0
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Jun 24 21:16:33 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 7d77f84..c726fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libnet-server-perl (2.006-1) UNRELEASED; urgency=low
   WAITS-FOR: 2.005-1 enters testing.
 
   * Imported Upstream version 2.006
+  * Refresh 0001-Fix-errors-in-POD.patch.
 
  -- intrigeri <intrigeri at debian.org>  Sun, 24 Jun 2012 21:13:52 +0200
 
diff --git a/debian/patches/0001-Fix-errors-in-POD.patch b/debian/patches/0001-Fix-errors-in-POD.patch
index 741a83a..0ac6bc8 100644
--- a/debian/patches/0001-Fix-errors-in-POD.patch
+++ b/debian/patches/0001-Fix-errors-in-POD.patch
@@ -2,33 +2,24 @@ Description: fix errors in POD
 Origin: vendor
 Forwarded: no
 Author: intrigeri <intrigeri at debian.org>
-Last-Update: 2012-06-14
+Last-Update: 2012-06-24
 
 ---
- lib/Net/Server.pod                 |    6 +++---
+ lib/Net/Server.pod                 |    4 ++--
  lib/Net/Server/Fork.pm             |    2 +-
- lib/Net/Server/HTTP.pm             |    4 ++--
+ lib/Net/Server/HTTP.pm             |    2 +-
  lib/Net/Server/Log/Log/Log4perl.pm |    4 ++--
  lib/Net/Server/Log/Sys/Syslog.pm   |    2 +-
  lib/Net/Server/Multiplex.pm        |    4 ++--
  lib/Net/Server/PreForkSimple.pm    |    2 +-
  lib/Net/Server/Proto/TCP.pm        |    2 ++
  lib/Net/Server/SIG.pm              |    2 +-
- 9 files changed, 15 insertions(+), 13 deletions(-)
+ 9 files changed, 13 insertions(+), 11 deletions(-)
 
 diff --git a/lib/Net/Server.pod b/lib/Net/Server.pod
-index 845cad2..d3278e9 100644
+index 462ed3a..d3278e9 100644
 --- a/lib/Net/Server.pod
 +++ b/lib/Net/Server.pod
-@@ -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
  
@@ -48,10 +39,10 @@ index 845cad2..d3278e9 100644
  
  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
+index 028848f..5ebd23e 100644
 --- a/lib/Net/Server/Fork.pm
 +++ b/lib/Net/Server/Fork.pm
-@@ -307,7 +307,7 @@ This hook occurs in the child after the accept and fork.
+@@ -316,7 +316,7 @@ This hook occurs in the child after the accept and fork.
  
  =item C<$self-E<gt>run_dequeue()>
  
@@ -61,18 +52,9 @@ index ee51b13..084e3ce 100644
  
  =back
 diff --git a/lib/Net/Server/HTTP.pm b/lib/Net/Server/HTTP.pm
-index 6e8a3b9..e7a1e9d 100644
+index 545870d..8f4e973 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

-- 
Debian packaging of libnet-server-perl



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