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

Bug#809300: util/pkg-list lists udeb dependencies for excluded udebs



Hi,

Martin Michlmayr <tbm@cyrius.com> (2015-12-28):
> The following workaround works for me but I'm not sure if it's the
> right approach.
> 
> diff --git a/build/util/pkg-list b/build/util/pkg-list
> index 29c56c9..6ef74b8 100755
> --- a/build/util/pkg-list
> +++ b/build/util/pkg-list
> @@ -101,9 +101,13 @@ sub collectpackage {
>  	}
>  	else {
>  		my $package=$line;
> +                if (exists $exclude->{$package}) {
> +                  debug 0, "ignored skipped $package";
> +                } else {
>  		$collect->{$package}=1;
>  		debug 0, "adding $package";
>  		collectdeps($package, $collect, $postponed);
> +                }
>  	}
>  }

I'm travelling these days so can't really look, but it would be nice if
someone could double check what happens in d-i daily builds before/after
such a change.

Probably easiest by logging in on dillon and diffing files there. Feel
free to poke me after a commit so that I can look into doing so.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


Reply to: