On Domingo, 24 de Mayo de 2009 22:26:20 Russ Allbery escribió:
> 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/>

Thanks for confirming, I've tested the patch and lintian works properly for me. 
I've filed a bug against dpkg-dev because of dpkg-source's behaviour.

Reply via email to