This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit 02cdd0dd0b06b3579abf23b20f5e30d87fc1e0af Author: Bas Couwenberg <[email protected]> Date: Sat Jun 11 18:21:37 2016 +0200 Exclude fio_{info,ls} tests causing build failures. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c32f61..e909b13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fiona (1.7~b1-2) UNRELEASED; urgency=medium + + * Team upload. + * Exclude fio_{info,ls} tests causing build failures. + + -- Bas Couwenberg <[email protected]> Sat, 11 Jun 2016 18:20:54 +0200 + fiona (1.7~b1-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index be9f743..d974186 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ export PYBUILD_TEST_NOSE=1 export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests #fio_load and cli are excluded as these only work after installation -export PYBUILD_TEST_ARGS=--exclude test_geopackage --exclude fiona --exclude test_filter_vsi --exclude cli --exclude fio_load +export PYBUILD_TEST_ARGS=--exclude test_geopackage --exclude fiona --exclude test_filter_vsi --exclude cli --exclude fio_load --exclude test_fio_info --exclude test_fio_ls %: dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

