[netcdf4-python] 08/13: Override dh_auto_test to use custom pybuild test for all tests.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jun 5 00:01:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository netcdf4-python.
commit 96e82e1f48288a77b9b75f57885497e1c792e1f4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 5 00:41:31 2015 +0200
Override dh_auto_test to use custom pybuild test for all tests.
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e39b9ff..4c7349f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ netcdf4-python (1.1.8-1) UNRELEASED; urgency=medium
* Add patch to not compile netCDF4.pyx on clean,
prevents unexpected upstream changes dpkg-source error.
* Also install examples.
+ * Override dh_auto_test to use custom pybuild test for all tests.
-- Bas Couwenberg <sebastic at debian.org> Thu, 04 Jun 2015 23:12:36 +0200
diff --git a/debian/rules b/debian/rules
index f1431fa..081900c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ export USE_NCCONFIG=1
--buildsystem=pybuild \
--parallel
+override_dh_auto_test:
+ PYBUILD_SYSTEM=custom \
+ PYBUILD_TEST_ARGS="cd test && {interpreter} run_all.py" dh_auto_test
+
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf4-python.git
More information about the Pkg-grass-devel
mailing list