[libnet-subnet-perl] 04/05: add a patch fixing adress -> address typo in documentation

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jan 17 09:55:25 UTC 2014


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

dmn pushed a commit to branch master
in repository libnet-subnet-perl.

commit cef1d6fca9f9450b5c2647bc74a6e037748ec9a7
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jan 17 09:46:29 2014 +0000

    add a patch fixing adress -> address typo in documentation
---
 debian/patches/pod-spelling.patch | 16 ++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..bca4c4c
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,16 @@
+Description: tiny spelling error in POD
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: yes
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92222
+
+--- a/lib/Net/Subnet.pm
++++ b/lib/Net/Subnet.pm
+@@ -217,7 +217,7 @@ addresses:
+     my $classifier = subnet_classifier sort_subnets keys %ptr;
+ 
+     while (my $ip = readline) {
+-        # We get IP adresses from STDIN and return the hostnames on STDOUT
++        # We get IP addresses from STDIN and return the hostnames on STDOUT
+ 
+         print $ptr{ $classifier->($ip) }->($ip), "\n";
+     }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

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



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