diff -pruN 1.1.2-3/debian/changelog 1.1.2-3ubuntu1/debian/changelog
--- 1.1.2-3/debian/changelog	2022-03-01 16:51:02.000000000 +0000
+++ 1.1.2-3ubuntu1/debian/changelog	2022-03-10 17:25:18.000000000 +0000
@@ -1,3 +1,13 @@
+inkscape (1.1.2-3ubuntu1) jammy; urgency=medium
+
+  * Merge from Debian.  Remaining changes:
+    + Restrict ragel and lib2geom build-deps on [!i386], since
+      they are not available there.
+    + Drop explicit dependency on libpoppler-glib8 that was added a workaround
+      for a Debian upgrade bug.
+
+ -- Erich Eickmeyer <eeickmeyer@ubuntu.com>  Thu, 10 Mar 2022 09:25:18 -0800
+
 inkscape (1.1.2-3) unstable; urgency=medium
 
   * Add patch from upstream to fix crash when copying a 3d box without a
diff -pruN 1.1.2-3/debian/control 1.1.2-3ubuntu1/debian/control
--- 1.1.2-3/debian/control	2022-02-19 17:18:33.000000000 +0000
+++ 1.1.2-3ubuntu1/debian/control	2022-03-10 17:25:18.000000000 +0000
@@ -1,7 +1,8 @@
 Source: inkscape
 Section: graphics
 Priority: optional
-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Uploaders:
  Mattia Rizzolo <mattia@debian.org>,
 Build-Depends:
@@ -13,7 +14,7 @@ Build-Depends:
  python3,
 Build-Depends-Arch:
  imagemagick (>= 0) <!nocheck>,
- lib2geom-dev,
+ lib2geom-dev [!i386],
  libaspell-dev,
  libboost-dev,
  libboost-filesystem-dev,
@@ -51,7 +52,7 @@ Build-Depends-Arch:
  libxslt1-dev,
  pkg-config,
  python3-lxml <!nocheck>,
- ragel,
+ ragel [!i386],
  zlib1g-dev,
 Standards-Version: 4.5.1
 Rules-Requires-Root: no
@@ -62,8 +63,6 @@ Vcs-Browser: https://salsa.debian.org/mu
 Package: inkscape
 Architecture: any
 Depends:
-# See https://bugs.debian.org/969907
- libpoppler-glib8 (>= 20.09.0),
  librsvg2-common [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64],
  ${misc:Depends},
  ${python3:Depends},
diff -pruN 1.1.2-3/debian/rules 1.1.2-3ubuntu1/debian/rules
--- 1.1.2-3/debian/rules	2022-03-01 15:50:27.000000000 +0000
+++ 1.1.2-3ubuntu1/debian/rules	2022-01-23 13:27:38.000000000 +0000
@@ -27,7 +27,13 @@ override_dh_auto_configure-arch:
 
 override_dh_auto_test-arch:
 	cd obj-$(DEB_HOST_GNU_TYPE) && LC_ALL=C.UTF-8 ninja -j$(NUMJOBS) -v tests
+	# some tests are not parallel-safe, since they try to look at the same file
+ifeq ($(DEB_HOST_ARCH_ENDIAN),little)
 	dh_auto_test -a --no-parallel
+else
+	# the testsuite fails on BE.  https://gitlab.com/inkscape/inkscape/-/issues/1365
+	-dh_auto_test -a --no-parallel
+endif
 
 override_dh_auto_install-arch:
 	# The tutorials are manually installed, the rest goes here
