[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#683913: marked as done (unblock: libgeo-ip-perl/1.40-2)



Your message dated Sun, 05 Aug 2012 14:20:35 +0100
with message-id <1344172835.21252.21.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#683913: unblock: libgeo-ip-perl/1.40-2
has caused the Debian Bug report #683913,
regarding unblock: libgeo-ip-perl/1.40-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
683913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683913
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Please unblock package libgeo-ip-perl.

1.40-2 adds a patch the skips a tests that needs network access,
causing FTBFS. This is #683904.

Changelog:

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

Complete debdiff attached.


unblock libgeo-ip-perl/1.40-2


Thanks in advance,
gregor


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQHllAAAoJELs6aAGGSaoGvj4QAIeX2P+a6rjufLfoqNf4qjm+
mIWwL3z1C5wuTe/I8vs2wSEGK+ZrAJr88bI+FgqBRuc2QUX2rfwZDAzKtZbrayXS
lnjJmyt5L4i3YkTX3kF4sCo9JgJMGt24uI3mAircOSegyzts3WOzt3/d3tucHGa7
8/fnHpjRIN2zNrK8R43iLsLH3BW+roNvx0tbkeIhnZDplP3q5zUMIBs666VUUeFl
LJIKTTFW1SndrEGc2JGCwWSVOxmVbfuodFr3gqVFyYRTCl5mAfQTe6ttU7MopOWJ
clFAgkWTO8Hl5MNgwHqfEWMH4ghmvphf/x5urep5h8qHib9VeteCyoK/JZ5iZn39
0VOmRYgTpyh3CC/DGS5SrRB9gLDbvJ4wr5p1aTm4gSJLWwTVOlY6oMwUMhLQ1+zC
+s9T9Gx4//NWQWYT6DT2hBd71u0m3n+kklhPEbBZmFCu9RXK8O6Hufjnmk/EFNPz
upzVWOc4Yst0k9x5M691iRK3GyWTpxGjF3YrDNr/lbl0BKX7LNkq8NeaTdGDq6qN
B4LKj/JbLvIZXaRs/1PbHh/HU5pNs+S+b1HBW1t2f484G9iZ6ZreHQwBMxdenP2u
EAhmf1glo6r093NHATqRhyB84QdwdHLzWK7S/SWpYuQ6H6RQahKxr8xr4Ubl0QBI
eUnZ+qHsgMmuc6v9VASe
=+emY
-----END PGP SIGNATURE-----
diff -Nru libgeo-ip-perl-1.40/debian/changelog libgeo-ip-perl-1.40/debian/changelog
--- libgeo-ip-perl-1.40/debian/changelog	2012-02-07 10:56:22.000000000 +0100
+++ libgeo-ip-perl-1.40/debian/changelog	2012-08-05 13:22:35.000000000 +0200
@@ -1,3 +1,12 @@
+libgeo-ip-perl (1.40-2) unstable; urgency=low
+
+  * Team upload.
+  * Add patch no-dns.patch: skip one test that needs network access / DNS.
+    Thanks to Felix Geyer for the bug report and the patch.
+    (Closes: #683904)
+
+ -- gregor herrmann <gregoa@debian.org>  Sun, 05 Aug 2012 13:22:20 +0200
+
 libgeo-ip-perl (1.40-1) unstable; urgency=low
 
   * Taking over package for Debian Perl Group as per email
diff -Nru libgeo-ip-perl-1.40/debian/patches/no-dns.patch libgeo-ip-perl-1.40/debian/patches/no-dns.patch
--- libgeo-ip-perl-1.40/debian/patches/no-dns.patch	1970-01-01 01:00:00.000000000 +0100
+++ libgeo-ip-perl-1.40/debian/patches/no-dns.patch	2012-08-05 13:22:35.000000000 +0200
@@ -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@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 -Nru libgeo-ip-perl-1.40/debian/patches/series libgeo-ip-perl-1.40/debian/patches/series
--- libgeo-ip-perl-1.40/debian/patches/series	2012-02-07 10:23:35.000000000 +0100
+++ libgeo-ip-perl-1.40/debian/patches/series	2012-08-05 13:22:35.000000000 +0200
@@ -1 +1,2 @@
 spelling.patch
+no-dns.patch

--- End Message ---
--- Begin Message ---
On Sun, 2012-08-05 at 13:30 +0200, gregor herrmann wrote:
> Please unblock package libgeo-ip-perl.
> 
> 1.40-2 adds a patch the skips a tests that needs network access,
> causing FTBFS. This is #683904.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: