diff -pruN 1.12.1-2/debian/changelog 1.12.1-2ubuntu2/debian/changelog
--- 1.12.1-2/debian/changelog	2021-09-21 13:54:50.000000000 +0000
+++ 1.12.1-2ubuntu2/debian/changelog	2022-03-23 13:58:27.000000000 +0000
@@ -1,3 +1,17 @@
+ibus-libpinyin (1.12.1-2ubuntu2) jammy; urgency=medium
+
+  * No-change rebuild for ppc64el baseline bump.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>  Wed, 23 Mar 2022 14:58:27 +0100
+
+ibus-libpinyin (1.12.1-2ubuntu1) jammy; urgency=medium
+
+  * Merge with Debian unstable, remaining changes:
+    - d/control, d/p/enable-lua5.3.patch:
+      + Build with lua5.3 instead of lua5.4
+
+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Wed, 20 Oct 2021 08:51:38 +0200
+
 ibus-libpinyin (1.12.1-2) unstable; urgency=medium
 
   * Team upload.
@@ -17,6 +31,50 @@ ibus-libpinyin (1.12.1-1) unstable; urge
 
  -- Boyuan Yang <byang@debian.org>  Sat, 18 Sep 2021 21:26:50 -0400
 
+ibus-libpinyin (1.12.0-3ubuntu6) impish; urgency=medium
+
+  * No-change rebuild to build packages with zstd compression.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:12:49 +0200
+
+ibus-libpinyin (1.12.0-3ubuntu5) impish; urgency=medium
+
+  * Enable opencc support
+    - libopencc1.1, libopencc-data and libmarisa0 are now either
+      promoted or ready to be promoted to main.
+
+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Fri, 30 Apr 2021 12:51:21 +0200
+
+ibus-libpinyin (1.12.0-3ubuntu4) hirsute; urgency=medium
+
+  * Revert the previous change, opencc has a Depends on libmarisa which
+    is still in universe.
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 27 Jan 2021 11:35:26 +0100
+
+ibus-libpinyin (1.12.0-3ubuntu3) hirsute; urgency=medium
+
+  * Enable opencc support
+    - libopencc1.1 has now been promoted to main.
+
+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Tue, 26 Jan 2021 22:30:35 +0100
+
+ibus-libpinyin (1.12.0-3ubuntu2) hirsute; urgency=medium
+
+  * debian/patches/enable-lua5.3.patch:
+    - Really enable lua extension
+
+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Mon, 28 Dec 2020 17:15:53 +0100
+
+ibus-libpinyin (1.12.0-3ubuntu1) hirsute; urgency=medium
+
+  * liblua5.4-0 and libopencc1.1 are not yet in main, so
+    - build with liblua5.3-dev (on all archs)
+    - disable opencc support
+    for now to permit migration to hirsute-release.
+
+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Mon, 28 Dec 2020 15:15:54 +0100
+
 ibus-libpinyin (1.12.0-3) unstable; urgency=medium
 
   * Disable lua binding on armel/armhf/mipsel due to Bug #978401. 
diff -pruN 1.12.1-2/debian/control 1.12.1-2ubuntu2/debian/control
--- 1.12.1-2/debian/control	2021-09-21 13:54:37.000000000 +0000
+++ 1.12.1-2ubuntu2/debian/control	2021-10-19 19:10:32.000000000 +0000
@@ -1,7 +1,8 @@
 Source: ibus-libpinyin
 Section: utils
 Priority: optional
-Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
 Uploaders: Asias He <asias@debian.org>,
            Aron Xu <aron@debian.org>,
            ChangZhuo Chen (陳昌倬) <czchen@debian.org>
@@ -12,8 +13,7 @@ Build-Depends: debhelper-compat (= 13),
                libgtk-3-dev,
                libibus-1.0-dev (>= 1.5.11),
                libjson-glib-dev,
-# https://bugs.debian.org/978401 [!armel !armhf !mipsel]
-               liblua5.4-dev [!armel],
+               liblua5.3-dev,
                libopencc-dev,
                libpinyin13-dev (>= 2.6.1),
                libsoup2.4-dev,
diff -pruN 1.12.1-2/debian/patches/enable-lua5.3.patch 1.12.1-2ubuntu2/debian/patches/enable-lua5.3.patch
--- 1.12.1-2/debian/patches/enable-lua5.3.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.12.1-2ubuntu2/debian/patches/enable-lua5.3.patch	2021-01-27 10:31:22.000000000 +0000
@@ -0,0 +1,23 @@
+Description: Build with liblua5.3-dev
+ In ibus-libpinyin 1.12.0-2 the liblua5.3-dev build dependency was
+ bumped to liblua5.4-dev. Since liblua5.4-0 is not yet in main
+ (<https://launchpad.net/bugs/1910372>), Ubuntu needs to stay with
+ liblua5.3-dev in debian/control for now.
+ .
+ This patch helps configure.ac to recognize lua5.3 as a lua package
+ when building.
+Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
+Forwarded: not-needed
+Last-Update: 2021-01-26
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -173,7 +173,7 @@
+ if test x"$has_lua_extension" = x"no";
+ then
+     PKG_CHECK_MODULES(LUA, [
+-        lua5.1
++        lua5.3
+     ], [],
+     [enable_lua_extension=no]
+     );
diff -pruN 1.12.1-2/debian/patches/series 1.12.1-2ubuntu2/debian/patches/series
--- 1.12.1-2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.12.1-2ubuntu2/debian/patches/series	2021-10-19 19:43:10.000000000 +0000
@@ -0,0 +1 @@
+enable-lua5.3.patch
