[SCM] Debian packaging of libnet-server-perl branch, master, updated. a29f5e444a4f3266f106cdb369360a3afc5eda97

gregor herrmann gregoa at debian.org
Tue Sep 20 20:11:05 UTC 2011


The following commit has been merged in the master branch:
commit efc2273f2e8740dc9c8d9bac816c934ea459f0c5
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 20 22:04:03 2011 +0200

    Add a new patch to fix a spelling mistake in the POD.

diff --git a/debian/patches/07_spelling.patch b/debian/patches/07_spelling.patch
new file mode 100644
index 0000000..f815bce
--- /dev/null
+++ b/debian/patches/07_spelling.patch
@@ -0,0 +1,59 @@
+Description: fix a soelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-09-20
+
+--- a/lib/Net/Server/Fork.pm
++++ b/lib/Net/Server/Fork.pm
+@@ -355,7 +355,7 @@
+ 
+ =item C<$self-E<gt>run_dequeue()>
+ 
+-This hook only gets called in conjuction with the
++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
+@@ -450,7 +450,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.
+@@ -469,7 +469,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,
++more 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
+@@ -623,7 +623,7 @@
+ 
+ =item C<$self-E<gt>run_dequeue()>
+ 
+-This hook only gets called in conjuction with the
++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
+@@ -162,7 +162,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, and with a blocking select() function
++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 9a0fdc4..647d417 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 04_fix-pod-error-in-http-manapage.patch
 05_ipv6-support.patch
 06_cidr-workaround.patch
+07_spelling.patch

-- 
Debian packaging of libnet-server-perl



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