diff -pruN 0.12.1-2/debian/changelog 0.12.1-2ubuntu1/debian/changelog
--- 0.12.1-2/debian/changelog	2025-08-25 20:40:04.000000000 +0000
+++ 0.12.1-2ubuntu1/debian/changelog	2025-10-30 15:49:11.000000000 +0000
@@ -1,3 +1,11 @@
+speech-dispatcher (0.12.1-2ubuntu1) resolute; urgency=medium
+
+  * Merge with Debian unstable (lp: #2130152). Remaining changes:
+    - autopkgtest: Manually handle systemd user session (LP #2104259).
+    - Do not build speech-dispatcher-openjtalk on i386 (LP #2106103)
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 30 Oct 2025 16:49:11 +0100
+
 speech-dispatcher (0.12.1-2) unstable; urgency=medium
 
   * Upload to unstable.
@@ -23,6 +31,14 @@ speech-dispatcher (0.12.0-5) unstable; u
 
  -- Samuel Thibault <sthibault@debian.org>  Wed, 02 Jul 2025 01:34:43 +0200
 
+speech-dispatcher (0.12.0-4ubuntu1) questing; urgency=medium
+
+  * Merge with Debian unstable (lp: #2112072). Remaining changes:
+    - autopkgtest: Manually handle systemd user session (LP #2104259).
+    - Do not build speech-dispatcher-openjtalk on i386 (LP #2106103)
+
+ -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 04 Jun 2025 17:28:26 +0200
+
 speech-dispatcher (0.12.0-4) unstable; urgency=medium
 
   * patches/git-generic-empty: Fix hang on empty uterances.
@@ -41,6 +57,18 @@ speech-dispatcher (0.12.0-3) unstable; u
 
  -- Samuel Thibault <sthibault@debian.org>  Sun, 06 Apr 2025 16:27:20 +0200
 
+speech-dispatcher (0.12.0-2ubuntu2) plucky; urgency=medium
+
+  * Do not build speech-dispatcher-openjtalk on i386 (LP: #2106103)
+
+ -- Alessandro Astone <alessandro.astone@canonical.com>  Thu, 03 Apr 2025 10:19:35 +0200
+
+speech-dispatcher (0.12.0-2ubuntu1) plucky; urgency=medium
+
+  * autopkgtest: Manually handle systemd user session (LP: #2104259).
+
+ -- Alessandro Astone <alessandro.astone@canonical.com>  Wed, 26 Mar 2025 11:42:02 +0100
+
 speech-dispatcher (0.12.0-2) unstable; urgency=medium
 
   * Re-integrate 0.11.5-5.1 changes (Closes: Bug#1084827)
diff -pruN 0.12.1-2/debian/control 0.12.1-2ubuntu1/debian/control
--- 0.12.1-2/debian/control	2025-08-25 20:37:00.000000000 +0000
+++ 0.12.1-2ubuntu1/debian/control	2025-10-30 15:49:11.000000000 +0000
@@ -1,7 +1,8 @@
 Source: speech-dispatcher
 Section: sound
 Priority: optional
-Maintainer: Debian TTS Team <tts-project@alioth-lists.debian.net>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian TTS Team <tts-project@alioth-lists.debian.net>
 Uploaders:
  Paul Gevers <elbrus@debian.org>, Samuel Thibault <sthibault@debian.org>
 Build-Depends:
@@ -504,7 +505,7 @@ Description: Speech Dispatcher: Espeak-n
  This package contains the output module for the espeak-ng speech synthesizer.
 
 Package: speech-dispatcher-openjtalk
-Architecture: any
+Architecture: amd64 arm64 armel armhf mips64el ppc64el riscv64 s390x alpha hppa hurd-amd64 hurd-i386 loong64 m68k powerpc ppc64 sh4 sparc64 x32
 Multi-Arch: foreign
 Depends:
  ${shlibs:Depends},
diff -pruN 0.12.1-2/debian/tests/tests 0.12.1-2ubuntu1/debian/tests/tests
--- 0.12.1-2/debian/tests/tests	2025-05-06 20:42:06.000000000 +0000
+++ 0.12.1-2ubuntu1/debian/tests/tests	2025-10-30 15:48:30.000000000 +0000
@@ -11,4 +11,7 @@ dh_auto_configure 2>&1
 make check -C src/tests 2>&1
 make testsuite -C src/tests
 
+export XDG_RUNTIME_DIR=/run/user/$(id -u)
+systemctl --user start pulseaudio
+
 (cd src/tests ; ./testsuite) || (cat src/tests/testsuite.log ; cat $XDG_RUNTIME_DIR/speech-dispatcher/log/speech-dispatcher.log ; false)
