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