Skip to content
Commits on Source (3)
fiona (1.7.11-2) unstable; urgency=medium
* Team upload.
* Skip test_listing tests, causes FTBFS on various architectures.
* Drop X-Python-Version field.
-- Bas Couwenberg <sebastic@debian.org> Sun, 06 May 2018 08:36:54 +0200
fiona (1.7.11-1) unstable; urgency=medium
* Team upload.
......
......@@ -34,7 +34,6 @@ Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/fiona
Vcs-Git: https://salsa.debian.org/debian-gis-team/fiona.git
Homepage: https://github.com/Toblerity/Fiona
X-Python-Version: >= 2.5
Package: python-fiona
Architecture: any
......
......@@ -16,7 +16,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 --exclude test_unicode
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 --exclude test_listing
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild
......