Bas Couwenberg pushed to branch master at Debian GIS Project / pycoast
Commits: 4bf75e69 by Bas Couwenberg at 2024-05-11T21:15:55+02:00 Use pybuild --print to get build_dir path. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycoast (1.7.0+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Use pybuild --print to get build_dir path. + + -- Bas Couwenberg <[email protected]> Sat, 11 May 2024 21:15:51 +0200 + pycoast (1.7.0+dfsg-1) unstable; urgency=medium [ Antonio Valentino ] ===================================== debian/rules ===================================== @@ -29,7 +29,7 @@ $(CURDIR)/pycoast/tests execute_after_dh_auto_build-indep: 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) \ http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \ LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 \ sphinx-build -N -E -T -b html docs/source $(CURDIR)/.pybuild/docs/html View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/4bf75e69b1a9632a205ba6762bf1222a33e5f698 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/commit/4bf75e69b1a9632a205ba6762bf1222a33e5f698 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
