summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 12:55:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 12:55:18 -0400
commitab47dea8053bb1087008dbeec1919a6c5f68863a (patch)
tree89eb2fdb0478047e5a42ffc0695f934b2cb83d3e /debian
parent9bfb1b905de738984d4686b43a3d094bfba12805 (diff)
Fix bug introduced in the last release that broke git-annex sync when git-annex was installed from the standalone tarball.
This was introduced by commit 849a4b1a0d71071a602f552125fd7e25689662db However, the same problem could affect other calls to programPath, specifically some on the assistant. So, I fixed it at a deeper level.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bb487279b..aa32da69b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ git-annex (5.20150318) UNRELEASED; urgency=medium
command-line length limits and cause the commit to fail. This
only happened when using the assistant in an indirect mode repository.
* Work around curl bug when asked to download an empty url to a file.
+ * Fix bug introduced in the last release that broke git-annex sync
+ when git-annex was installed from the standalone tarball.
-- Joey Hess <id@joeyh.name> Thu, 19 Mar 2015 17:05:32 -0400