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

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



Bas Couwenberg pushed to branch master at Debian GIS Project / python-rtree


Commits:
ee8eba24 by Bas Couwenberg at 2024-05-11T21:09:03+02:00
Use pybuild to get build_dir path.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-rtree (1.2.0-2) UNRELEASED; urgency=medium
+
+  * Use pybuild to get build_dir path.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 11 May 2024 21:09:01 +0200
+
 python-rtree (1.2.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ execute_after_dh_auto_clean:
 	(cd docs && make clean)
 
 execute_after_dh_auto_build:
-	(cd docs && PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make html)
+	(cd docs && PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) make html)
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/source/changes.rst



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/ee8eba240f758f66be633506784b2cb5b54d2ffd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/ee8eba240f758f66be633506784b2cb5b54d2ffd
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/e6fe27b4/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list