From 3d30d3ddcd68befb2b8a37605efb7d2811219f8e Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Sat, 29 Sep 2018 14:57:31 -0700 Subject: [PATCH] add misc depends for debhelper --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6347b67..17827b1 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,8 @@ Depends: libgpg-error, libqt5svg5, libqt5webkit5, ragel, - zlib1g + zlib1g, + ${misc:Depends} Suggests: trojita-plugin-qtkeychain Description: Trojitá is a fast Qt IMAP e-mail client. Trojitá is a Qt IMAP e-mail client which: @@ -60,7 +61,7 @@ Description: Trojitá is a fast Qt IMAP e-mail client. Package: trojita-plugin-qtkeychain Architecture: any -Depends: qt5keychain +Depends: qt5keychain, ${misc:Depends} Description: Plugin for secure password storage for Trojitá. This plugin offers secure password storage for the Trojitá e-mail client by using QtKeyChain.