[pysph] 05/09: Set HOME in /tmp-created dir. (Closes: #787575)

Anton Gladky gladk at moszumanska.debian.org
Sun Jun 7 07:32:21 UTC 2015


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

gladk pushed a commit to branch master
in repository pysph.

commit b9c26dcd4907f2a9da9508e6d9dd8dcdddeb2b6a
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jun 7 00:17:31 2015 +0200

    Set HOME in /tmp-created dir. (Closes: #787575)
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index e3bdc08..b312361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 
 export PYTHONPATH := $(CURDIR)/debian/tmp/usr/lib/python2.7/site-packages/
+export HOME := $(mktemp -d)
+
 %:
 	dh $@ --with python2 --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pysph.git



More information about the debian-science-commits mailing list