Dear Jonas, >>> deb http://debian.jones.dk/ squeeze printing >> >>I have now upgraded a machine to squeeze and tried your >>ghostscript 9.00~dfsg-1~0jones1 >>package, it works perfectly, thanks. >>[snip] >>Seems to me that in your package, the default is -P- (not -P). >>Should not this be mentioned in bug #584663 ? > > It seems that you are more knowledgeable in that bug than me, and I > would appreciate your judgement: > > Do you mean to say that bug#584663 is closed too with upstream release > 9.00?
Yes. Compare the outputs of commands (sorry long lines, may wrap): strace -o x.out /usr/bin/gs -P- x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/' strace -o x.out /usr/bin/gs x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/' strace -o x.out /usr/bin/gs -P x.ps >/dev/null 2>&1; grep -E '^(open|stat|access)' x.out | grep -E -v '"/(usr|etc|var|lib)/' The first two are identical: attempt to load various things from "proper" places only, not current dir. Cheers, Paul Paul Szabo p...@maths.usyd.edu.au http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics University of Sydney Australia -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org