summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-10-28 22:17:30 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-10-28 22:17:30 +0100
commitfee3731d68069f1306a552b1b8751faa3a6b12ef (patch)
tree4ae64888dc0b7cb9342d43b5a26c04cdc6695fff
parent1330611376e51f67757cd284c3fb09ea4b59d360 (diff)
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index af9131d..043689d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyfai (0.16.0+dfsg1-2) unstable; urgency=medium
+
+ * Exported XDG_CACHE_DIR to store openCL kernels and
+ fixed the FTBFS.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Sun, 28 Oct 2018 22:07:52 +0100
+
pyfai (0.16.0+dfsg1-1) unstable; urgency=medium
[ Picca Frédéric-Emmanuel ]
diff --git a/debian/rules b/debian/rules
index e2ca0c1..29f7589 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
export PYBUILD_NAME=pyfai
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/bin/
export POCL_CACHE_DIR=$(CURDIR)/.cache/
+export XDG_CACHE_HOME=$(POCL_CACHE_DIR)
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild