[libnet-telnet-perl] 11/14: New spelling.patch, pod-errors.patch
Florian Schlichting
fsfs at alioth.debian.org
Mon Sep 16 09:52:01 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libnet-telnet-perl.
commit 902e0f9987cca507e009252486f8f1932ed8751d
Author: Florian Schlichting <fsfs at debian.org>
Date: Mon Sep 16 11:44:59 2013 +0200
New spelling.patch, pod-errors.patch
---
debian/patches/pod-errors.patch | 41 +++++++++++++++++++++++++++++++++++++++
debian/patches/series | 2 ++
debian/patches/spelling.patch | 26 +++++++++++++++++++++++++
3 files changed, 69 insertions(+)
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
new file mode 100644
index 0000000..52810cd
--- /dev/null
+++ b/debian/patches/pod-errors.patch
@@ -0,0 +1,41 @@
+Description: fix errors in pod
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88706
+--- a/lib/Net/Telnet.pm
++++ b/lib/Net/Telnet.pm
+@@ -5164,8 +5164,6 @@
+
+ =back
+
+-=back
+-
+ =item
+
+ Use C<option_send()> to send a request to the remote side to enable or
+@@ -5173,6 +5171,8 @@
+
+ =back
+
++=back
++
+
+ =over 4
+
+@@ -5212,8 +5212,6 @@
+ Note, that if a request to enable is rejected then I<$coderef> is
+ still invoked even though the option didn't change.
+
+-=back
+-
+ =item
+
+ Here are the arguments passed to I<&$coderef>:
+@@ -5221,6 +5219,8 @@
+ &$coderef($obj, $option, $is_remote,
+ $is_enabled, $was_enabled, $buf_position);
+
++=back
++
+ =over 4
+
+ =item
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ff68b22
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling.patch
+pod-errors.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ce98f47
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: fix typos
+Author: Florian Schlichting <fsfs at debian.org>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=86360
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88706
+--- a/lib/Net/Telnet.pm
++++ b/lib/Net/Telnet.pm
+@@ -3275,7 +3275,7 @@
+ &_negotiate_callback($self, $opt, $is_remote,
+ $$is_enabled, $was_enabled, $opt_bufpos);
+ }
+- elsif ($$state eq "wantno opposite") { # err: disable req answerd by enable
++ elsif ($$state eq "wantno opposite") { # err: disable req answered by enable
+ $$is_enabled = 1;
+ $$state = "yes";
+
+@@ -5064,8 +5064,8 @@
+
+ This method opens a TCP connection to I<$port> on I<$host> for the IP
+ address I<$family>. If any of those arguments are missing then the
+-current attribute value for the object is used. Specifing I<Host>
+-sets that attribute for the object. Specifing any of the other
++current attribute value for the object is used. Specifying I<Host>
++sets that attribute for the object. Specifying any of the other
+ optional named parameters overrides the current setting.
+
+ The default IP address family is C<"ipv4">. I<$family> may be set to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-telnet-perl.git
More information about the Pkg-perl-cvs-commits
mailing list