diff -pruN 0.66-2/debian/changelog 0.66-2ubuntu3/debian/changelog
--- 0.66-2/debian/changelog	2010-03-18 09:24:11.000000000 +0000
+++ 0.66-2ubuntu3/debian/changelog	2011-11-15 20:05:36.000000000 +0000
@@ -1,3 +1,22 @@
+libnet-dns-perl (0.66-2ubuntu3) precise; urgency=low
+
+  * Rebuild for Perl 5.14.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 Nov 2011 20:05:36 +0000
+
+libnet-dns-perl (0.66-2ubuntu2) oneiric; urgency=low
+
+  * Rebuild for Perl 5.12.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Sat, 07 May 2011 23:22:03 +0100
+
+libnet-dns-perl (0.66-2ubuntu1) maverick; urgency=low
+
+  * debian/rules: Disable --online-tests completely, since they fail on
+    buildds (LP: #600220).
+
+ -- Thierry Carrez (ttx) <thierry.carrez@ubuntu.com>  Wed, 28 Jul 2010 14:21:24 +0200
+
 libnet-dns-perl (0.66-2) unstable; urgency=low
 
   * Change t/01-resolver.t: Do not try to check for private 
diff -pruN 0.66-2/debian/control 0.66-2ubuntu3/debian/control
--- 0.66-2/debian/control	2010-03-15 11:42:44.000000000 +0000
+++ 0.66-2ubuntu3/debian/control	2010-07-28 12:24:46.000000000 +0000
@@ -2,7 +2,8 @@ Source: libnet-dns-perl
 Homepage: http://www.net-dns.org/
 Section: perl
 Priority: optional
-Maintainer: Florian Hinzmann <fh@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Florian Hinzmann <fh@debian.org>
 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)
diff -pruN 0.66-2/debian/rules 0.66-2ubuntu3/debian/rules
--- 0.66-2/debian/rules	2010-03-15 11:34:36.000000000 +0000
+++ 0.66-2ubuntu3/debian/rules	2010-07-28 12:24:46.000000000 +0000
@@ -45,10 +45,12 @@ build-stamp:
 	#$(MAKE)
 	#/usr/bin/docbook-to-man debian/Net-DNS.sgml > Net-DNS.1
 
-	# activate online-tests in configuration, but do not run them from
-	# debian/rules file (to not bother buildds with them). 
-	# Do manually before upload.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor --online-tests --IPv6-tests
+	# Debian used to activate online-tests in configuration, but not run them
+	# from debian/rules file (to not bother buildds with them), and ask the
+	# maintainer to manually run them before uploading.
+	# However now the tests are enabled (see make test below) and online
+	# tests fail on buildds. To fix that I no longer have --online-tests here:
+	$(PERL) Makefile.PL INSTALLDIRS=vendor --IPv6-tests
 
 	# COMPRESS='gzip -9'
 

