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

Re: [SCM] Debian package checker branch, master, updated. 2.4.3-127-g0363f84



On Sun, 2011-01-16 at 15:43 +0000, Niels Thykier wrote:
> diff --git a/checks/files b/checks/files
> index 9a16d53..e2bde0d 100644
> --- a/checks/files
> +++ b/checks/files
> @@ -450,6 +450,12 @@ foreach my $file (@{$info->sorted_index}) {
>  		    unless ($pkg =~ /-dbg$/);
>  		$warned_debug_name = 1;
>  	    }
> +
> +	    if ($index_info->{type} =~ m/^[-h]/o &&
> +		$file =~ m,^usr/lib/debug/usr/lib/pyshared/(python\d?(?:\.\d+))/(.++)$,o){

I'm guessing ".++" should be ".+"?

Regards,

Adam


Reply to: