[Python-modules-commits] [django-sitetree] 05/06: Clean .cache/ to allow two builds in a row.

Michael Fladischer fladi at moszumanska.debian.org
Sun Dec 25 14:01:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-sitetree.

commit 38122caf227d9786ed399f016ee4d8c902a77014
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun Dec 25 14:52:57 2016 +0100

    Clean .cache/ to allow two builds in a row.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d2fa982..26ff55d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ django-sitetree (1.7.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Add python(3)-pytest and python(3)-pytest-django to B-D so tests can
     run.
+  * Clean .cache/ to allow two builds in a row.
 
  -- Michael Fladischer <fladi at debian.org>  Sun, 25 Dec 2016 11:05:25 +0100
 
diff --git a/debian/rules b/debian/rules
index a6e6e2c..ca10403 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,4 +30,5 @@ endif
 override_dh_clean:
 	rm -rf docs/build/html
 	rm -rf docs/build/.doctrees
+	rm -rf .cache
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-sitetree.git



More information about the Python-modules-commits mailing list