Bas Couwenberg pushed to branch master at Debian GIS Project / merkaartor
Commits: 2384a118 by Bas Couwenberg at 2023-08-12T21:49:06+02:00 Use execute_after instead of override in rules file. - - - - - 3 changed files: - debian/changelog - + debian/clean - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +merkaartor (0.19.0+ds-5) UNRELEASED; urgency=medium + + * Team upload. + * Use execute_after instead of override in rules file. + + -- Bas Couwenberg <[email protected]> Sat, 12 Aug 2023 21:48:43 +0200 + merkaartor (0.19.0+ds-4) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +binaries/ ===================================== debian/rules ===================================== @@ -21,14 +21,9 @@ endif %: dh $@ --buildsystem=qmake -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: cd translations && make clean -override_dh_clean: - dh_clean - rm -rf binaries - override_dh_auto_configure: cd translations && make release dh_auto_configure -- -recursive \ View it on GitLab: https://salsa.debian.org/debian-gis-team/merkaartor/-/commit/2384a1189ac3df08a5dd8ae92b55d66e8ec9aa10 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/merkaartor/-/commit/2384a1189ac3df08a5dd8ae92b55d66e8ec9aa10 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
