From: Don Armstrong Date: Fri, 19 Sep 2014 20:31:47 +0000 (-0700) Subject: stop setting HOME to /tmp in debian/rules X-Git-Tag: debian/2.18.2-4~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbacc4e2c31d4184b6102c6454f200007b85317a;p=lilypond.git stop setting HOME to /tmp in debian/rules --- diff --git a/debian/changelog b/debian/changelog index 649a4392cf..cea3bea07e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lilypond (2.18.2-3) unstable; urgency=medium * Revert previous patch (no parallel); the issue was actually running tests on architecture independent builds which had not built any of the documentation. (Closes: #760794) + * Stop setting HOME to /tmp in debian/rules. (Closes: #762230) -- Don Armstrong Tue, 16 Sep 2014 14:50:14 -0700 diff --git a/debian/rules b/debian/rules index 7e59b1e63a..28a6437f9f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,6 @@ include VERSION export MAILADDRESS = lilypond@packages.debian.org -# fontconfig blows chunks if it can't write to $HOME; and some -# buildds set it to a bogus value. -export HOME = /tmp - DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) CFLAGS := $(shell dpkg-buildflags --get CFLAGS) CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)