[SCM] Packaging of Net-Traceroute in Debian branch, master, updated. debian/1.13-1-8-g41d4b6e

Nuno Carvalho smash at cpan.org
Tue Aug 14 11:32:14 UTC 2012


The following commit has been merged in the master branch:
commit 6ee9b1e44874eb2e11f82750edbe0b2553771a8a
Author: Nuno Carvalho <smash at cpan.org>
Date:   Mon Aug 13 11:14:33 2012 +0100

    Add patch to fix spelling errors

diff --git a/debian/changelog b/debian/changelog
index a2c366c..900c035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libnet-traceroute-perl (1.14-1) UNRELEASED; urgency=low
 
   * d/copyright: Add upstream contact.
+  * Add fix-spelling.patch to fix spelling errors.
 
  -- Nuno Carvalho <smash at cpan.org>  Mon, 13 Aug 2012 10:54:32 +0100
 
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..64c9dcc
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,34 @@
+Description: fix POD spelling errors
+Author: Nuno Carvalho <smash at cpan.org>
+Forwarded: yes
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78951
+Last-Update: 2012-08-14
+--- a/Traceroute.pm
++++ b/Traceroute.pm
+@@ -1072,7 +1072,7 @@
+ one of the following (each of these is actually an integer constant
+ function defined in Net::Traceroute's export list):
+ 
+-QUERY can be zero, in which case the first succesful query will be
++QUERY can be zero, in which case the first successful query will be
+ returned.
+ 
+ =over 4
+@@ -1146,7 +1146,7 @@
+ Return the dotted quad IP address of the host that responded to HOP's
+ QUERY.
+ 
+-QUERY can be zero, in which case the first succesful query will be
++QUERY can be zero, in which case the first successful query will be
+ returned.
+ 
+ =item hop_query_time(HOP, QUERY)
+@@ -1155,7 +1155,7 @@
+ your system's traceroute supports fractional second timing, so
+ will Net::Traceroute.
+ 
+-QUERY can be zero, in which case the first succesful query will be
++QUERY can be zero, in which case the first successful query will be
+ returned.
+ 
+ =back
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch

-- 
Packaging of Net-Traceroute in Debian



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