Emmanuel Arias pushed to branch master at Debian Med / ariba
Commits: 5692ecc1 by Emmanuel Arias at 2024-11-04T23:54:01-03:00 Team upload. * Team upload. * d/rules: Fix the way that test_load_fasta_files_and_write_clusters_file test is skipped whether non-supported Python3 versions is building (Closes: #1085587). - - - - - d37cbabb by Emmanuel Arias at 2024-11-04T23:54:11-03:00 prepare for upload - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ariba (2.14.7+ds-4) unstable; urgency=medium + + * Team upload. + * d/rules: Fix the way that + test_load_fasta_files_and_write_clusters_file test is skipped whether + non-supported Python3 versions is building (Closes: #1085587). + + -- Emmanuel Arias <[email protected]> Mon, 04 Nov 2024 23:46:11 -0300 + ariba (2.14.7+ds-3) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -2,7 +2,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export PYBUILD_NAME=ariba -export PY3 := $(shell python3 -c "import sys;print('python{0}.{1}'.format(sys.version_info.major, sys.version_info.minor))") + + +ifneq ($(shell py3versions -d),$(shell py3versions -s)) + export PYBUILD_TEST_ARGS_$(filter-out $(shell py3versions -d),$(shell py3versions -s))=-k "not test_load_fasta_files_and_write_clusters_file" +endif mandir := $(CURDIR)/debian/man @@ -19,10 +23,3 @@ override_dh_installman: mkdir -p $(mandir) asciidoctor -a docdate='' -b manpage -o $(mandir)/ariba.1 $(debfolder)/ariba.1.adoc dh_installman -- - -override_dh_auto_test: - if [ "$(shell py3versions -d)" != "$(PY3)" ]; then \ - PYBUILD_TEST_ARGS=-k "not test_load_fasta_files_and_write_clusters_file" dh_auto_test; \ - else \ - dh_auto_test; \ - fi View it on GitLab: https://salsa.debian.org/med-team/ariba/-/compare/e020dab01f3483cae225c008f85b784342869b86...d37cbabb96fe081d8969ffd7dd40239633619ef7 -- View it on GitLab: https://salsa.debian.org/med-team/ariba/-/compare/e020dab01f3483cae225c008f85b784342869b86...d37cbabb96fe081d8969ffd7dd40239633619ef7 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
