diff -pruN 1.2.7-3/debian/changelog 1.2.7-3ubuntu8/debian/changelog
--- 1.2.7-3/debian/changelog	2024-07-24 20:12:11.000000000 +0000
+++ 1.2.7-3ubuntu8/debian/changelog	2025-09-16 06:42:21.000000000 +0000
@@ -1,3 +1,51 @@
+fcitx-qt5 (1.2.7-3ubuntu8) questing; urgency=medium
+
+  * No-change rebuild for Qt 6.9.2 private ABI.
+
+ -- Rik Mills <rikmills@kde.org>  Tue, 16 Sep 2025 07:42:21 +0100
+
+fcitx-qt5 (1.2.7-3ubuntu7) questing; urgency=medium
+
+  * No-change rebuild against Qt 5.15.17.
+
+ -- Dmitry Shachnev <mitya57@ubuntu.com>  Sun, 13 Jul 2025 10:54:06 +0300
+
+fcitx-qt5 (1.2.7-3ubuntu6) plucky; urgency=medium
+
+  * No-change rebuild for Qt 6.8.3 (LP: #2103945).
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 29 Mar 2025 15:05:47 -0500
+
+fcitx-qt5 (1.2.7-3ubuntu5) plucky; urgency=medium
+
+  * No-change rebuild for Qt 6.8.2.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Mon, 03 Feb 2025 01:32:53 -0600
+
+fcitx-qt5 (1.2.7-3ubuntu4) plucky; urgency=medium
+
+  * No-change rebuild for Qt 6.8.1.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 04 Dec 2024 14:29:32 -0600
+
+fcitx-qt5 (1.2.7-3ubuntu3) plucky; urgency=medium
+
+  * No-change rebuild for Qt 6.8.0.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 04 Dec 2024 14:29:32 -0600
+
+fcitx-qt5 (1.2.7-3ubuntu2) plucky; urgency=medium
+
+  * No-change rebuild against Qt 6.7.2 private-abi.
+
+ -- Rik Mills <rikmills@kde.org>  Thu, 17 Oct 2024 17:51:51 +0100
+
+fcitx-qt5 (1.2.7-3ubuntu1) oracular; urgency=medium
+
+  * Add a patch to avoid calling qmake6, which is broken on arm64.
+
+ -- Dmitry Shachnev <mitya57@ubuntu.com>  Sun, 15 Sep 2024 21:06:47 +0300
+
 fcitx-qt5 (1.2.7-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.2.7-3/debian/control 1.2.7-3ubuntu8/debian/control
--- 1.2.7-3/debian/control	2024-07-24 20:03:50.000000000 +0000
+++ 1.2.7-3ubuntu8/debian/control	2024-09-15 18:06:47.000000000 +0000
@@ -1,7 +1,8 @@
 Source: fcitx-qt5
 Section: libs
 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:
  Aron Xu <aron@debian.org>,
  YunQiang Su <syq@debian.org>,
diff -pruN 1.2.7-3/debian/patches/no_qmake.patch 1.2.7-3ubuntu8/debian/patches/no_qmake.patch
--- 1.2.7-3/debian/patches/no_qmake.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.7-3ubuntu8/debian/patches/no_qmake.patch	2024-09-15 18:06:41.000000000 +0000
@@ -0,0 +1,25 @@
+Description: avoid calling qmake as a subprocess
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: no
+Last-Update: 2024-09-15
+
+--- a/qt6/platforminputcontext/CMakeLists.txt
++++ b/qt6/platforminputcontext/CMakeLists.txt
+@@ -40,16 +40,4 @@ target_link_libraries(fcitxplatforminput
+                           XKBCommon::XKBCommon
+                          )
+ 
+-get_target_property(_QT6_QMAKE_EXECUTABLE Qt6::qmake LOCATION)
+-execute_process(
+-    COMMAND ${_QT6_QMAKE_EXECUTABLE} -query "QT_INSTALL_PLUGINS"
+-    RESULT_VARIABLE return_code
+-    OUTPUT_VARIABLE _QT6PLUGINDIR
+-)
+-if(return_code EQUAL 0)
+-    string(STRIP "${_QT6PLUGINDIR}" _QT6PLUGINDIR)
+-else()
+-    message(FATAL_ERROR "QMake Qt6 call failed: ${return_code}")
+-endif()
+-set(CMAKE_INSTALL_QT6PLUGINDIR ${_QT6PLUGINDIR} CACHE PATH "Qt6 plugin dir")
+-install(TARGETS fcitxplatforminputcontextplugin-qt6 DESTINATION ${CMAKE_INSTALL_QT6PLUGINDIR}/platforminputcontexts)
++install(TARGETS fcitxplatforminputcontextplugin-qt6 DESTINATION ${QT6_INSTALL_PLUGINS}/platforminputcontexts)
diff -pruN 1.2.7-3/debian/patches/series 1.2.7-3ubuntu8/debian/patches/series
--- 1.2.7-3/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.2.7-3ubuntu8/debian/patches/series	2024-09-15 18:05:46.000000000 +0000
@@ -0,0 +1 @@
+no_qmake.patch
