diff -pruN 1.2.2-2/debian/changelog 1.2.2-2ubuntu1/debian/changelog
--- 1.2.2-2/debian/changelog	2023-01-10 01:09:18.000000000 +0000
+++ 1.2.2-2ubuntu1/debian/changelog	2023-01-10 16:38:44.000000000 +0000
@@ -1,3 +1,10 @@
+inkscape (1.2.2-2ubuntu1) lunar; urgency=medium
+
+  * Restrict ragel and lib2geom build-deps on [!i386],
+    since they are not available there.
+
+ -- Mattia Rizzolo <mattia@debian.org>  Tue, 10 Jan 2023 17:38:44 +0100
+
 inkscape (1.2.2-2) unstable; urgency=medium
 
   * Add several patches skipping several tests that fail across varying
diff -pruN 1.2.2-2/debian/control 1.2.2-2ubuntu1/debian/control
--- 1.2.2-2/debian/control	2023-01-10 01:08:51.000000000 +0000
+++ 1.2.2-2ubuntu1/debian/control	2023-01-10 16:38:38.000000000 +0000
@@ -13,7 +13,7 @@ Build-Depends:
  python3,
 Build-Depends-Arch:
  imagemagick (>= 0) <!nocheck>,
- lib2geom-dev (>= 1.2.2-2),
+ lib2geom-dev (>= 1.2.2-2) [!i386],
  libaspell-dev,
  libboost-dev,
  libboost-filesystem-dev,
@@ -51,7 +51,7 @@ Build-Depends-Arch:
  libxslt1-dev,
  pkg-config,
  python3-lxml <!nocheck>,
- ragel,
+ ragel [!i386],
  zlib1g-dev,
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
