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

Re: Problems with texlive-new's tpm2debcommon.pm



On Fre, 19 Jan 2007, Norbert Preining wrote:
> Haeehhh... take a look at the tpm2deb.pl script in the (old) texlive
> dir, it should be quite easy to add.

>From the old: main + load_collection_tpm_data

main        
	${Tpm::MasterDir} = $TpmGlobalPath;
        $arch = "all";
        $Tpm::CurrentArch = "i386-linux";

load_collection_tpm_data

        foreach $t ('TLCore', 'Documentation', 'Package') {
                my $subtree = ${Tpm::TexmfTreeOfType}{$t};
		foreach $f (<$Master/$subtree/tpm/*.tpm>) {
			$shortn = basename($f);
                        $shortn =~ s,\.tpm$,,;
                        if (($t eq 'TLCore') && ($shortn =~ m/^scheme-/)) { next; }
                        my $tpm = Tpm->new("$subtree/tpm/$shortn.tpm");
			...

Or did I misunderstand you???

I guess I have to try it myself ...

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
-------------------------------------------------------------------------------
BEAULIEU HILL
The optimum vantage point from which one to view people undressing in
the bedroom across the street.
			--- Douglas Adams, The Meaning of Liff



Reply to: