Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune
Commits: b715018d by Bas Couwenberg at 2023-08-12T12:29:54+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gpsprune (23.1-2) UNRELEASED; urgency=medium + + * Use execute_after instead of override in rules file. + + -- Bas Couwenberg <[email protected]> Sat, 12 Aug 2023 12:29:38 +0200 + gpsprune (23.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -24,9 +24,7 @@ override_dh_auto_build: override_jh_build: srtmtiles jh_build --no-javadoc --javacopts="-source 8 -target 8" -override_dh_auto_install: - dh_auto_install - +execute_after_dh_auto_install: # Install application icon for size in 16 22 24 32 36 48 64 72 96 128; do \ install -d $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps ; \ View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/b715018dd9950e9b775facb8f2c5969241238156 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/b715018dd9950e9b775facb8f2c5969241238156 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
