+solvespace (3.1+ds1-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/rules: use DEB_BUILD_OPTION_PARALLEL instead of nproc to respect
+ Debian Policy 4.9.1.
+
+ -- Michael R. Crusoe <crusoe@debian.org> Fri, 29 Nov 2024 11:08:31 +0100
+
solvespace (3.1+ds1-3.1) unstable; urgency=medium
* Non-maintainer upload.
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (amd64,$(DEB_HOST_ARCH))
- cd obj-* && $(MAKE) -j$(nproc) test_solvespace
+ cd obj-* && $(MAKE) $(DEB_BUILD_OPTION_PARALLEL:%=-j%) test_solvespace
endif
endif