diff -pruN 5.15.6+dfsg-1/debian/changelog 5.15.6+dfsg-1ubuntu4/debian/changelog
--- 5.15.6+dfsg-1/debian/changelog	2021-10-31 10:22:10.000000000 +0000
+++ 5.15.6+dfsg-1ubuntu4/debian/changelog	2022-05-17 21:22:30.000000000 +0000
@@ -1,3 +1,28 @@
+pyqt5 (5.15.6+dfsg-1ubuntu4) kinetic; urgency=medium
+
+  * No-change rebuild against Qt 5.15.4.
+
+ -- Dmitry Shachnev <mitya57@ubuntu.com>  Wed, 18 May 2022 00:22:30 +0300
+
+pyqt5 (5.15.6+dfsg-1ubuntu3) jammy; urgency=medium
+
+  * No-change rebuild against Qt 5.15.3.
+
+ -- Dmitry Shachnev <mitya57@ubuntu.com>  Sat, 19 Mar 2022 17:58:39 +0300
+
+pyqt5 (5.15.6+dfsg-1ubuntu2) jammy; urgency=medium
+
+  * No-change rebuild with Python 3.10 as default version
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Thu, 13 Jan 2022 20:19:55 +0000
+
+pyqt5 (5.15.6+dfsg-1ubuntu1) jammy; urgency=medium
+
+  * Remove testing against debug packages given that some of the dependent
+    debug packages no longer exist (LP: #1953083)
+
+ -- Dan Bungert <daniel.bungert@canonical.com>  Thu, 02 Dec 2021 15:53:41 -0700
+
 pyqt5 (5.15.6+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 5.15.6+dfsg-1/debian/control 5.15.6+dfsg-1ubuntu4/debian/control
--- 5.15.6+dfsg-1/debian/control	2021-10-31 10:22:10.000000000 +0000
+++ 5.15.6+dfsg-1ubuntu4/debian/control	2021-12-02 22:53:41.000000000 +0000
@@ -1,7 +1,8 @@
 Source: pyqt5
 Section: python
 Priority: optional
-Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Dmitry Shachnev <mitya57@debian.org>
 Build-Depends: debhelper-compat (= 13),
                dh-python,
diff -pruN 5.15.6+dfsg-1/debian/tests/control 5.15.6+dfsg-1ubuntu4/debian/tests/control
--- 5.15.6+dfsg-1/debian/tests/control	2021-10-31 10:22:10.000000000 +0000
+++ 5.15.6+dfsg-1ubuntu4/debian/tests/control	2021-12-02 22:53:41.000000000 +0000
@@ -1,2 +1,2 @@
 Tests: import
-Depends: python3-all-dbg, @
+Depends: python3-all, @
diff -pruN 5.15.6+dfsg-1/debian/tests/import 5.15.6+dfsg-1ubuntu4/debian/tests/import
--- 5.15.6+dfsg-1/debian/tests/import	2021-10-31 10:22:10.000000000 +0000
+++ 5.15.6+dfsg-1ubuntu4/debian/tests/import	2021-12-02 22:53:41.000000000 +0000
@@ -35,6 +35,4 @@ EOF
 for py in $(py3versions -s); do
   echo "testing $py"
   $py test_import.py
-  echo "testing $py-dbg"
-  $py-dbg test_import.py 2>&1
 done
