Bas Couwenberg pushed to branch master at Debian GIS Project / libosmium
Commits: 1526dfe9 by Bas Couwenberg at 2023-08-12T14:25:19+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ libosmium (2.19.0-2) UNRELEASED; urgency=medium * Bump debhelper compat to 13. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Mon, 12 Jun 2023 13:17:48 +0200 ===================================== debian/rules ===================================== @@ -30,8 +30,6 @@ override_dh_auto_test-indep: override_dh_installchangelogs: dh_installchangelogs -k CHANGELOG.md -override_dh_installdocs: - dh_installdocs - +execute_after_dh_installdocs: # Remove useless autogenerated doxygen file $(RM) debian/*/usr/share/doc/*/html/*.md5 View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/commit/1526dfe96c507ce8a34555650ce1f690aea54b20 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/commit/1526dfe96c507ce8a34555650ce1f690aea54b20 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
