diff -pruN 0.74-2.1/debian/changelog 0.74-2.1ubuntu6/debian/changelog
--- 0.74-2.1/debian/changelog	2020-12-04 12:40:10.000000000 +0000
+++ 0.74-2.1ubuntu6/debian/changelog	2020-11-09 11:17:15.000000000 +0000
@@ -1,3 +1,40 @@
+libfile-rsyncp-perl (0.74-2.1ubuntu6) hirsute; urgency=medium
+
+  * No-change rebuild for the perl update.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 09 Nov 2020 12:17:15 +0100
+
+libfile-rsyncp-perl (0.74-2.1ubuntu5) focal; urgency=medium
+
+  * No-change rebuild for the perl update.
+
+ -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Oct 2019 19:21:41 +0000
+
+libfile-rsyncp-perl (0.74-2.1ubuntu4) disco; urgency=medium
+
+  * No-change rebuild for the perl 5.28 transition.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Fri, 02 Nov 2018 12:33:47 -0600
+
+libfile-rsyncp-perl (0.74-2.1ubuntu3) artful; urgency=medium
+
+  * No-change rebuild for perl 5.26.0.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 26 Jul 2017 19:52:47 +0000
+
+libfile-rsyncp-perl (0.74-2.1ubuntu2) zesty; urgency=medium
+
+  * No-change rebuild for perl 5.24
+
+ -- Iain Lane <iain@orangesquash.org.uk>  Mon, 24 Oct 2016 09:53:10 +0100
+
+libfile-rsyncp-perl (0.74-2.1ubuntu1) xenial; urgency=medium
+
+  * Resynchronise with Debian.  Remaining changes:
+    - Add patch for IPv6 support.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 17 Dec 2015 15:19:46 +0000
+
 libfile-rsyncp-perl (0.74-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -7,6 +44,19 @@ libfile-rsyncp-perl (0.74-2.1) unstable;
 
  -- gregor herrmann <gregoa@debian.org>  Thu, 10 Dec 2015 20:08:12 +0100
 
+libfile-rsyncp-perl (0.74-2ubuntu2) xenial; urgency=medium
+
+  * Rebuild for Perl 5.22.1.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 17 Dec 2015 15:01:53 +0000
+
+libfile-rsyncp-perl (0.74-2ubuntu1) wily; urgency=medium
+
+  * Resynchronise with Debian.  Remaining changes:
+    - Add patch for IPv6 support.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 16 Jul 2015 12:21:26 +0100
+
 libfile-rsyncp-perl (0.74-2) unstable; urgency=low
 
   * Use dh_autotools-dev to update config.{sub,guess} for AArch64.
@@ -21,6 +71,37 @@ libfile-rsyncp-perl (0.74-1) unstable; u
 
  -- Ludovic Drolez <ldrolez@debian.org>  Sun, 21 Jun 2015 21:32:43 +0200
 
+libfile-rsyncp-perl (0.70-1.1ubuntu1) vivid; urgency=medium
+
+  * Resynchronise with Debian.  Remaining changes:
+    - Add patch for IPv6 support.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 11 Nov 2014 16:33:58 +0000
+
+libfile-rsyncp-perl (0.70-1ubuntu4) utopic; urgency=medium
+
+  * Rebuild for Perl 5.20.0.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Aug 2014 17:59:35 +0100
+
+libfile-rsyncp-perl (0.70-1ubuntu3) trusty; urgency=low
+
+  * Add patch for IPv6 support.
+
+ -- Stéphane Graber <stgraber@ubuntu.com>  Fri, 15 Nov 2013 17:04:57 -0500
+
+libfile-rsyncp-perl (0.70-1ubuntu2) trusty; urgency=low
+
+  * Rebuild for Perl 5.18.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Mon, 21 Oct 2013 13:17:33 +0100
+
+libfile-rsyncp-perl (0.70-1ubuntu1) saucy; urgency=low
+
+  * Use dh_autotools-dev to update config.{sub,guess} for AArch64.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 10 Oct 2013 16:38:38 +0200
+
 libfile-rsyncp-perl (0.70-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 0.74-2.1/debian/control 0.74-2.1ubuntu6/debian/control
--- 0.74-2.1/debian/control	2020-12-04 12:40:10.000000000 +0000
+++ 0.74-2.1ubuntu6/debian/control	2015-12-17 15:19:17.000000000 +0000
@@ -1,7 +1,8 @@
 Source: libfile-rsyncp-perl
 Section: perl
 Priority: optional
-Maintainer: Ludovic Drolez <ldrolez@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ludovic Drolez <ldrolez@debian.org>
 Build-Depends: debhelper (>> 4.0.0), autotools-dev
 Standards-Version: 3.9.6
 
diff -pruN 0.74-2.1/debian/patches/add-ipv6-support.diff 0.74-2.1ubuntu6/debian/patches/add-ipv6-support.diff
--- 0.74-2.1/debian/patches/add-ipv6-support.diff	1970-01-01 00:00:00.000000000 +0000
+++ 0.74-2.1ubuntu6/debian/patches/add-ipv6-support.diff	2015-12-17 15:19:17.000000000 +0000
@@ -0,0 +1,50 @@
+Description: Add IPv6 support.
+Author: Stéphane Graber <stgraber@ubuntu.com>
+Origin: vendor
+Forwarded: yes (by e-mail to upstream and Debian)
+Last-Update: 2013-11-15
+
+Index: b/lib/File/RsyncP.pm
+===================================================================
+--- a/lib/File/RsyncP.pm
++++ b/lib/File/RsyncP.pm
+@@ -42,6 +42,7 @@
+ 
+ use strict;
+ use Socket;
++use Socket6;
+ use File::RsyncP::Digest;
+ use File::RsyncP::FileIO;
+ use File::RsyncP::FileList;
+@@ -223,13 +224,25 @@
+ 
+     $port ||= 873;
+     my $proto = getprotobyname('tcp');
+-    my $iaddr = inet_aton($host)     || return "unknown host $host";
+-    my $paddr = sockaddr_in($port, $iaddr);
+-
+     alarm($rs->{timeout}) if ( $rs->{timeout} );
+-    socket(FH, PF_INET, SOCK_STREAM, $proto)
+-				    || return "inet socket: $!";
+-    connect(FH, $paddr)             || return "inet connect: $!";
++
++    my @res = getaddrinfo($host, $port, AF_UNSPEC, SOCK_STREAM);
++    my $good = 0;
++    while (scalar(@res) >= 5) {
++        my ($family, $socktype, $proto, $saddr, $canonname, @res) = @res;
++        socket(FH, $family, $socktype, $proto) || next;
++
++	$good = 1;
++        connect(FH, $saddr) && last;
++
++        close(FH);
++	$good = 0;
++    }
++
++    if ($good == 0) {
++        return "connect attempt failed\n";
++    }
++
+     $rs->{fh} = *FH;
+     $rs->writeData("\@RSYNCD: $rs->{protocol_version}\n", 1);
+     my $line = $rs->getLine;
diff -pruN 0.74-2.1/debian/patches/series 0.74-2.1ubuntu6/debian/patches/series
--- 0.74-2.1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 0.74-2.1ubuntu6/debian/patches/series	2015-12-17 15:19:17.000000000 +0000
@@ -0,0 +1 @@
+add-ipv6-support.diff
diff -pruN 0.74-2.1/debian/source/format 0.74-2.1ubuntu6/debian/source/format
--- 0.74-2.1/debian/source/format	1970-01-01 00:00:00.000000000 +0000
+++ 0.74-2.1ubuntu6/debian/source/format	2015-12-17 15:19:17.000000000 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
