The attached patch fixes the priv-wrapper build for those 32-bit architectures which were part of the debian time64 transition.
Helge
diff -up ./debian/rules.org ./debian/rules --- ./debian/rules.org 2024-11-05 21:06:18.672555969 +0000 +++ ./debian/rules 2024-11-05 21:06:31.384793931 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all abi=-time64 %: dh $@ --builddirectory=build