Étienne Mollier pushed to branch master at Debian Med / ismrmrd
Commits: e957a52a by Étienne Mollier at 2025-11-28T19:25:43+01:00 d/rules: do not run tests on no-arch-any builds. Necessary binaries are not available in such conditions. - - - - - 0a1c7761 by Étienne Mollier at 2025-11-28T19:36:15+01:00 d/changelog: ready for upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ismrmrd (1.14.3-3) unstable; urgency=medium + + * d/rules: do not run tests on no-arch-any builds. + Necessary binaries are not available in such conditions. + + -- Étienne Mollier <[email protected]> Fri, 28 Nov 2025 19:36:07 +0100 + ismrmrd (1.14.3-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -20,6 +20,9 @@ override_dh_auto_configure: override_dh_auto_build-indep: dh_auto_build -- apidoc +override_dh_auto_test-indep: + @echo 'I: There are no tests to run for arch-all builds.' + override_dh_install-arch: find debian/tmp -name ismrmrd.xsd -delete dh_install -a View it on GitLab: https://salsa.debian.org/med-team/ismrmrd/-/compare/9bfcd535840df5184e7a79cae0aa44ab9082c016...0a1c7761bfa8a032f16938a2f6e958252b127026 -- View it on GitLab: https://salsa.debian.org/med-team/ismrmrd/-/compare/9bfcd535840df5184e7a79cae0aa44ab9082c016...0a1c7761bfa8a032f16938a2f6e958252b127026 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
