]> git.donarmstrong.com Git - lilypond.git/commitdiff
stop setting HOME to /tmp in debian/rules
authorDon Armstrong <don@donarmstrong.com>
Fri, 19 Sep 2014 20:31:47 +0000 (13:31 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 19 Sep 2014 20:31:47 +0000 (13:31 -0700)
debian/changelog
debian/rules

index 649a4392cf549dbfc304263985857cc32be25de4..cea3bea07e1843a2a82e5b282cd3ab13eb9c6f61 100644 (file)
@@ -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 <don@debian.org>  Tue, 16 Sep 2014 14:50:14 -0700
 
index 7e59b1e63a1441dd9c9716a6e9580bd88dafb510..28a6437f9f603ba2bb05186e65cf88b88ae4d3a7 100755 (executable)
@@ -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)