From 11096be08aa1a3fb24761f16abbaf1b9be087951 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 3 Oct 2016 23:57:17 -0400
Subject: [PATCH] include dirmngr as a dependency

now that gnupg 2.1 requires it for keyserver operation, we need to add
it as a hard dependency because otherwise key fetching fails, and
that's a key component of monkeysign
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index b89b56a..857c2d0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Depends: ${shlibs:Depends}
        , python-pkg-resources
        , gnupg
        , gnupg-agent
+       , dirmngr
 Recommends: python-qrencode
           , python-gtk2
           , python-zbar
-- 
GitLab