Bas Couwenberg pushed to branch master at Debian GIS Project / libkml
Commits: 3569167d by Bas Couwenberg at 2023-08-12T14:22:18+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ libkml (1.3.0-11) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.2, no changes. * Bump debhelper compat to 13. + * Use execute_after instead of override in rules file. -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2023 17:00:58 +0100 ===================================== debian/rules ===================================== @@ -20,9 +20,7 @@ override_dh_auto_configure: -DBUILD_EXAMPLES=OFF \ -DINSTALL_EXAMPLES=OFF -override_dh_auto_install: - dh_auto_install - +execute_after_dh_auto_install: # Remove autotools stuff find $(CURDIR)/examples/ -type f \( -name "Makefile*" -or -name "CMakeLists.txt" \) -delete View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/3569167d80a7ef7694fef1d6dea47c93cccf0ad5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/3569167d80a7ef7694fef1d6dea47c93cccf0ad5 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
