Bas Couwenberg pushed to branch master at Debian GIS Project / protozero
Commits: cadd5ecd by Bas Couwenberg at 2023-08-13T09:58:18+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ protozero (1.7.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Add Rules-Requires-Root to control file. * Bump debhelper compat to 13. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Tue, 21 Jun 2022 07:17:48 +0200 ===================================== debian/rules ===================================== @@ -10,9 +10,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: dh $@ -override_dh_auto_build: - dh_auto_build - +execute_after_dh_auto_build: # Remove useless autogenerated doxygen files $(RM) obj-*/doc/html/*.md5 View it on GitLab: https://salsa.debian.org/debian-gis-team/protozero/-/commit/cadd5ecdf0fedc430749dbdd10768cd98fd323eb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/protozero/-/commit/cadd5ecdf0fedc430749dbdd10768cd98fd323eb 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
