Skip to content
Commits on Source (2)
python-pyproj (1.9.5.1-4) UNRELEASED; urgency=medium
* Update copyright-format URL to use HTTPS.
* Bump Standards-Version to 4.1.3, no changes.
* Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jan 2018 10:39:51 +0100
......
......@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
python3-setuptools,
python3-numpy,
libproj-dev (>= 4.9.0~)
Standards-Version: 4.0.0
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-pyproj.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-pyproj.git
Homepage: https://github.com/jswhit/pyproj
......
......@@ -30,8 +30,10 @@ override_dh_clean:
src/pj_malloc.o
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} unittest/test.py -v" dh_auto_test || echo "Ignoring test failures"
endif
override_dh_install:
dh_install --list-missing
......