Bug#806569: libgnupg-interface-perl: Breaks devotee
Kurt Roeckx
kurt at roeckx.be
Sun Nov 29 00:47:34 UTC 2015
Package: libgnupg-interface-perl
Version: 0.50-3
Hi,
A change between 0.45 and 0.50 seems to have broken devotee. As a
result I now get:
gpg: can't open `--verify'
gpg: verify signatures failed: file open error
In /usr/share/perl5/GnuPG/Interface.pm there is:
my @command_args
= ref $args{command_args}
? @{ $args{command_args} }
: ( $args{command_args} || () );
unshift @command_args, "--"
if @command_args and $command_args[0] ne "--";
Where the last 2 lines have been added. That unshift doesn't seem
to make sense to me.
Kurt
More information about the pkg-perl-maintainers
mailing list