El 8/12/24 a las 22:19, Thomas Lange escribió:
That fixed the problem for me in an Debian testing environment using make-j4 in the doc directory.
Good for you, but such fix still fails for me when using dpkg-buildpackage -j2. I suggest using --no-parallel, as in the attached patch. Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export FORCE_SOURCE_DATE=1
%:
- dh $@
+ dh $@ --no-parallel
override_dh_auto_build:
# Force UTF-8 locale to ensure UTF-8 file encoding for generated files

