[libvigraimpex] 06/30: deb/rules: removed old failsafe for tests on powerpc
Daniel Stender
danstender-guest at moszumanska.debian.org
Sun Feb 14 00:55:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository libvigraimpex.
commit 500e8669f7e4a582debe4fe1051134974f4641b5
Author: Daniel Stender <debian at danielstender.com>
Date: Sat Feb 13 18:40:04 2016 +0100
deb/rules: removed old failsafe for tests on powerpc
---
debian/rules | 7 -------
1 file changed, 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index cbc6a25..c57968e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,16 +56,9 @@ build-arch:
obj/build-stamp \
$(patsubst %,obj.%/build-stamp,$(shell pyversions -r))
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
- ifneq (,$(filter $(DEB_HOST_ARCH_CPU),powerpc))
- : # run the tests, but ignore test results
- -$(MAKE) -k -f debian/rules \
- obj/test-stamp \
- $(patsubst %,obj.%/test-stamp,$(shell pyversions -r))
- else
$(MAKE) -k -f debian/rules \
obj/test-stamp \
$(patsubst %,obj.%/test-stamp,$(shell pyversions -r))
- endif
endif
obj/CMakeCache.txt:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libvigraimpex.git
More information about the debian-science-commits
mailing list