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

Bug#271603: missing Depends



#I might be too late with this...
severity 271603 minor
stop

LaMont Jones <lamont@debian.org> schrieb:

> Package: tetex-base
> Version: 2.0.2b-5
> Severity: serious
>
> Setting up tetex-base (2.0.2b-5) ...
> /var/lib/dpkg/info/tetex-base.postinst: line 89: kpsewhich: command not found

This does not cause the postinst to fail, does it? It's just a missing
redirection, the line is something like

LDAT=`kpsewhich language.dat` || LDAT=/etc/texmf/language.dat

and should be

LDAT=`kpsewhich language.dat 2>/dev/null` || LDAT=/etc/texmf/language.dat


> Need to Depend on tetex-bin.

No, it cannot and should not. That's why we use kpsewhich only if it is
there.

Regards, Frank
-- 
Frank Küster, Biozentrum der Univ. Basel
Abt. Biophysikalische Chemie




Reply to: