Patch for Kleopatra, Adding Runtime Dependencies (neon release)

Jonathan Riddell jr at jriddell.org
Sun Jun 11 20:44:00 UTC 2017


Lovely, I've updated the packaging and it should build shortly

Jonathan


On Thu, Jun 08, 2017 at 08:23:26PM -0400, Pranav Sharma wrote:
> The current packaging for kleopatra has no runtime dependencies, resulting in
> some features that are broken. Currently it is impossible to generate a gpg
> key, since you cannot enter in a passcode. 
> I fixed the issue and created a patch. The added dependencies were based off
> the information provided by Kleopatra: https://github.com/KDE/kleopatra. This
> patch was based on neon release, but should work for all versions of neon.
> 
> --
> Pranav Sharma
> Gmail Address
> 

> From 1c250e67ce602e1b015943524f3ce2a93acf66d5 Mon Sep 17 00:00:00 2001
> From: Pranav Sharma <pranav.sharma.ama at gmail.com>
> Date: Thu, 8 Jun 2017 20:16:52 -0400
> Subject: [PATCH] adding runtime dependecies for kleopatra
> 
> ---
>  debian/control | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/debian/control b/debian/control
> index 92acdff..475d4b7 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -32,7 +32,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kleopatra.git
>  
>  Package: kleopatra
>  Architecture: any
> -Depends: ${misc:Depends}, ${shlibs:Depends}
> +Depends: gnupg2,
> +         gnupg-agent,
> +         dirmngr,
> +         gpgsm, 
> +         pinentry-qt, 
> +         paperkey, 
> +         ${misc:Depends}, 
> +         ${shlibs:Depends}
>  Breaks: kdepim-doc (<= 4:16.04), ${kde-l10n:all}
>  Replaces: kdepim-doc (<= 4:16.04), ${kde-l10n:all}
>  Description: Certificate Manager and Unified Crypto GUI
> -- 
> 2.7.4
> 



More information about the neon mailing list