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

Re: SVN texlive (new) commit: r2653 - in texlive-new/trunk: . all/debian



On Mit, 11 Apr 2007, Frank Küster wrote:
> - test -z $$DEBIAN_NOCHECK_TEXMFCNF && sh debian/compare-texmf.cnf.sh
> + (test -z $$DEBIAN_NOCHECK_TEXMFCNF && sh debian/compare-texmf.cnf.sh) || true
> 
> I don't think this is right.  If the check is done
> (i.e. DEBIAN_NOCHECK_TEXMFCNF is not set), then compare-texmf.cnf.sh's
> return status should not be discarded; instead it should fail if
> texmf.cnf isn't clean.
> 
> The right line would rather look like this:
> 
>  test -n $$DEBIAN_NOCHECK_TEXMFCNF || sh debian/compare-texmf.cnf.sh
> 
> or what am I missing?

Nothing, you are right.

On second though. Maybe not? Why not leave it like this and see the diff
output but let the build process continue. This way we can see in case
buildds have strange texmf.cnf?

Do whatever you like ;-)

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
-------------------------------------------------------------------------------
JARROW (adj.)
An agricultural device which, when towed behind a tractor, enables the
farmer to spread his dung evenly across the width of the road.
			--- Douglas Adams, The Meaning of Liff



Reply to: