[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Both dpkg-source -x foo.dsc and lintian seems to ignore trustedkeys.gpg keyring



José Manuel Santamaría Lema <panfaust@gmail.com> writes:

> A few hours ago, after upgrading my system, I got a new warning from lintian 
> in my packages (I'm not on debian-maintainers.gpg keyring):
>
> $ lintian -i -I subtitlecomposer_0.5.2-1.dsc
> I: subtitlecomposer source: tar-errors-from-source gpgv: Signature made Tue 
> May 19 00:51:58 2009 CEST using DSA key ID 5F99C10F

This is a bug in Lintian that will be fixed thusly in the next release.
Sorry about that.

--- a/checks/cruft
+++ b/checks/cruft
@@ -158,7 +158,7 @@ for my $file (keys %ERRORS) {
             # after some other error.
             next if /^Record size =/;
             next if /^Skipping to next header/;
-            next if /^gpg: /;
+            next if /^gpgv?: /;
             next if /^secmem usage: /;
             next if /^Exiting with failure status due to previous errors/;
             tag $tag, $_;

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: