[Python-modules-commits] [toolz] 03/06: Delete .cache directory, created by py.test
Diane Trout
diane at moszumanska.debian.org
Thu Dec 22 04:55:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch master
in repository toolz.
commit 0c771aaf558842aa0237825258e551d3732b92d3
Author: Diane Trout <diane at ghic.org>
Date: Wed Dec 21 20:45:30 2016 -0800
Delete .cache directory, created by py.test
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7f397ea..9392925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_DISABLE_python2=1
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_clean:
- rm -rf build doc/build toolz.egg-info
+ rm -rf build doc/build toolz.egg-info .cache
dh_clean
override_dh_auto_build: export http_proxy=127.0.0.1:9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/toolz.git
More information about the Python-modules-commits
mailing list