Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits: 59b73da6 by Bas Couwenberg at 2023-08-12T09:46:25+02:00 Use execute_after instead of override in rules files. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,7 @@ cftime (1.6.2-4) UNRELEASED; urgency=medium * Use autopkgtest-pkg-pybuild testsuite. * Enable Salsa CI. * Remove generated files in clean. + * Use execute_after instead of override in rules files. -- Bas Couwenberg <[email protected]> Wed, 21 Dec 2022 20:36:52 +0100 ===================================== debian/rules ===================================== @@ -11,7 +11,5 @@ export PYBUILD_TEST_PYTEST=1 %: dh $@ --with python3,numpy3 --buildsystem=pybuild -override_dh_install: - dh_install - +execute_after_dh_install: $(RM) debian/*/usr/lib/python*/dist-packages/.coverage View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/59b73da699078101835ca6c3a7bcd2073c21afae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/59b73da699078101835ca6c3a7bcd2073c21afae 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
