[ovito] 01/02: Override autotest on armel und s390x
Anton Gladky
gladk at moszumanska.debian.org
Sun Jan 15 09:09:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository ovito.
commit eb599c6d3523c8f0e5207e420ed9a855e36e7e5b
Author: Anton Gladky <gladk at debian.org>
Date: Sun Jan 15 10:05:01 2017 +0100
Override autotest on armel und s390x
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index bdc6867..38b4de7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,3 +31,8 @@ override_dh_install-arch:
override_dh_install-indep:
dh_install -i
dh_sphinxdoc
+
+ifneq (,$(filter $(DEB_HOST_ARCH), armel s390x))
+override_dh_auto_test:
+ dh_auto_test || true
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ovito.git
More information about the debian-science-commits
mailing list