[Git][debian-gis-team/pytroll-schedule][master] Remove __pycache__ directories before dh_missing.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 18:28:44 GMT 2022



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221222/b2b5f228/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list