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

intrigeri intrigeri at boum.org
Wed Jun 6 13:20:38 UTC 2012


The following commit has been merged in the master branch:
commit 6038617c1ad4e32e09c7904c08a4d95227802318
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Jun 5 22:34:15 2012 +0200

    Add updated 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
new file mode 100644
index 0000000..9bf4e4d
--- /dev/null
+++ b/debian/patches/0001-Fix-spelling-errors-in-POD.patch
@@ -0,0 +1,96 @@
+Description: fix spelling errors in POD
+Origin: vendor
+Forwarded: no
+Author: intrigeri <intrigeri at debian.org>
+Last-Update: 2012-05-06
+
+---
+ lib/Net/Server.pod              |    6 +++---
+ lib/Net/Server/Fork.pm          |    2 +-
+ 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(-)
+
+--- 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 @@
+     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.
+ 
+     perl -e 'use base qw(Net::Server); main->run(port => [20203,20203], host => "localhost", ipv => [4,6])'
+@@ -1497,7 +1497,7 @@
+ =head1 SHUTDOWN
+ 
+ Each of the Fork and PreFork personalities support graceful shutdowns
+-via the QUIT signal.  When a QUIT is recieved, the parent will signal
++via the QUIT signal.  When a QUIT is received, the parent will signal
+ the children and then wait for them to exit.
+ 
+ All server personalities support the normal TERM and INT signal
+--- a/lib/Net/Server/Fork.pm
++++ b/lib/Net/Server/Fork.pm
+@@ -307,7 +307,7 @@
+ 
+ =item C<$self-E<gt>run_dequeue()>
+ 
+-This hook only gets called in conjuction with the check_for_dequeue
++This hook only gets called in conjunction with the check_for_dequeue
+ setting.
+ 
+ =back
+--- a/lib/Net/Server/Multiplex.pm
++++ b/lib/Net/Server/Multiplex.pm
+@@ -433,7 +433,7 @@
+ 
+ =item C<$self-E<gt>run_dequeue()>
+ 
+-This hook only gets called in conjuction with the check_for_dequeue
++This hook only gets called in conjunction with the check_for_dequeue
+ 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 @@
+ 
+ $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
+-precise timeouts.  This is used in conjuction with mux_timeout, which
++precise timeouts.  This is used in conjunction with mux_timeout, which
+ you should define yourself.
+ 
+ =head2 mux_timeout
+--- a/lib/Net/Server/PreForkSimple.pm
++++ b/lib/Net/Server/PreForkSimple.pm
+@@ -537,7 +537,7 @@
+ 
+ =item C<$self-E<gt>run_dequeue()>
+ 
+-This hook only gets called in conjuction with the check_for_dequeue
++This hook only gets called in conjunction with the check_for_dequeue
+ setting.
+ 
+ =item C<$self-E<gt>idle_loop_hook()>
+--- a/lib/Net/Server/SIG.pm
++++ b/lib/Net/Server/SIG.pm
+@@ -149,7 +149,7 @@
+ 
+ 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'.
+-The function register_sig must be used in conjuction with check_sigs,
++The function register_sig must be used in conjunction with check_sigs,
+ and with a blocking select() function call -- otherwise, you will
+ observe the registered signal mysteriously vanish.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..80d3bf0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-spelling-errors-in-POD.patch

-- 
Debian packaging of libnet-server-perl



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