Norbert Preining <[EMAIL PROTECTED]> wrote:

> Hi all!
>
> On Mit, 08 Nov 2006, Frank Küster wrote:
>> Ah, interesting.  It's texlive-latex-recommended that Recommends:
>> latex-beamer.  
>
> Yup, it should be like this. Ralf answered correct.
>
> On Mit, 08 Nov 2006, Frank Küster wrote:
>> --- tpm2deb.pl       (Revision 1941)
>> +++ tpm2deb.pl       (Arbeitskopie)
>> @@ -948,6 +948,7 @@
>>              }
>>              print CONTROL " .\n This package includes the following CTAN 
>> packages:\n";
>>              foreach $p (@foo) {
>> +                    next if is_blacklisted($p,"");
>>                      $tit = $TeXLive{$p}{'title'};
>>                      if (defined($Title{$p})) {
>>                              $tit = $Title{$p};
>> 
>> but I haven't checked yet.
>
> This is good, I will add it. Thanks. I haven't notice this.

You have now used

                        next if is_blacklisted($p,$pkg);

but the second argument is supposed to be a collection, and I assume
$pkg contains a Debian package name.  I have checked that it works as
intended with "" instead.  Are you sure?

Gruß, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Reply via email to