Re: [TL 2009] blacklist problem
Norbert Preining <preining@logic.at> wrote:
> On Fr, 18 Sep 2009, Frank Küster wrote:
>> fragmaster is blacklisted:
> ..
>> However, there's more than one package in texlive.tlpdb, fragmaster
>> itself and the various fragmaster.ARCH packages, on which fragmaster
>> depends.
>
> Bummer. I have to change the blacklist code to take the .ARCH packages
> into account. Yes, that has to be done, forgotten that completely.
>
> The $pkg.$arch are now independent packages
Hm, I just found in tpm2debcommon.pl:
next if is_blacklisted ($bin_pkg, "");
if ($bin_pkg =~ m/^(.*)\.i386-linux/) {
next if is_blacklisted( $1, "");
}
Aren't we pretending to be i386-linux for the source package building?
So why aren't the $ARCH packages already blacklisted together with their
parent?
Regards, Frank
--
Dr. Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg
Reply to: