[med-svn] [Git][med-team/infernal][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:31:02 BST 2025



Michael R. Crusoe pushed to branch master at Debian Med / infernal


Commits:
d0232a82 by Michael R. Crusoe at 2025-05-28T12:30:59+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
=====================================
@@ -50,7 +50,7 @@ override_dh_auto_build-indep_see_debian_README.source:
 	mv main.pdf Userguide.pdf
 
 override_dh_auto_install-arch:
-	$(MAKE) install -j$(shell nproc) AM_UPDATE_INFO_DIR=no V=1 prefix=$(CURDIR)/debian/tmp
+	$(MAKE) install $(DEB_BUILD_OPTION_PARALLEL:%=-j %) AM_UPDATE_INFO_DIR=no V=1 prefix=$(CURDIR)/debian/tmp
 
 override_dh_auto_configure-indep:
 override_dh_auto_build-indep:



View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/d0232a829cb399b7c45a3d816b547ee450f27236

-- 
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/d0232a829cb399b7c45a3d816b547ee450f27236
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/2011b7af/attachment.htm>


More information about the debian-med-commit mailing list