Your message dated Fri, 12 Feb 2010 10:30:11 +0100
with message-id <[email protected]>
and subject line Re: Bug#502819: docutils-writer-manpage: program ‘check’ 
should not require interactive terminal
has caused the Debian Bug report #502819,
regarding docutils-writer-manpage: program ‘check’ should not require 
interactive terminal
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
502819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502819
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.



--- End Message ---
--- Begin Message ---
* Ben Finney <[email protected]>, 2008-10-20, 14:41:
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
=====

python-docutils 0.6 doesn't ship this program, so I'm closing this bug.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to