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

Re: [SCM] Debian package checker branch, master, updated. 2.3.4-77-gfff50c3



Hi Adam,

Adam D. Barratt wrote:

> The following commit has been merged in the master branch:
> commit 1fcd825aed537ea6cacf2da694d7a7445061dd32
> Author: Adam D. Barratt
> <adam@adam-barratt.org.uk>
> Date:   Fri Apr 2 21:17:54 2010 +0100
> 
>     Move spelling checking methods in to Lintian::Check
>     

Thanks! I had considered working on it some time ago but never really felt 
like doing it.

> diff --git a/lib/Lintian/Check.pm b/lib/Lintian/Check.pm
> index d6bc7ef..99916c1 100644
> --- a/lib/Lintian/Check.pm
> +++ b/lib/Lintian/Check.pm
> +sub _tag {
> +    my @args = grep { defined($_) } @_;
> +    tag(@args);
> +}

Shouldn't this be better moved to Lintian::Tags once and for all?

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



Reply to: