Michael R. Crusoe pushed to branch master at Debian Med / libatomicbitvector
Commits: 4fc96d11 by Michael R. Crusoe at 2025-05-28T12:38:56+00:00 d/rules: use DEB_BUILD_OPTION_PARALLEL instead of nproc to respect Debian Policy 4.9.1. - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -23,5 +23,5 @@ include /usr/share/dpkg/default.mk ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - bin/test_atomicbitvector 10000000 `nproc` + bin/test_atomicbitvector 10000000 $(DEB_BUILD_OPTION_PARALLEL) endif View it on GitLab: https://salsa.debian.org/med-team/libatomicbitvector/-/commit/4fc96d117e59750a3d818d20c72144ff05de4b1d -- View it on GitLab: https://salsa.debian.org/med-team/libatomicbitvector/-/commit/4fc96d117e59750a3d818d20c72144ff05de4b1d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
