José Manuel Santamaría Lema <[email protected]> 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 ([email protected]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]