[pyferret] 30/110: Need ferret-vis at build time for testing

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 08:41:50 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 a5b4b81b1de7fa5426cceee1a5fcf97cde15769e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 10 00:31:25 2015 +0100

    Need ferret-vis at build time for testing
---
 debian/control | 3 ++-
 debian/rules   | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d48059b..df49e1e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: pyferret
 Standards-Version: 3.9.6
 Homepage: http://ferret.pmel.noaa.gov/Ferret/documentation/pyferret
+Vcs-Git: git://git.debian.org/git/debian-science/packages/pyferret.git
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Section: science
 Priority: optional
@@ -9,7 +10,7 @@ Build-Depends: debhelper (>= 9), gfortran, csh,
  libreadline-dev, libcurl4-openssl-dev | libcurl-dev, libncurses-dev, libnetcdf-dev, libxmu-headers, 
  libxpm-dev, libxt-dev, libcairo2-dev, libpango1.0-dev,
  python-all-dev, dh-python, python-numpy,
- java-common, openjdk-7-jdk
+ java-common, openjdk-7-jdk, ferret-vis
 
 Package: python-ferret
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 06120c3..60242e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,9 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 	# @echo "Tests bypassed for the moment."
-	(cd bench && ./run_all )
+	# First build necessary files
+	$(MAKE) -C bench make_stream_file
+	# (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