aboutsummaryrefslogtreecommitdiff
path: root/debian
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 /debian
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 'debian')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 22acd0e42..ee90a1149 100644
--- a/debian/control
+++ b/debian/control
@@ -87,6 +87,8 @@ Build-Depends:
openssh-client,
git-remote-gcrypt (>= 0.20130908-6),
chrpath,
+ gnupg,
+ gpg-agent,
Maintainer: Richard Hartmann <richih@debian.org>
Standards-Version: 3.9.8
Vcs-Git: git://git.kitenet.net/git-annex