tags 1031024 + bookworm
thanks
Hi.
I'd like to see this fixed in bookworm, as I'm trying to keep bookworm
free of FTBFS bugs like this one.
Since I'm not a big fan of NMUs, I propose the attached diff to be uploaded
to bookworm. If it's ok for you, you can use it "as is". Also, if you prefer
not to care about the upload but the diff is ok for you, I could upload
it as is as well and it would be like a "sponsored upload".
After that, we have to report a bug against release.debian.org asking
for the upload to be accepted in proposed-updates. I can also take
care of that if you prefer.
Thanks.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+trompeloeil-cpp (43-3+deb12u1) bookworm; urgency=medium
+
+ * Drop parallelization in debian/rules. Closes: #1031024.
+
+ -- Matthias Geiger <matthias.geiger1...@tutanota.de> Tue, 07 Nov 2023
12:53:00 +0100
+
trompeloeil-cpp (43-3) unstable; urgency=medium
* Added patches for full offline build
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_configure:
execute_after_dh_auto_build:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd $(BUILD_DIR) && \
- cmake --build ./ -t self_test thread_terror custom_recursive_mutex
-j$$((`nproc`-1))
+ cmake --build ./ -t self_test thread_terror custom_recursive_mutex
endif
execute_after_dh_auto_test: