[pyfr] 02/04: Drop unnecessary build dependencies.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 13 06:38:08 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository pyfr.

commit 7483748fc3fc2935c82183fba9f8a69f458aeb51
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu May 12 16:12:41 2016 +0100

    Drop unnecessary build dependencies.
    
    Drop Build-Depends on python3-{h5py,mako,mpi4py,numpy,pytools} since
    application testing is performed by autopkgtest and not at build time.
---
 debian/control | 5 -----
 debian/rules   | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f295e21..dd81c53 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,6 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                graphviz,
                python3-all,
-               python3-h5py (>= 2.4),
-               python3-mako (>= 1.0.0),
-               python3-mpi4py,
-               python3-numpy (>= 1:1.8),
-               python3-pytools (>= 2014.3),
                python3-setuptools,
                python3-sphinx
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index a150599..334ba46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+export PYBUILD_DISABLE=test
 export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/pyfr
 export PYBUILD_AFTER_INSTALL=mv {destdir}/usr/bin/pyfr \
 	{destdir}/usr/share/pyfr/run

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



More information about the debian-science-commits mailing list