This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit cc0b4c451bb29ab1dc58448dc0a5f9e5c78abd11 Author: Bas Couwenberg <[email protected]> Date: Sat Jun 11 21:29:06 2016 +0200 Exclude unicode test too. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b40ebfa..d83c90b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fiona (1.7~b1-3) UNRELEASED; urgency=medium + + * Team upload. + * Exclude unicode test too. + + -- Bas Couwenberg <[email protected]> Sat, 11 Jun 2016 21:28:25 +0200 + fiona (1.7~b1-2) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index d974186..3acf479 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 --exclude test_fio_info --exclude test_fio_ls +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 --exclude test_unicode %: 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

