[Python-modules-commits] [django-filter] 02/08: Clean up modified files in docs/.build and django_filter.egg-info to allow two builds in a row.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jul 25 20:37:33 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-filter.

commit 9e1ba0769860c5a0e5d2689e23dc88c49e14c136
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jul 25 16:59:56 2017 +0200

    Clean up modified files in docs/.build and django_filter.egg-info to allow two builds in a row.
---
 debian/changelog | 2 ++
 debian/clean     | 1 +
 debian/rules     | 4 ++++
 3 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aae991a..0f713cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ django-filter (1.0.4-1) UNRELEASED; urgency=medium
   [ Michael Fladischer ]
   * Add python(3)-djangorestframework and python(3)-django-crispy-forms
     to Build-Depends so tests can run successfully.
+  * Clean up modified files in docs/.build and django_filter.egg-info to
+    allow two builds in a row.
 
  -- Brian May <bam at debian.org>  Mon, 03 Jul 2017 07:34:00 +1000
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..c34ea9b
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+django_filter.egg-info/SOURCES.txt
diff --git a/debian/rules b/debian/rules
index a53992e..5a06c3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,7 @@ override_dh_auto_build:
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 	dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"
+
+override_dh_clean:
+	rm -rf docs/.build
+	dh_clean

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



More information about the Python-modules-commits mailing list