[pysal] 10/17: Override dh_python2 to call dh_numpy too.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 11 20:44:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pysal.
commit 067576097cfc934119f5a5cc354cc3fd2719d624
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jun 11 15:09:59 2016 +0200
Override dh_python2 to call dh_numpy too.
---
debian/control | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index 00d35bd..a5b368b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-nose-exclude,
+ python-numpy,
python-scipy,
python-setuptools
Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index cfe2c31..6f5442b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,7 @@ export PYBUILD_TEST_ARGS=--exclude test_DistanceBand_arc --exclude-dir=pysal/co
%:
dh $@ --with python2 --buildsystem pybuild
+override_dh_python2:
+ dh_python2
+ dh_numpy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git
More information about the Pkg-grass-devel
mailing list