Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio
Commits: 58684e6b by Bas Couwenberg at 2023-08-13T14:38:31+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ rasterio (1.3.8-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]> Sun, 16 Jul 2023 18:38:07 +0200 ===================================== debian/rules ===================================== @@ -48,11 +48,8 @@ else dh_auto_test endif -override_dh_install: - dh_install - +execute_after_dh_install: $(RM) -r debian/python3-rasterio/usr/bin - $(RM) -r debian/*/usr/lib/python*/dist-packages/.hypothesis/ override_dh_python3: View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/58684e6bdd4422fc77948a7fdf8178f3eac1c81b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/58684e6bdd4422fc77948a7fdf8178f3eac1c81b 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
