diff -pruN 3.4.3-1/debian/changelog 3.4.3-1+ubuntu7/debian/changelog
--- 3.4.3-1/debian/changelog	2020-05-27 07:26:29.000000000 +0000
+++ 3.4.3-1+ubuntu7/debian/changelog	2023-02-03 16:05:15.000000000 +0000
@@ -1,3 +1,49 @@
+ruby-gnome (3.4.3-1+ubuntu7) lunar; urgency=medium
+
+  * No-change upload to remove support for ruby3.0.
+
+ -- Lucas Kanashiro <kanashiro@ubuntu.com>  Fri, 03 Feb 2023 13:05:15 -0300
+
+ruby-gnome (3.4.3-1+ubuntu6) lunar; urgency=medium
+
+  * No-change upload to add support for ruby3.1.
+
+ -- Lucas Kanashiro <kanashiro@ubuntu.com>  Tue, 24 Jan 2023 12:25:29 -0300
+
+ruby-gnome (3.4.3-1+ubuntu5) jammy; urgency=medium
+
+  * d/tests/control: add a dependency to ruby-webrick, removed from the Ruby
+    standard library in 3.0
+
+ -- Simon Chopin <simon.chopin@canonical.com>  Thu, 16 Dec 2021 15:04:42 +0100
+
+ruby-gnome (3.4.3-1+ubuntu4) jammy; urgency=medium
+
+  * No-change upload due to ruby3.0 transition, remove ruby2.7 support.
+
+ -- Lucas Kanashiro <kanashiro@ubuntu.com>  Fri, 03 Dec 2021 18:32:08 -0300
+
+ruby-gnome (3.4.3-1+ubuntu3) jammy; urgency=medium
+
+  * No-change upload due to ruby3.0 transition.
+
+ -- Lucas Kanashiro <kanashiro@ubuntu.com>  Thu, 18 Nov 2021 11:32:37 -0300
+
+ruby-gnome (3.4.3-1+ubuntu2) jammy; urgency=medium
+
+  * No-change rebuild with higher version number to allow
+    installability with latest gobject-introspection
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 26 Oct 2021 07:02:25 -0400
+
+ruby-gnome (3.4.3-1ubuntu1) hirsute; urgency=medium
+
+  * debian/tests/run-test:
+    - set JSC_SIGNAL_FOR_GC to use another signal than SIGUSR1 to avoid
+      handler conflicts with the new webkitgtk
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 16 Mar 2021 21:10:39 +0100
+
 ruby-gnome (3.4.3-1) unstable; urgency=medium
 
   * New upstream version 3.4.3
diff -pruN 3.4.3-1/debian/control 3.4.3-1+ubuntu7/debian/control
--- 3.4.3-1/debian/control	2020-05-27 07:14:02.000000000 +0000
+++ 3.4.3-1+ubuntu7/debian/control	2021-11-18 14:32:37.000000000 +0000
@@ -1,7 +1,8 @@
 Source: ruby-gnome
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Uploaders: Paul van Tilburg <paulvt@debian.org>,
            Michael Schutte <m.schutte.jr@gmail.com>,
            HIGUCHI Daisuke (VDR dai) <dai@debian.org>
diff -pruN 3.4.3-1/debian/tests/control 3.4.3-1+ubuntu7/debian/tests/control
--- 3.4.3-1/debian/tests/control	2019-10-18 12:23:51.000000000 +0000
+++ 3.4.3-1+ubuntu7/debian/tests/control	2021-12-16 14:04:28.000000000 +0000
@@ -1,5 +1,5 @@
 Tests: run-test
 Depends: @, quilt, xvfb, xauth,
  pkg-config, libgtk-3-dev, dbus-x11, gstreamer1.0-plugins-good,
- gnome-icon-theme, libxml2-utils
+ gnome-icon-theme, libxml2-utils, ruby-webrick
 Restrictions: allow-stderr
diff -pruN 3.4.3-1/debian/tests/run-test 3.4.3-1+ubuntu7/debian/tests/run-test
--- 3.4.3-1/debian/tests/run-test	2019-10-18 12:23:51.000000000 +0000
+++ 3.4.3-1+ubuntu7/debian/tests/run-test	2021-03-16 20:10:28.000000000 +0000
@@ -3,5 +3,5 @@
 set -e
 
 QUILT_PATCHES=debian/patches quilt push -a || true
-xvfb-run --server-args='-screen 0 640x480x16' ruby run-test.rb
+JSC_SIGNAL_FOR_GC=30 xvfb-run --server-args='-screen 0 640x480x16' ruby run-test.rb
 QUILT_PATCHES=debian/patches quilt pop -a || true
diff -pruN 3.4.3-1/debian/watch 3.4.3-1+ubuntu7/debian/watch
--- 3.4.3-1/debian/watch	2019-10-18 12:23:51.000000000 +0000
+++ 3.4.3-1+ubuntu7/debian/watch	2021-12-16 11:53:03.000000000 +0000
@@ -1,2 +1,2 @@
 version=3
-https://github.com/ruby-gnome/ruby-gnome/releases .*/([0-9.]+).tar.gz
+https://github.com/ruby-gnome/ruby-gnome/tags .*/([0-9.]+).tar.gz
