diff -pruN 1.2.1-1/debian/changelog 1.2.1-1ubuntu1/debian/changelog
--- 1.2.1-1/debian/changelog	2022-10-18 14:52:33.000000000 +0000
+++ 1.2.1-1ubuntu1/debian/changelog	2022-11-07 21:56:44.000000000 +0000
@@ -1,3 +1,10 @@
+pinentry (1.2.1-1ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Don't build the Qt5-based pinentry on i386.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 07 Nov 2022 13:56:44 -0800
+
 pinentry (1.2.1-1) unstable; urgency=medium
 
   * new upstream release
@@ -7,6 +14,13 @@ pinentry (1.2.1-1) unstable; urgency=med
 
  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 18 Oct 2022 10:52:33 -0400
 
+pinentry (1.2.0-2ubuntu1) kinetic; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Don't build the Qt5-based pinentry on i386.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 26 Jun 2022 22:11:30 -0700
+
 pinentry (1.2.0-2) unstable; urgency=medium
 
   * Fix --lc-ctype in manpages (Closes: #979412)
@@ -16,6 +30,12 @@ pinentry (1.2.0-2) unstable; urgency=med
 
  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 24 Jun 2022 22:38:56 -0400
 
+pinentry (1.2.0-1ubuntu1) kinetic; urgency=medium
+
+  * Don't build the Qt5-based pinentry on i386.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 19 May 2022 15:48:36 +0000
+
 pinentry (1.2.0-1) unstable; urgency=medium
 
   * New upstream release to unstable
@@ -500,3 +520,4 @@ pinentry (0.7.1-1) unstable; urgency=low
   * Added missing include file path in qt/Makefile.am.
 
  -- Peter Eisentraut <peter_e@gmx.net>  Fri, 07 May 2004 11:07:25 +0200
+
diff -pruN 1.2.1-1/debian/control 1.2.1-1ubuntu1/debian/control
--- 1.2.1-1/debian/control	2022-09-15 22:34:07.000000000 +0000
+++ 1.2.1-1ubuntu1/debian/control	2022-10-19 03:21:54.000000000 +0000
@@ -1,7 +1,8 @@
 Source: pinentry
 Section: utils
 Priority: optional
-Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
 Uploaders:
  Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
 Build-Depends:
@@ -14,7 +15,7 @@ Build-Depends:
  libgtk2.0-dev (>= 2.4.0),
  libncurses5-dev,
  libncursesw5-dev,
- libqt5waylandclient5-dev,
+ libqt5waylandclient5-dev [!i386],
  libsecret-1-dev,
  m4,
  pkg-config,
diff -pruN 1.2.1-1/debian/rules 1.2.1-1ubuntu1/debian/rules
--- 1.2.1-1/debian/rules	2022-10-18 07:53:36.000000000 +0000
+++ 1.2.1-1ubuntu1/debian/rules	2022-11-07 21:56:44.000000000 +0000
@@ -5,6 +5,11 @@ export QT_SELECT
 SHARED_CONFIGS = --disable-rpath --without-libcap --disable-pinentry-emacs --disable-inside-emacs --enable-fallback-curses --disable-pinentry-tqt --disable-pinentry-efl
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifneq ($(DEB_HOST_ARCH), i386)
+   ENABLE_QT = --enable-pinentry-qt
+endif
+
 %:
 	dh $@
 
@@ -13,7 +18,7 @@ override_dh_auto_configure:
 		$(SHARED_CONFIGS) --disable-libsecret \
 		--enable-pinentry-tty \
 		--enable-pinentry-curses \
-		--enable-pinentry-qt \
+		$(ENABLE_QT) \
 		--disable-pinentry-qt4 \
 		--enable-pinentry-fltk \
 		--disable-pinentry-gtk2 \
