gcrypt: Ensure that signing key is set to one of the participants keys.

Otherwise gcrypt will fail to pull, since it requires this to be the case.

This needs a patched gcrypt, which is in my forked version.
This commit is contained in:
Joey Hess 2013-09-17 16:06:29 -04:00
parent d0bba5138c
commit 6c35038643
3 changed files with 17 additions and 3 deletions

1
debian/changelog vendored
View file

@ -16,6 +16,7 @@ git-annex (4.20130912) UNRELEASED; urgency=low
* addurl: Fix quvi audodetection, broken in last release.
* status: In local mode, displays information about variance from configured
numcopies levels. (--fast avoids calculating these)
* gcrypt: Ensure that signing key is set to one of the participants keys.
-- Joey Hess <joeyh@debian.org> Thu, 12 Sep 2013 12:14:46 -0400