[Git][debian-gis-team/stactools][master] Use pybuild --print to get build_dir path.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat May 11 20:17:39 BST 2024
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240511/318d27e2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list