[libnet-dns-perl] 08/12: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sat Sep 27 16:06:16 UTC 2014


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

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

commit 8b91f36b28fb7053fb018fc8478712703310c4e4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 27 17:59:14 2014 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 1e78009..611509c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 dnswalk-readme-note.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..d5420c2
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-09-27
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99176
+Bug: https://rt.cpan.org/Ticket/Display.html?id=99176
+
+--- a/lib/Net/DNS/Packet.pm
++++ b/lib/Net/DNS/Packet.pm
+@@ -237,7 +237,7 @@
+     $version = $edns->version;
+     $size    = $edns->size;
+ 
+-Auxilliary function edns() provides access to EDNS extensions.
++Auxiliary function edns() provides access to EDNS extensions.
+ 
+ =cut
+ 

-- 
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