[Python-modules-commits] [python-persistent] 12/15: Clean up *.so to fix FTFBS if built twice in a row

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 6 21:13:40 UTC 2017


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

barry pushed a commit to branch master
in repository python-persistent.

commit 55c28d95601ffbe4e1af7c21637433518fc0dace
Author: Julien Muchembled <jm at jmuchemb.eu>
Date:   Sun Dec 4 00:48:20 2016 +0100

    Clean up *.so to fix FTFBS if built twice in a row
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2a1b8d2..fea235d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@ export PYBUILD_AFTER_INSTALL = cd {destdir}{install_dir}/persistent && \
 override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=. http_proxy=http://127.0.0.1:9/ sphinx-build -qNE -b html docs build/html
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f persistent/*.so

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



More information about the Python-modules-commits mailing list