Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik
Commits: d728ffd4 by Bas Couwenberg at 2023-08-12T21:21: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 @@ +mapnik (3.1.0+ds-5) UNRELEASED; urgency=medium + + * Use execute_after instead of override in rules file. + + -- Bas Couwenberg <[email protected]> Sat, 12 Aug 2023 21:21:41 +0200 + mapnik (3.1.0+ds-4) unstable; urgency=medium * Bump Standards-Version to 4.6.2, no changes. ===================================== debian/rules ===================================== @@ -48,12 +48,11 @@ SCONS_FLAGS += CUSTOM_LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS) -g0" %: dh $@ -override_dh_auto_clean: +execute_before_dh_auto_clean: rm -rf build-python rm -rf debian/stamps find scons -type f -name "*.pyc" -delete find scons -type d -name "__pycache__" -delete - dh_auto_clean override_dh_auto_configure: debian/stamps/configure-python debian/stamps/configure-python: View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/d728ffd41a884b168c44decb642271f01d178e7b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/d728ffd41a884b168c44decb642271f01d178e7b 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
