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

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



Frank Küster <frank@debian.org> wrote:

> This requires a fix to tpm2deb.pl, I'll have a look.  

I guess this will do:

--- 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.

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



Reply to: