diff -pruN 1.0.0.rc16-12/debian/changelog 1.0.0.rc16-12ubuntu1/debian/changelog
--- 1.0.0.rc16-12/debian/changelog	2022-08-03 16:40:35.000000000 +0000
+++ 1.0.0.rc16-12ubuntu1/debian/changelog	2022-08-22 11:54:07.000000000 +0000
@@ -1,3 +1,10 @@
+dmraid (1.0.0.rc16-12ubuntu1) kinetic; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    - d/control: Depend on kpartx-boot to pull kpartx into the initramfs
+
+ -- Lukas Märdian <slyon@ubuntu.com>  Mon, 22 Aug 2022 13:54:07 +0200
+
 dmraid (1.0.0.rc16-12) unstable; urgency=medium
 
   [ Chris Hofstaedtler <zeha@debian.org> ]
@@ -5,6 +12,15 @@ dmraid (1.0.0.rc16-12) unstable; urgency
 
  -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Wed, 03 Aug 2022 18:40:35 +0200
 
+dmraid (1.0.0.rc16-11ubuntu1) kinetic; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    - debian/control: Depend on kpartx-boot to pull kpartx into the initramfs.
+  * Dropped changes, applied in Debian:
+    - Fix bad library symlink
+
+ -- Lukas Märdian <slyon@ubuntu.com>  Tue, 24 May 2022 17:28:59 +0200
+
 dmraid (1.0.0.rc16-11) unstable; urgency=medium
 
   [ Helmut Grohne <helmut@subdivi.de> ]
@@ -13,6 +29,25 @@ dmraid (1.0.0.rc16-11) unstable; urgency
 
  -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Wed, 16 Feb 2022 17:44:50 +0100
 
+dmraid (1.0.0.rc16-10ubuntu2) jammy; urgency=medium
+
+  * Cherry pick fix from Debian
+
+  [ Helmut Grohne <helmut@subdivi.de> ]
+  * Fix bad library symlink (closes: #1005622). Thanks to Michael Biebl and
+    Lucas Nussbaum.
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 30 Mar 2022 12:01:08 +0200
+
+dmraid (1.0.0.rc16-10ubuntu1) jammy; urgency=medium
+
+  * Depend on kpartx-boot to pull kpartx into the initramfs. I have no way to
+    check if it's indeed still needed, but at least right now without it there
+    is no kpartx on the initramfs. Better playing it safe than re-introducing
+    a bug from 2012.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>  Fri, 11 Feb 2022 11:01:56 +0100
+
 dmraid (1.0.0.rc16-10) unstable; urgency=medium
 
   [ Johannes Schauer Marin Rodrigues <josch@debian.org> ]
diff -pruN 1.0.0.rc16-12/debian/control 1.0.0.rc16-12ubuntu1/debian/control
--- 1.0.0.rc16-12/debian/control	2022-08-03 16:40:35.000000000 +0000
+++ 1.0.0.rc16-12ubuntu1/debian/control	2022-08-22 11:54:07.000000000 +0000
@@ -1,14 +1,15 @@
 Source: dmraid
 Section: admin
 Priority: optional
-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
 Standards-Version: 4.6.0
 Build-Depends: debhelper-compat (= 13), dh-exec, libdevmapper-dev, libklibc-dev
 Homepage: http://people.redhat.com/~heinzm/sw/dmraid/
 
 Package: dmraid
 Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dmsetup
+Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dmsetup, kpartx-boot
 Description: Device-Mapper Software RAID support tool
  dmraid discovers, activates, deactivates and displays properties
  of software RAID sets (eg, ATARAID) and contained DOS partitions.
