Bas Couwenberg pushed to branch master at Debian GIS Project / python-rtree
Commits: ee8eba24 by Bas Couwenberg at 2024-05-11T21:09:03+02:00 Use pybuild to get build_dir path. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-rtree (1.2.0-2) UNRELEASED; urgency=medium + + * Use pybuild to get build_dir path. + + -- Bas Couwenberg <[email protected]> Sat, 11 May 2024 21:09:01 +0200 + python-rtree (1.2.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ execute_after_dh_auto_clean: (cd docs && make clean) execute_after_dh_auto_build: - (cd docs && PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make html) + (cd docs && PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) make html) override_dh_installchangelogs: dh_installchangelogs docs/source/changes.rst View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/ee8eba240f758f66be633506784b2cb5b54d2ffd -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/ee8eba240f758f66be633506784b2cb5b54d2ffd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
