aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-14 17:32:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-14 17:32:44 -0400
commit5a6bb86ac44a10415463d9bf1b7eb77fc4fec103 (patch)
tree988a2e0ac90d6818525e5917c5dd0053661af86e /CHANGELOG
parent3d0251bee855fdae035dfdc8d73838c7bd185465 (diff)
Add gpg-agent to Build-Depends. Needed to run the test suite.
Merged from Debian. I think what this actually deals with is the case where gpg is installed, but gpg-agent is not, since Utility.Gpg.stdParams enables --use-agent when GPG_BATCH is set, and the test suite enables GPG_BATCH. So, test suite will work with gpg not installed, or with both gpg and gpg-agent installed, but not with only gpg. For this reason, I've also put in an explicit dep on gnupg, although dpkg-dev recommends it and all debian package builds tend to have it available implicitly.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index abb5ed0d8..be4811d75 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ git-annex (6.20180113) UNRELEASED; urgency=medium
conflict with the problem version of datalad.
* fsck: Warn when required content is not present in the repository that
requires it.
+ * Add gpg-agent to Build-Depends.
+ Needed to run the test suite.
-- Joey Hess <id@joeyh.name> Wed, 24 Jan 2018 20:42:55 -0400