Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits: 48b314f2 by Bas Couwenberg at 2023-08-13T11:58:56+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -7,6 +7,7 @@ pywps (4.5.2-3) UNRELEASED; urgency=medium * Bump debhelper compat to 13. * Don't set environment variables in dh_auto_test override. * Remove generated files in clean target. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 20:53:43 +0100 ===================================== debian/rules ===================================== @@ -18,9 +18,7 @@ export OFFLINE_TESTS=1 %: dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild -override_dh_auto_build: - dh_auto_build - +execute_after_dh_auto_build: (cd docs && PYTHONPATH=$(CURDIR) $(MAKE) html && \ ln -s /usr/share/javascript/mathjax _build/html/_static/) View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/48b314f2f23ff63a2c68cb2535a8cf109679c2f0 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/48b314f2f23ff63a2c68cb2535a8cf109679c2f0 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
