[pyferret] 28/110: Add numpy dep; enable tests

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 08:41:49 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository pyferret.

commit 0b4bc282c29fd1988e8f79c043d458742812093f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat May 9 23:12:54 2015 +0100

    Add numpy dep; enable tests
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f989613..06120c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,10 +27,11 @@ override_dh_auto_install:
 	# libpyferret.so needs a link because its linked by externally loaded modules
 	dh_link -p python-ferret /usr/lib/python2.7/dist-packages/pyferret/libpyferret.$(ARCH).so $(LIBDIR)/libpyferret.so
 	rm -r debian/python-ferret/usr/lib/ferret-vis
+	dh_numpy
 
 override_dh_auto_test:
-	@echo "Tests bypassed for the moment."
-	# (cd bench && ./run_all )
+	# @echo "Tests bypassed for the moment."
+	(cd bench && ./run_all )
 
 override_dh_auto_clean:
 	# use system xpm.h, not supplied ones

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



More information about the debian-science-commits mailing list