diff --git a/debian/control b/debian/control index c551844..1760052 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,14 @@ Vcs-Git: https://phab.lubuntu.me/source/trojita.git Package: trojita Architecture: any -Depends: ${misc: Depends}, ${shlibs: Depends} +Depends: libgpg-error, + libgpgme, + libgpgmepp, + libmimetic, + libqt5svg5, + libqt5webkit5, + ragel, + zlib1g Suggests: trojita-plugin-qtkeychain Description: Trojitá is a fast Qt IMAP e-mail client. Trojitá is a Qt IMAP e-mail client which: @@ -39,6 +46,6 @@ Description: Trojitá is a fast Qt IMAP e-mail client. Package: trojita-plugin-qtkeychain Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: qt5keychain Description: Plugin for secure password storage for Trojitá. This plugin offers secure password storage for the Trojitá e-mail client by using QtKeyChain. diff --git a/lubuntu-packaging.remarkup b/lubuntu-packaging.remarkup index 25da98d..7621368 100644 --- a/lubuntu-packaging.remarkup +++ b/lubuntu-packaging.remarkup @@ -15,7 +15,8 @@ TODO - [X] Compare to [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/) and incorporate anything particularly relevant. - [X] Fix rules (the [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/tree/debian/rules) seems overly complicated). - [X] Check over copyright really well - - [ ] Extra double check compilation and what have you. + - [ ] Test package building + - [ ] Fix lintian warnings - [ ] Get in a PPA for initial testing first? Notes