summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:23:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 11:23:44 -0700
commitfb08739c0a2005b2e9493993f697df6f5f81493a (patch)
treeb64b9c17e322ff8f254fca2d1bc17216b35b3cc0 /debian
parent26725f75d7bc30bc9e18871b1e0807980108e2fa (diff)
downloadmailscripts-fb08739c0a2005b2e9493993f697df6f5f81493a.tar.gz
Add <!nocheck> build-dep on dirmngr
Needed for the gpgsm usage in the test suite, it would seem. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index acfa139..06522f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium
+ mypy.
* Add capability to decrypt S/MIME-encrypted messages (Closes: #945195).
- Add gpgsm, openssl to Build-Depends and Suggests.
+ - Add <!nocheck> build-dep on dirmngr.
* Add capability to handle one-part PKCS#7 signature objects.
- Add gnutls-bin to Build-Depends and Suggests.
* Fully decode encrypted parts before passing to any decryption
diff --git a/debian/control b/debian/control
index bc8268a..3de5b11 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
bash-completion,
debhelper (>= 10),
dh-elpa,
+ dirmngr <!nocheck>,
gnutls-bin <!nocheck>,
gpg <!nocheck>,
gpg-agent <!nocheck>,