[med-svn] [Git][med-team/libatomicbitvector][master] d/rules: use DEB_BUILD_OPTION_PARALLEL instead of nproc to respect Debian Policy 4.9.1.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed May 28 13:38:59 BST 2025
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250528/839bac25/attachment-0001.htm>
More information about the debian-med-commit
mailing list