tags 615281 + patch
thanks

This is because IPv6 support only works if libio-socket-inet6-perl
is installed. Patch attached to unconditionally depend on this.

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -Nru libnet-dns-perl-0.66/debian/changelog libnet-dns-perl-0.66/debian/changelog
--- libnet-dns-perl-0.66/debian/changelog	2010-03-18 09:24:11.000000000 +0000
+++ libnet-dns-perl-0.66/debian/changelog	2011-02-26 16:49:01.000000000 +0000
@@ -1,3 +1,11 @@
+libnet-dns-perl (0.66-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add dependencies on libio-socket-inet6-perl so that test pass on
+    a system with only IPv6 nameservers configured (closes: #615281)
+
+ -- Dominic Hargreaves <[email protected]>  Sat, 26 Feb 2011 16:48:09 +0000
+
 libnet-dns-perl (0.66-2) unstable; urgency=low
 
   * Change t/01-resolver.t: Do not try to check for private 
diff -Nru libnet-dns-perl-0.66/debian/control libnet-dns-perl-0.66/debian/control
--- libnet-dns-perl-0.66/debian/control	2010-03-15 11:42:44.000000000 +0000
+++ libnet-dns-perl-0.66/debian/control	2011-02-26 16:47:45.000000000 +0000
@@ -5,15 +5,16 @@
 Maintainer: Florian Hinzmann <[email protected]>
 Standards-Version: 3.8.4.0
 Build-Depends: debhelper (>= 7), libdigest-hmac-perl (>= 1),
- libnet-ip-perl (>= 1.2), perl (>= 5.10.0), quilt (>= 0.46-7)
+ libnet-ip-perl (>= 1.2), perl (>= 5.10.0), quilt (>= 0.46-7),
+ libio-socket-inet6-perl
 
 Package: libnet-dns-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdigest-hmac-perl (>= 1), libmime-base64-perl, libnet-ip-perl (>= 1.2)
+ libdigest-hmac-perl (>= 1), libmime-base64-perl, libnet-ip-perl (>= 1.2),
+ libio-socket-inet6-perl
 Suggests: libio-socket-inet6-perl
 Description: Perform DNS queries from a Perl script
  Net::DNS is a DNS resolver implemented in Perl.  It allows the
  programmer to perform nearly any type of DNS query from a Perl
  script. 
- With libio-socket-inet6-perl installed it supports IPv6.

Reply via email to