Bas Couwenberg pushed to branch master at Debian GIS Project / pytroll-schedule
Commits: 3ceab0d2 by Bas Couwenberg at 2022-12-22T18:57:57+01:00 Remove __pycache__ directories before dh_missing. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pytroll-schedule (0.6.0-6) UNRELEASED; urgency=medium * Team upload. * Enable numpy3 dh helper. + * Remove __pycache__ directories before dh_missing. -- Bas Couwenberg <[email protected]> Thu, 22 Dec 2022 12:42:44 +0100 ===================================== debian/rules ===================================== @@ -14,5 +14,9 @@ override_dh_auto_clean: $(RM) -r *.egg-info +execute_before_dh_missing: + $(RM) -r $(CURDIR)/debian/*/usr/lib/python*/dist-packages/trollsched/__pycache__ + $(RM) -r $(CURDIR)/debian/*/usr/lib/python*/dist-packages/trollsched/tests/__pycache__ + override_dh_numpy3: dh_numpy3 -p python3-trollsched View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/commit/3ceab0d2a9a80faadcbce2cf09aed0f5836543a3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/commit/3ceab0d2a9a80faadcbce2cf09aed0f5836543a3 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
