Michael R. Crusoe pushed to branch master at Debian Med / libsbml
Commits: 3a727d2e by Michael R. Crusoe at 2024-05-03T16:25:37+02:00 d/rules: skip tests on i386 due to "test_perl_binding" failing - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libsbml (5.20.2+dfsg-6) unstable; urgency=medium + + * Team upload. + * d/rules: skip tests on i386 due to "test_perl_binding" failing. + + -- Michael R. Crusoe <[email protected]> Fri, 03 May 2024 16:23:53 +0200 + libsbml (5.20.2+dfsg-5) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -80,6 +80,11 @@ endif override_dh_auto_configure: dh_auto_configure -- $(CMAKE_OPTS) +ifneq (,$(filter $(DEB_HOST_ARCH), i386)) +override_dh_auto_install: + echo Skipping tests on i386 +endif + execute_after_dh_auto_install: ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS))) sed 's#formatted/##g' docs/index.html.in > $(debtmp)/usr/share/libsbml/docs/index.html View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/3a727d2ed30ea71e187d1c560643b627efdaf0c6 -- View it on GitLab: https://salsa.debian.org/med-team/libsbml/-/commit/3a727d2ed30ea71e187d1c560643b627efdaf0c6 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
