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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit