diff -pruN 1.8.7-1/debian/changelog 1.8.7-2/debian/changelog
--- 1.8.7-1/debian/changelog	2022-07-31 17:10:04.000000000 +0000
+++ 1.8.7-2/debian/changelog	2022-08-01 06:51:47.000000000 +0000
@@ -1,3 +1,10 @@
+maildir-utils (1.8.7-2) unstable; urgency=medium
+
+  * debian/rules: Both armel and ia64 have guile-3.0-dev, stop passing
+    --disable-guile there (thanks to Adrian Bunk)
+
+ -- Martin <debacle@debian.org>  Mon, 01 Aug 2022 06:51:47 +0000
+
 maildir-utils (1.8.7-1) unstable; urgency=medium
 
   * New upstream version
diff -pruN 1.8.7-1/debian/mu4e.links 1.8.7-2/debian/mu4e.links
--- 1.8.7-1/debian/mu4e.links	2022-07-30 16:41:02.000000000 +0000
+++ 1.8.7-2/debian/mu4e.links	2022-08-01 06:51:47.000000000 +0000
@@ -1,3 +1,3 @@
 /usr/share/doc/maildir-utils/NEWS.org /usr/share/doc/mu4e/NEWS.org
-/usr/share/doc/maildir-utils/README.org /usr/share/doc/mu4e/README.org
-/usr/share/doc/maildir-utils/TODO /usr/share/doc/mu4e/TODO
+/usr/share/doc/maildir-utils/README.org.gz /usr/share/doc/mu4e/README.org.gz
+/usr/share/doc/maildir-utils/TODO.gz /usr/share/doc/mu4e/TODO.gz
diff -pruN 1.8.7-1/debian/rules 1.8.7-2/debian/rules
--- 1.8.7-1/debian/rules	2022-07-31 16:59:08.000000000 +0000
+++ 1.8.7-2/debian/rules	2022-08-01 06:47:13.000000000 +0000
@@ -2,18 +2,6 @@
 
 include /usr/share/dpkg/pkg-info.mk
 
-# ia64 cannot build guile-2.0, so we have to disable it
-# one part is in the control file removing the build-deps on libguile-2.0-dev
-# for ia64, one part is here to disable guile compiling and some rules
-# same for armel
-
-DOGUILECONFIG=
-BAD_GUILE_ARCHS := ia64 armel
-include /usr/share/dpkg/architecture.mk
-ifneq ($(filter $(DEB_HOST_ARCH),$(BAD_GUILE_ARCHS)),)
-  DOGUILECONFIG=--disable-guile
-endif
-
 ELPA_NAME=mu4e
 export ELPA_NAME
 
@@ -21,7 +9,7 @@ export ELPA_NAME
 	dh $@ --with elpa
 
 override_dh_auto_configure:
-	dh_auto_configure -- --docdir='$${prefix}/share/doc/maildir-utils' --disable-webkit $(DOGUILECONFIG)
+	dh_auto_configure -- --docdir='$${prefix}/share/doc/maildir-utils' --disable-webkit
 
 execute_after_dh_auto_install:
 	-rm $(CURDIR)/debian/tmp/usr/lib/*/libguile-mu.la
