Package: docutils-writer-manpage
Version: 0.1~svn.20080921-1
Severity: normal

The program ‘check’ in the source package requires an interactive 
terminal, since it expects to use the ‘less’ interactive program:

=====
$ grep --context 3 'less' ./check
        grep -v "Generated by docutils manpage writer on" $OUT_DIR/$F_BASE.man 
> $TMPF_OUT
    diff -s -u $TMPF_EXP $TMPF_OUT > $TMPF
        if test $? -gt 0 ; then
                less $TMPF
                if [ "$CREATE" == "1" ] ; then
                        cp $OUT_DIR/$F_BASE.man $EXP_DIR
                fi
=====

The program should be modified to work correctly on a non-interactive 
terminal, by simply sending output to the standard output devices.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to