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

Re: Bug#397589: texlive-latex-extra does not contain beamer



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};

It should be
	next if is_blacklisted($p,$pkg);
as we check for blacklist *WITHIN* a specific package. With "" it would
not be mentioned AT ALL, even if it was only moved. Ok, this concerns
only iwona and antt (which are in fonts-extra AND lang-polish), but who
knows.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
VALLETTA (n.)
On ornate head-dress or loose garment worn by a person in the belief
that it renders then invisibly native and not like a tourist at
all. People who don huge colonial straw collie hats with 'I Luv Lagos'
on them in Nigeria, or fat solicitors from Tonbridge on holiday in
Malaya who insist on appearing in the hotel lobby wearing a sarong
know what we're on about.
			--- Douglas Adams, The Meaning of Liff



Reply to: