summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 10:08:28 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-06-16 10:08:28 +0200
commitd6a8190c27431bf4dfa92abe43cc15cddd0fe04a (patch)
treec71e27965e66eee404cbf7d534bf434655dc12b3
parentb9e3aa42a57ec1dfe8f03dafa353a05cfe9d10d4 (diff)
set the HOME during the build
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8714d14..9cb2091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ silx (1.1.2+dfsg-1) UNRELEASED; urgency=medium
[ Picca Frédéric-Emmanuel ]
* New upstream release.
+ * d/rules: set HOME to avoid FTBFS.
-- Stefano Rivera <stefanor@debian.org> Wed, 14 Jun 2023 15:04:41 -0000
diff --git a/debian/rules b/debian/rules
index 0f9a149..bb13064 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/bin/
export PYBUILD_NAME=silx
export SPECFILE_USE_GNU_SOURCE=1
export SILX_FULL_INSTALL_REQUIRES=1
+export HOME=$(CURDIR)/debian/build
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)