From 1f86d9b655155c118690c86e942f085173f8fba7 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Sun, 30 Sep 2018 22:37:30 -0700 Subject: [PATCH] resolve libc depend --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a7c94f2..ae9537e 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,8 @@ Depends: libgpg-error, libqt5webkit5, ragel, zlib1g, - ${misc:Depends} + ${misc:Depends}, + ${shlibs:Depends} Suggests: trojita-plugin-qtkeychain Description: Trojitá is a fast Qt IMAP e-mail client. Trojitá is a Qt IMAP e-mail client which: @@ -62,7 +63,7 @@ Description: Trojitá is a fast Qt IMAP e-mail client. Package: trojita-plugin-qtkeychain Architecture: any -Depends: qt5keychain, ${misc:Depends} +Depends: qt5keychain, ${misc:Depends}, ${shlibs:Depends} Description: Plugin for secure password storage for Trojitá. This plugin offers secure password storage for the Trojitá e-mail client by using QtKeyChain.