[gsw] 05/07: remove __pycache__ in clean
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:36:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository gsw.
commit 6af907be8eca3f03eb43fb4fc55fcfc36cc8bd69
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Sep 19 09:13:11 2017 +0100
remove __pycache__ in clean
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 47d46b8..2237066 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_clean:
# dh_auto_clean avoid bug where this calls python, not python3
python3 setup.py clean
rm -fr gsw.egg-info
- rm -fr build
+ rm -fr build __pycache__
override_dh_auto_build:
# ditto.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gsw.git
More information about the debian-science-commits
mailing list