Hello, since the package is under salsa.debian.org/debian maintenance, I did
import the last NMU, added this change
and uploaded.
All is committed on git
diff --git a/debian/changelog b/debian/changelog
index 545af94..ffa78f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+faketime (0.9.10-2.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ zhangdandan <[email protected]> ]
+ * d/rules: fix hangs on the CLOCK_REALTIME test (Closes: #1085996)
+
+ -- Gianfranco Costamagna <[email protected]> Fri, 08 Nov 2024
14:53:20 +0100
+
faketime (0.9.10-2.2) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index 03b50a8..ace2d2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DEB_CFLAGS_MAINT_APPEND=-DMULTI_ARCH
# why -DFORCE_PTHREAD_NONVER: see README and
# timetest.c and https://github.com/wolfcw/libfaketime/issues/278
# (FORCE_MONOTONIC_FIX should now be autodetected)
-ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el riscv64 x32))
+ifneq (,$(filter $(DEB_HOST_ARCH),ppc64el riscv64 x32 loong64))
DEB_CFLAGS_MAINT_APPEND += -DFORCE_PTHREAD_NONVER
endif