Bas Couwenberg pushed to branch master at Debian GIS Project / pyresample
Commits: 5ca56beb by Bas Couwenberg at 2024-05-11T21:16:33+02:00 Use pybuild --print to get build_dir path. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyresample (1.28.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Use pybuild --print to get build_dir path. + + -- Bas Couwenberg <[email protected]> Sat, 11 May 2024 21:16:30 +0200 + pyresample (1.28.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -42,7 +42,7 @@ execute_after_dh_auto_build: export http_proxy=127.0.0.1:9 execute_after_dh_auto_build: export https_proxy=127.0.0.1:9 execute_after_dh_auto_build: ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - env PYTHONPATH=$(shell pybuild --build -i python3 -s custom --build-args 'echo {build_dir}') \ + env PYTHONPATH=$(shell pybuild --print build_dir -i python3) \ sphinx-build -N -E -T -b html $(CURDIR)/docs/source $(CURDIR)/.pybuild/docs/html $(RM) -r $(CURDIR)/.pybuild/docs/html/_static/images $(RM) -r $(CURDIR)/.pybuild/docs/html/.doctrees View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/5ca56bebbd9dbc421dc0d5d39d9c925705bca655 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/commit/5ca56bebbd9dbc421dc0d5d39d9c925705bca655 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
