[Python-modules-commits] [python-aiohttp] 03/04: remove .cache in clean target
Piotr Ożarowski
piotr at moszumanska.debian.org
Thu Jan 28 21:51:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-aiohttp.
commit 3f42a1b23ef1975bc50ccbd67730ea37a8f102df
Author: Piotr Ożarowski <piotr at debian.org>
Date: Thu Jan 28 21:50:22 2016 +0100
remove .cache in clean target
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8ba6967..bfe52cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-aiohttp (0.20.2-1) unstable; urgency=medium
* Replace python3-nose with python3-pytest in Build-Depends
and remove override_dh_auto_test from debian/rules;
remove no longer needed override_dh_auto_test in debian/rules
+ * Remove .cache directory in clean target
-- Piotr Ożarowski <piotr at debian.org> Thu, 28 Jan 2016 21:42:23 +0100
diff --git a/debian/rules b/debian/rules
index 8c2104e..d050e4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ export PYBUILD_TEST_ARGS={dir}/tests
%:
dh $@ --with python3,sphinxdoc --buildsystem pybuild
+override_dh_auto_clean:
+ rm -rf .cache
+ dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiohttp.git
More information about the Python-modules-commits
mailing list