Bas Couwenberg pushed to branch master at Debian GIS Project / stactools
Commits: ade38344 by Bas Couwenberg at 2024-05-11T21:17:19+02:00 Use pybuild --print to get build_dir path. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +stactools (0.5.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Use pybuild --print to get build_dir path. + + -- Bas Couwenberg <[email protected]> Sat, 11 May 2024 21:17:16 +0200 + stactools (0.5.3-1) unstable; urgency=low * Initial release (Closes: #1050617). ===================================== debian/rules ===================================== @@ -15,7 +15,7 @@ and not test_external_data_https" execute_after_dh_auto_build-indep: ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) cd docs && \ - env PYTHONPATH=$(shell pybuild --build -i python3 -s custom --build-args 'echo {build_dir}') \ + env PYTHONPATH=$(shell pybuild --print build_dir -i python3) \ http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \ sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/commit/ade38344159428547a3127137d577bd72da1f8ae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/stactools/-/commit/ade38344159428547a3127137d577bd72da1f8ae 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
