diff -pruN 1.8.1-4/debian/changelog 1.8.1-4ubuntu1/debian/changelog
--- 1.8.1-4/debian/changelog	2025-09-23 11:36:57.000000000 +0000
+++ 1.8.1-4ubuntu1/debian/changelog	2025-10-29 14:23:43.000000000 +0000
@@ -1,3 +1,13 @@
+jq (1.8.1-4ubuntu1) resolute; urgency=medium
+
+  * Merge with Debian unstable (LP: #2130098). Remaining changes:
+    - d/control: don't build-depend on python3-jsonschema on i386, since that
+      package is uninstallable on Ubuntu i386. This works for now because
+      python3-jsonschema is only used in a script during tests if the manual.yml
+      file is patched by the packaging. (LP #2104170)
+
+ -- Nadzeya Hutsko <nadzeya.hutsko@canonical.com>  Wed, 29 Oct 2025 14:23:43 +0000
+
 jq (1.8.1-4) unstable; urgency=medium
 
   [ ChangZhuo Chen (陳昌倬) ]
@@ -10,6 +20,16 @@ jq (1.8.1-4) unstable; urgency=medium
 
  -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Tue, 23 Sep 2025 19:36:57 +0800
 
+jq (1.8.1-3ubuntu1) questing; urgency=medium
+
+  * Merge with Debian unstable (LP: #2117297). Remaining changes:
+    - d/control: don't build-depend on python3-jsonschema on i386, since that
+      package is uninstallable on Ubuntu i386. This works for now because
+      python3-jsonschema is only used in a script during tests if the manual.yml
+      file is patched by the packaging. (LP #2104170)
+
+ -- Simon Poirier <simon.poirier@canonical.com>  Fri, 18 Jul 2025 20:34:47 -0400
+
 jq (1.8.1-3) unstable; urgency=medium
 
   [ ChangZhuo Chen (陳昌倬) ]
@@ -46,6 +66,16 @@ jq (1.8.0-1) unstable; urgency=medium
 
  -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Mon, 09 Jun 2025 09:40:21 +0800
 
+jq (1.7.1-6ubuntu1) questing; urgency=medium
+
+  * Merge with Debian unstable (lp: #2112016). Remaining changes:
+    - d/control: don't build-depend on python3-jsonschema on i386, since that
+      package is uninstallable on Ubuntu i386. This works for now because
+      python3-jsonschema is only used in a script during tests if the manual.yml
+      file is patched by the packaging. (LP: #2104170)
+
+ -- Ankush Pathak <ankush.pathak@canonical.com>  Thu, 05 Jun 2025 16:01:26 +0530
+
 jq (1.7.1-6) unstable; urgency=medium
 
   * Cherry-pick upstream commit for CVE-2024-23337 (Closes: #1106289)
@@ -66,6 +96,21 @@ jq (1.7.1-4) unstable; urgency=medium
 
  -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Wed, 09 Apr 2025 22:34:25 +0800
 
+jq (1.7.1-3ubuntu1) plucky; urgency=medium
+
+  * d/control: don't build-depend on python3-jsonschema on i386, since that
+    package is uninstallable on Ubuntu i386. This works for now because
+    python3-jsonschema is only used in a script during tests if the manual.yml
+    file is patched by the packaging. (LP: #2104170)
+
+ -- Andreas Hasenack <andreas@canonical.com>  Mon, 07 Apr 2025 21:02:49 -0300
+
+jq (1.7.1-3build1) noble; urgency=medium
+
+  * No-change rebuild for CVE-2024-3094
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 31 Mar 2024 07:40:40 +0000
+
 jq (1.7.1-3) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff -pruN 1.8.1-4/debian/control 1.8.1-4ubuntu1/debian/control
--- 1.8.1-4/debian/control	2025-09-23 11:06:05.000000000 +0000
+++ 1.8.1-4ubuntu1/debian/control	2025-10-29 14:23:43.000000000 +0000
@@ -1,14 +1,15 @@
 Source: jq
 Section: utils
 Priority: optional
-Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
 Build-Depends: debhelper-compat (= 13),
                bison,
                flex,
                libonig-dev,
                libtool,
                python3-jinja2:native,
-               python3-jsonschema:native,
+               python3-jsonschema:native [!i386],
                python3-lxml:native,
                python3-markdown,
                python3-yaml:native,
