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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
