[med-svn] [Git][med-team/mash][master] Do not test for 32 bit archs since test results were calculated for 64 bit.
Andreas Tille
gitlab at salsa.debian.org
Thu Feb 7 14:54:32 GMT 2019
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190207/cc7553e9/attachment.html>
More information about the debian-med-commit
mailing list