diff -pruN 0.34-4/debian/changelog 0.34-4ubuntu3/debian/changelog
--- 0.34-4/debian/changelog	2018-04-22 10:55:06.000000000 +0000
+++ 0.34-4ubuntu3/debian/changelog	2020-04-08 14:03:54.000000000 +0000
@@ -1,3 +1,27 @@
+libcgi-application-plugin-messagestack-perl (0.34-4ubuntu3) focal; urgency=medium
+
+  * d/t/control: mark the runtime-deps test command as skippable
+    (LP: #1871648).
+
+ -- Lucas Kanashiro <lucas.kanashiro@canonical.com>  Wed, 08 Apr 2020 11:03:54 -0300
+
+libcgi-application-plugin-messagestack-perl (0.34-4ubuntu2) focal; urgency=medium
+
+  * d/t/control: mark the heavy-deps test command as skippable (LP: #1870540).
+
+ -- Lucas Kanashiro <lucas.kanashiro@canonical.com>  Fri, 03 Apr 2020 09:52:02 -0300
+
+libcgi-application-plugin-messagestack-perl (0.34-4ubuntu1) cosmic; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Depend on libcgi-application-plugin-session-perl and
+      libcgi-application-plugin-tt-perl for runtime-deps-and-recommends
+      autopkgtest; these are also covered by needs-recommends, but an explicit
+      dependency forces autopkgtest not to drop them during Perl transitions
+      due to pinning only necessary packages from -proposed.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 28 Jun 2018 11:37:24 +0200
+
 libcgi-application-plugin-messagestack-perl (0.34-4) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
@@ -19,6 +43,16 @@ libcgi-application-plugin-messagestack-p
 
  -- Niko Tyni <ntyni@debian.org>  Sun, 22 Apr 2018 13:55:06 +0300
 
+libcgi-application-plugin-messagestack-perl (0.34-3ubuntu1) xenial; urgency=medium
+
+  * Depend on libcgi-application-plugin-session-perl and
+    libcgi-application-plugin-tt-perl for runtime-deps-and-recommends
+    autopkgtest; these are also covered by needs-recommends, but an explicit
+    dependency forces autopkgtest not to drop them during Perl transitions
+    due to pinning only necessary packages from -proposed.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Mon, 28 Dec 2015 01:32:41 +0000
+
 libcgi-application-plugin-messagestack-perl (0.34-3) unstable; urgency=medium
 
   * Team upload.
@@ -63,3 +97,4 @@ libcgi-application-plugin-messagestack-p
     libcgi-application-extra-plugin-bundle-perl (Closes: #647935).
 
  -- Nicholas Bamber <nicholas@periapt.co.uk>  Fri, 11 Nov 2011 07:55:18 +0000
+
diff -pruN 0.34-4/debian/tests/control 0.34-4ubuntu3/debian/tests/control
--- 0.34-4/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 0.34-4ubuntu3/debian/tests/control	2020-04-08 14:03:54.000000000 +0000
@@ -0,0 +1,14 @@
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
+Depends: @, @builddeps@, pkg-perl-autopkgtest
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
+Depends: @, pkg-perl-autopkgtest
+Restrictions: skippable
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
+Depends: @, pkg-perl-autopkgtest, libcgi-application-plugin-session-perl, libcgi-application-plugin-tt-perl
+Restrictions: needs-recommends
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
+Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy
+Restrictions: skippable
