[Python-modules-commits] [python-django-celery-beat] 06/16: Clean up .cache to allow two builds in a row.

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:09:07 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-django-celery-beat.

commit 454142394c270951ebe82e76a5625915acafe6ee
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 17 09:23:03 2017 +0100

    Clean up .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 df2bdcf..d1bcc40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-django-celery-beat (1.1.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Clean up .cache to allow two builds in a row.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 13 Nov 2017 12:39:48 +0100
 
diff --git a/debian/rules b/debian/rules
index a442997..915fc04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ override_dh_auto_build:
 
 override_dh_clean:
 	rm -rf docs/.build
+	rm -rf .cache
 	dh_clean
 
 override_dh_auto_test:

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



More information about the Python-modules-commits mailing list