diff -pruN 2.50.1-1/debian/changelog 2.50.1-1ubuntu1/debian/changelog
--- 2.50.1-1/debian/changelog	2025-10-10 11:02:49.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/changelog	2025-10-28 16:22:13.000000000 +0000
@@ -1,3 +1,11 @@
+webkit2gtk (2.50.1-1ubuntu1) resolute; urgency=medium
+
+  * Merge with Debian unstable. Remaining changes:
+    - Build with clang 19 on armhf instead of default clang 20
+    - Fix FTBFS on RISC-V by manually disabling native SIMD (LP #2121516)
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 28 Oct 2025 12:22:13 -0400
+
 webkit2gtk (2.50.1-1) unstable; urgency=medium
 
   * New upstream release.
@@ -17,6 +25,14 @@ webkit2gtk (2.50.1-1) unstable; urgency=
 
  -- Alberto Garcia <berto@igalia.com>  Fri, 10 Oct 2025 13:02:49 +0200
 
+webkit2gtk (2.50.0-2ubuntu1) questing; urgency=medium
+
+  * Merge with Debian unstable (LP: #2126553). Remaining changes:
+    - Build with clang 19 on armhf instead of default clang 20
+    - Fix FTBFS on RISC-V by manually disabling native SIMD (LP #2121516)
+
+ -- Alessandro Astone <alessandro.astone@canonical.com>  Wed, 01 Oct 2025 10:21:05 +0200
+
 webkit2gtk (2.50.0-2) unstable; urgency=medium
 
   * debian/patches/fix-ftbfs-i386.patch:
@@ -53,6 +69,19 @@ webkit2gtk (2.50.0-1) unstable; urgency=
 
  -- Alberto Garcia <berto@igalia.com>  Fri, 19 Sep 2025 11:20:29 +0200
 
+webkit2gtk (2.48.6-1ubuntu2) questing; urgency=medium
+
+  * Fix FTBFS on RISC-V by manually disabling native SIMD (LP: #2121516)
+
+ -- Valentin Haudiquet <valentin.haudiquet@canonical.com>  Tue, 09 Sep 2025 15:32:00 +0200
+
+webkit2gtk (2.48.6-1ubuntu1) questing; urgency=medium
+
+  * Sync with Debian. Remaining change:
+    - Build with clang 19 on armhf instead of default clang 20
+
+ -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 04 Sep 2025 18:13:24 -0400
+
 webkit2gtk (2.48.6-1) unstable; urgency=medium
 
   [ Alberto Garcia ]
diff -pruN 2.50.1-1/debian/control 2.50.1-1ubuntu1/debian/control
--- 2.50.1-1/debian/control	2025-10-10 11:02:49.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/control	2025-10-28 16:22:13.000000000 +0000
@@ -2,7 +2,8 @@
 Source: webkit2gtk
 Priority: optional
 Section: web
-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
 Uploaders: Alberto Garcia <berto@igalia.com>,
            Emilio Pozuelo Monfort <pochu@debian.org>
 X-Ubuntu-Use-Langpack: no
@@ -10,7 +11,8 @@ Build-Depends: debhelper-compat (= 13),
                bubblewrap [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
                xdg-dbus-proxy [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
                libseccomp-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
-               clang [amd64 arm64 armel armhf i386 ppc64el riscv64 s390x],
+               clang [amd64 arm64 armel i386 ppc64el riscv64 s390x],
+               clang-19 [armhf],
                cmake (>= 3.20),
                gcc-14 [mips64el],
                g++-14 [mips64el],
diff -pruN 2.50.1-1/debian/control.in 2.50.1-1ubuntu1/debian/control.in
--- 2.50.1-1/debian/control.in	2025-10-10 11:02:49.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/control.in	2025-10-28 16:22:13.000000000 +0000
@@ -1,7 +1,8 @@
 Source: webkit2gtk
 Priority: optional
 Section: web
-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
 Uploaders: Alberto Garcia <berto@igalia.com>,
            Emilio Pozuelo Monfort <pochu@debian.org>
 X-Ubuntu-Use-Langpack: no
@@ -9,7 +10,8 @@ Build-Depends: debhelper-compat (= 13),
                bubblewrap [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
                xdg-dbus-proxy [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
                libseccomp-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64 hppa ppc64 x32],
-               clang [amd64 arm64 armel armhf i386 ppc64el riscv64 s390x],
+               clang [amd64 arm64 armel i386 ppc64el riscv64 s390x],
+               clang-19 [armhf],
                cmake (>= 3.20),
                gcc-14 [mips64el],
                g++-14 [mips64el],
diff -pruN 2.50.1-1/debian/patches/fix-ftbfs-riscv64-simd.patch 2.50.1-1ubuntu1/debian/patches/fix-ftbfs-riscv64-simd.patch
--- 2.50.1-1/debian/patches/fix-ftbfs-riscv64-simd.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/patches/fix-ftbfs-riscv64-simd.patch	2025-10-28 16:22:13.000000000 +0000
@@ -0,0 +1,20 @@
+Description: Fix FTBFS on RISC-V by manually disabling native SIMD
+ Manually disable native SIMD on riscv64 to prevent FTBFS
+Author: Valentin Haudiquet <valentin.haudiquet@canonical.com>
+Last-Update: 2025-09-09
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/2121516
+---
+
+--- webkit2gtk-2.48.6.orig/Source/WTF/wtf/simde/arm/neon.h
++++ webkit2gtk-2.48.6/Source/WTF/wtf/simde/arm/neon.h
+@@ -31,6 +31,10 @@
+ #if !defined(SIMDE_ARM_NEON_H)
+ #define SIMDE_ARM_NEON_H
+ 
++#ifndef SIMDE_RISCV_V_NO_NATIVE
++#define SIMDE_RISCV_V_NO_NATIVE 1
++#endif
++
+ /* AUTOMATICALLY GENERATED FILE, DO NOT MODIFY */
+ /* b8e468a68a879f51c694791e17a4bff175d7cd5e */
+ /* :: Begin simde/arm/neon/types.h :: */
diff -pruN 2.50.1-1/debian/patches/series 2.50.1-1ubuntu1/debian/patches/series
--- 2.50.1-1/debian/patches/series	2025-10-10 11:02:49.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/patches/series	2025-10-28 16:22:13.000000000 +0000
@@ -2,3 +2,4 @@ fix-ftbfs-riscv64.patch
 fix-ftbfs-sparc64.patch
 fix-ftbfs-x32.patch
 disable-nvidia-dmabuf.patch
+fix-ftbfs-riscv64-simd.patch
diff -pruN 2.50.1-1/debian/rules 2.50.1-1ubuntu1/debian/rules
--- 2.50.1-1/debian/rules	2025-10-10 11:02:49.000000000 +0000
+++ 2.50.1-1ubuntu1/debian/rules	2025-10-28 16:22:13.000000000 +0000
@@ -39,11 +39,16 @@ endif
 
 # Skia strongly recommends using clang
 # https://skia.org/docs/user/build/#supported-and-preferred-compilers
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf i386 ppc64el riscv64 s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel i386 ppc64el riscv64 s390x))
 	EXTRA_CMAKE_ARGUMENTS += \
 	   -DCMAKE_C_COMPILER=clang \
 	   -DCMAKE_CXX_COMPILER=clang++
 endif
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+	EXTRA_CMAKE_ARGUMENTS += \
+	   -DCMAKE_C_COMPILER=clang-19 \
+	   -DCMAKE_CXX_COMPILER=clang++-19
+endif
 
 # GCC 15 fails in mips64el with an internal compiler error.
 # (Clang also fails with "failed to perform tail call elimination").
