[SCM] Debian packaging of Geo-IP CPAN distribution branch, master, updated. debian/1.31-1-28-gafa5e6e

gregor herrmann gregoa at debian.org
Sun Aug 5 11:30:29 UTC 2012


The following commit has been merged in the master branch:
commit 422309dcfc45bd52875f67f8d1ff038a487de32c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 5 13:22:04 2012 +0200

    Add patch no-dns.patch: skip one test that needs network access / DNS.
    
    Thanks: Felix Geyer for the bug report and the patch.
    Closes: #683904

diff --git a/debian/patches/no-dns.patch b/debian/patches/no-dns.patch
new file mode 100644
index 0000000..4a8512b
--- /dev/null
+++ b/debian/patches/no-dns.patch
@@ -0,0 +1,23 @@
+Description: skip test that needs network access / DNS
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/683904
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-08-05
+
+--- a/t/2_namelookup.t
++++ b/t/2_namelookup.t
+@@ -5,7 +5,7 @@
+ 
+ $^W = 1;
+ 
+-BEGIN { plan tests => 11 }
++BEGIN { plan tests => 10 }
+ 
+ use Geo::IP;
+ 
+@@ -29,4 +29,3 @@
+ 194.244.83.2	IT
+ 203.15.106.23	AU
+ 196.31.1.1	ZA
+-yahoo.com	US
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..b010301 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+no-dns.patch

-- 
Debian packaging of Geo-IP CPAN distribution



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