[libgeo-ipfree-perl] 05/06: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Mon Feb 17 19:01:01 UTC 2014


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

gregoa pushed a commit to branch master
in repository libgeo-ipfree-perl.

commit 984c7269ae3c364630347d78830ee527f9dd1ebb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 17 19:59:58 2014 +0100

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

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..9dd871e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: spelling fix
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93091
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93091
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-17
+
+--- a/README
++++ b/README
+@@ -63,7 +63,7 @@
+   nslookup( $host, [$last_lookup] )
+     Attempts to resolve a hostname to an IP address. If it fails on the
+     first pass it will attempt to resolve the same hostname with 'www.'
+-    prepended. $last_lookup is used to supress this behavior.
++    prepended. $last_lookup is used to suppress this behavior.
+ 
+   ip2nb( $ip )
+     Encodes $ip into a numerical representation.
+--- a/lib/Geo/IPfree.pm
++++ b/lib/Geo/IPfree.pm
+@@ -598,7 +598,7 @@
+ 
+ Attempts to resolve a hostname to an IP address. If it fails on the first pass
+ it will attempt to resolve the same hostname with 'www.' prepended. C<$last_lookup>
+-is used to supress this behavior.
++is used to suppress this behavior.
+ 
+ =head2 ip2nb( $ip )
+ 

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



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