[libnet-dns-perl] 02/03: Remove spelling patch (merged upstream)

Ondřej Surý ondrej at debian.org
Sun Jan 1 20:04:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository libnet-dns-perl.

commit 070afd5e20190e94ed3d77e43c53af7eca58aeaa
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sun Jan 1 20:59:22 2017 +0100

    Remove spelling patch (merged upstream)
---
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 27 ---------------------------
 2 files changed, 28 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 69a23cb..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-07-25
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116472
-Bug: https://rt.cpan.org/Ticket/Display.html?id=116472
-
---- a/lib/Net/DNS/Nameserver.pm
-+++ b/lib/Net/DNS/Nameserver.pm
-@@ -663,7 +663,7 @@
- running through a loop (while servicing new requests) until the reply
- has been sent.
- 
--In case loop_once accepted a TCP connection it will immediatly check
-+In case loop_once accepted a TCP connection it will immediately check
- if there is data to be read from the socket. If not it will return and
- you will have to call loop_once() again to check if there is any data
- waiting on the socket to be processed. In most cases you will have to
-@@ -720,7 +720,7 @@
- 		$rcode = "NXDOMAIN";
- 	}
- 
--	# mark the answer as authoritive (by setting the 'aa' flag
-+	# mark the answer as authoritative (by setting the 'aa' flag
- 	return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
-     }
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dns-perl.git



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