[Git][debian-gis-team/pyspectral][master] Explicitly remove __pycache__ in dh_auto_install override.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jun 28 16:25:28 BST 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / pyspectral
Commits:
c364c561 by Bas Couwenberg at 2020-06-28T17:20:56+02:00
Explicitly remove __pycache__ in dh_auto_install override.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
pyspectral (0.10.0+ds-1) unstable; urgency=medium
+ [ Antonio Valentino ]
* New upstream release.
* debian/control:
- python-pyspectral-doc is now Multi-Arch: foreig
@@ -7,6 +8,9 @@ pyspectral (0.10.0+ds-1) unstable; urgency=medium
* Fix testing.
* Update debian/copyright.
+ [ Bas Couwenberg ]
+ * Explicitly remove __pycache__ in dh_auto_install override.
+
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 28 Jun 2020 16:56:50 +0200
pyspectral (0.9.5+ds-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -29,3 +29,5 @@ override_dh_auto_install:
for f in debian/tmp/usr/bin/*.py; do \
mv $$f $$(dirname $$f)/$$(basename $$f .py);\
done
+
+ $(RM) -r debian/tmp/usr/lib/python3.8/dist-packages/pyspectral/__pycache__/
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/c364c561bad0d715887b678a15f95480c7bf99f9
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/c364c561bad0d715887b678a15f95480c7bf99f9
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/20200628/b80e6460/attachment.html>
More information about the Pkg-grass-devel
mailing list