summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 16:31:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 16:31:01 -0400
commit7b269a14f5e041a747bf4071fda0b019b8dc8dd9 (patch)
tree7b450455b939d4b48136d21507f6b2996e18a166 /debian
parent073fa1887c3c0fe15f102a209d444fc1a7ffeba5 (diff)
Linux standalone: Set LOCPATH=/dev/null to work around https://ghc.haskell.org/trac/ghc/ticket/7695
This prevents localization from working, but git-annex is not localized anyway.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eb6a2940e..55fed8d0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ git-annex (5.2015022) UNRELEASED; urgency=medium
since in this case there must be staged changes in the index
(if there is anything to unannex), and the unannex code path
needs to run with a clean index.
+ * Linux standalone: Set LOCPATH=/dev/null to work around
+ https://ghc.haskell.org/trac/ghc/ticket/7695
+ This prevents localization from working, but git-annex
+ is not localized anyway.
-- Joey Hess <id@joeyh.name> Thu, 19 Feb 2015 14:16:03 -0400