[Git][debian-gis-team/python-rtree][master] Use execute_after instead of override in rules file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 13 10:49:57 BST 2023



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


Commits:
c96f90be by Bas Couwenberg at 2023-08-13T11:47:45+02:00
Use execute_after instead of override in rules file.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ python-rtree (1.0.1-2) UNRELEASED; urgency=medium
   * Use autopkgtest-pkg-pybuild testsuite.
   * Enable Salsa CI.
   * Remove generated files in clean target.
+  * Use execute_after instead of override in rules file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 29 Nov 2022 09:42:16 +0100
 


=====================================
debian/rules
=====================================
@@ -11,12 +11,10 @@ export PYBUILD_NAME=rtree
 		--buildsystem=pybuild \
 		--with python3,sphinxdoc
 
-override_dh_auto_clean:
-	dh_auto_clean
+execute_after_dh_auto_clean:
 	(cd docs && make clean)
 
-override_dh_auto_build:
-	dh_auto_build
+execute_after_dh_auto_build:
 	(cd docs && PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make html)
 
 override_dh_installchangelogs:



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

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


More information about the Pkg-grass-devel mailing list