[libio-socket-socks-perl] 03/05: Drop spelling.patch, applied upstream.
gregor herrmann
gregoa at debian.org
Sun Oct 30 14:33:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libio-socket-socks-perl.
commit c2fabe52378648af71cec0189cf345877ef869fc
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Oct 30 15:28:50 2016 +0100
Drop spelling.patch, applied upstream.
---
debian/patches/series | 1 -
debian/patches/spelling.patch | 33 ---------------------------------
2 files changed, 34 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 6e4cb98..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: fix some typos discovered by lintian's spell checker
-Author: Florian Schlichting <fsfs at debian.org>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118439
-
---- a/lib/IO/Socket/Socks.pm
-+++ b/lib/IO/Socket/Socks.pm
-@@ -129,7 +129,7 @@
-
- $CODES{REPLY}->{&REQUEST_GRANTED} = "request granted";
- $CODES{REPLY}->{&REQUEST_FAILED} = "request rejected or failed";
--$CODES{REPLY}->{&REQUEST_REJECTED_IDENTD} = "request rejected becasue SOCKS server cannot connect to identd on the client";
-+$CODES{REPLY}->{&REQUEST_REJECTED_IDENTD} = "request rejected because SOCKS server cannot connect to identd on the client";
- $CODES{REPLY}->{&REQUEST_REJECTED_USERID} = "request rejected because the client program and identd report different user-ids";
-
- # queue
-@@ -2428,7 +2428,7 @@
- For socks v4
- REQUEST_GRANTED(90): request granted
- REQUEST_FAILED(91): request rejected or failed
-- REQUEST_REJECTED_IDENTD(92): request rejected becasue SOCKS server cannot connect to identd on the client
-+ REQUEST_REJECTED_IDENTD(92): request rejected because SOCKS server cannot connect to identd on the client
- REQUEST_REJECTED_USERID(93): request rejected because the client program and identd report different user-ids
-
- For socks v5
-@@ -2488,7 +2488,7 @@
- back to C<IO::Socket::INET> if not available. You can set C<$IO::Socket::Socks::SOCKET_CLASS>
- before loading of C<IO::Socket::Socks> and then it will not try to detect proper base class
- itself. You can also set it after loading of C<IO::Socket::Socks> and this will automatically
--update C<@ISA>, so you shouldn't worry about inheritence.
-+update C<@ISA>, so you shouldn't worry about inheritance.
-
- =head1 CONSTANTS
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-socks-perl.git
More information about the Pkg-perl-cvs-commits
mailing list