[Python-modules-commits] [aioredis] 06/07: remove .cache directory in clean target
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 21 11:31:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository aioredis.
commit e3e5a53878ddae5dc70da4af3e41faf7ec9b9c03
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Nov 5 19:56:48 2016 +0100
remove .cache directory in clean target
this directory is created by tests
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 24237e1..ba98c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export PYBUILD_NAME=aioredis
export PYBUILD_TEST_ARGS=-ktest_global_loop
%:
dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf .cache
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/aioredis.git
More information about the Python-modules-commits
mailing list