Andreas Tille pushed to branch master at Debian Med / mash
Commits: c939dbc7 by Andreas Tille at 2019-02-07T14:54:17Z Do not test for 32 bit archs since test results were calculated for 64 bit. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mash (2.1+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Do not test for 32 bit archs since test results were calculated for 64 bit. + + -- Andreas Tille <[email protected]> Thu, 07 Feb 2019 15:54:10 +0100 + mash (2.1+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -32,5 +32,9 @@ override_dh_installman: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq ($(DEB_HOST_ARCH_BITS),32) + echo "Do not test for 32 bit archs since test results were calculated for 64 bit." +else dh_auto_test --no-parallel endif +endif View it on GitLab: https://salsa.debian.org/med-team/mash/commit/c939dbc7743c3f9f78e0f42a22dd8793bb6ab411 -- View it on GitLab: https://salsa.debian.org/med-team/mash/commit/c939dbc7743c3f9f78e0f42a22dd8793bb6ab411 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
