[med-fichier] 01/04: Disable autotests on some archs.

Anton Gladky gladk at alioth.debian.org
Thu Oct 24 16:37:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository med-fichier.

commit a0b7cc37df7356f19ab97704589a55903f6c7e5a
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Oct 24 08:10:15 2013 +0200

    Disable autotests on some archs.
---
 debian/rules |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 37c56f6..f18b9ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,8 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/tmp/usr/bin/test* \
          $(CURDIR)/debian/tmp/usr/bin/usescases \
          $(CURDIR)/debian/tmp/usr/bin/unittests
+
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mipsel powerpc))
+override_dh_auto_test:
+
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/med-fichier.git



More information about the debian-science-commits mailing list