Package: libgnupg-interface-perl / 0.42-3

Metadata

Package Version Patches format
libgnupg-interface-perl 0.42-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix gnupg options pod errors.patch | (download)

lib/GnuPG/Options.pm | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix some pod errors in gnupg::options manpage
fix gnupg options copy.patch | (download)

lib/GnuPG/Options.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix copy method of gnupg::options.
 The result of not checking for definedness here is to never copy the
 meta_immutable value successfully (as that is true by default).  This led
 to a FTBFS when running non-interactively.
fix gnupg_key docs.patch | (download)

lib/GnuPG/Key.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix gnupg::key line rendering for expiration_date_string
 item.
fix_publickey_doc.patch | (download)

lib/GnuPG/PublicKey.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add a missing 'not' in the documentation for
 GnuPG::PublicKey.
fix list_public_keys pod.patch | (download)

lib/GnuPG/Interface.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 the example in gnupg::interface documentation for the
 list_public_keys functionality adds a mistaken layer of indirection,
 which causes the gpg query to fail.