[Git][debian-gis-team/pyspectral][master] Use wildcard pattern to remove __pycache__ directory.

Bas Couwenberg gitlab at salsa.debian.org
Tue Nov 24 19:20:44 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / pyspectral


Commits:
f7b52728 by Bas Couwenberg at 2020-11-24T20:10:04+01:00
Use wildcard pattern to remove __pycache__ directory.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ pyspectral (0.10.2+ds-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
   * Bump watch file version to 4.
+  * Use wildcard pattern to remove __pycache__ directory.
 
   [ Antonio Valentino ]
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -30,4 +30,4 @@ override_dh_auto_install:
 		mv $$f $$(dirname $$f)/$$(basename $$f .py);\
 	done
 
-	$(RM) -r debian/tmp/usr/lib/python3.8/dist-packages/pyspectral/__pycache__/
+	$(RM) -r debian/tmp/usr/lib/python*/dist-packages/pyspectral/__pycache__/



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/f7b52728aa5223ecf98e0b1bad7d9b44a5971911

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/f7b52728aa5223ecf98e0b1bad7d9b44a5971911
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/20201124/9fcf0f7d/attachment.html>


More information about the Pkg-grass-devel mailing list