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


Commits:
5f54d52f by Michael R. Crusoe at 2025-05-28T12:29:21+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
=====================================
@@ -39,7 +39,7 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       export V=VERBOSE ; make check -j$(shell nproc) | tee debian/test_log
+       export V=VERBOSE ; make check $(DEB_BUILD_OPTION_PARALLEL:%=-j %) | tee 
debian/test_log
        if tail -n 6 debian/test_log | head -n 1 | grep -q FAILED ; then false 
; fi
 endif
 



View it on GitLab: 
https://salsa.debian.org/med-team/hmmer/-/commit/5f54d52ff6a35735209bb9fe9820eb3d39b51077

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/hmmer/-/commit/5f54d52ff6a35735209bb9fe9820eb3d39b51077
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

Reply via email to