[Git][debian-gis-team/pyresample][master] Use pybuild --print to get build_dir path.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat May 11 20:17:03 BST 2024



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240511/c6880931/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list