diff -pruN 0.10.52-3/debian/changelog 0.10.52-4/debian/changelog
--- 0.10.52-3/debian/changelog	2022-08-02 07:39:55.000000000 +0000
+++ 0.10.52-4/debian/changelog	2022-08-04 09:23:16.000000000 +0000
@@ -1,3 +1,10 @@
+goffice (0.10.52-4) unstable; urgency=medium
+
+  * Reverted `--without-long-double` on [mips64el] (Closes: #1013929).
+    Thanks, Ludovic Rousseau.
+
+ -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 04 Aug 2022 19:23:16 +1000
+
 goffice (0.10.52-3) unstable; urgency=medium
 
   * New upstream patch to fix FTBFS on [mips64el] (Closes: #1013929).
diff -pruN 0.10.52-3/debian/rules 0.10.52-4/debian/rules
--- 0.10.52-3/debian/rules	2022-07-05 04:34:37.000000000 +0000
+++ 0.10.52-4/debian/rules	2022-08-04 09:22:16.000000000 +0000
@@ -39,12 +39,7 @@ LDFLAGS += -Wl,--as-needed
 # Make the linker find the X libraries
 LDFLAGS += -L/usr/X11R6/lib
 
-ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),mips64el))
-## FTBFS on [mips64el] (FAIL: test-math) :: https://gitlab.gnome.org/GNOME/goffice/-/issues/59
-CONF_OPTS += --without-long-double
-endif
-
-confflags := -v $(CONF_OPTS) \
+confflags := -v \
 	--host=$(DEB_HOST_GNU_TYPE) \
 	--build=$(DEB_BUILD_GNU_TYPE) \
 	--prefix=/usr \
