[Python-modules-commits] [dkimpy] 01/02: Clean up clean rule to fix FTBFS on second build

Scott Kitterman kitterman at moszumanska.debian.org
Wed Jun 29 03:53:17 UTC 2016


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

kitterman pushed a commit to branch master
in repository dkimpy.

commit 52c6051f948fe124820a8aa27a516c0c7ce2f0ff
Author: Scott Kitterman <scott at kitterman.com>
Date:   Tue Jun 28 23:49:29 2016 -0400

    Clean up clean rule to fix FTBFS on second build
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db6558a..a4ce5c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dkimpy (0.5.6-2) UNRELEASED; urgency=medium
+
+  * Clean up clean rule to fix FTBFS on second build
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 25 Jun 2016 02:15:58 -0400
+
 dkimpy (0.5.6-1) unstable; urgency=medium
 
   [ Scott Kitterman ]
diff --git a/debian/rules b/debian/rules
index 2522509..21f47a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,6 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	python setup.py clean -a
-	python3 setup.py clean -a; \
-	done
+	python3 setup.py clean -a
 	find . -name \*.pyc -exec rm {} \;
 	dh_clean

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



More information about the Python-modules-commits mailing list