On Tue, Feb 07, 2012 at 08:21:30AM +0100, Rene Engelhard wrote:
> Uhm, and what warrants the NMU then? ;)
> (Yes, I saw 658505 but that came on the same da and even after the
> NMU announcement.)

Especially as the message(s) here are not shown since ancient times:

if [ "$DEBIAN_FRONTEND" != "noninteractive" ]; then

        # determine if we are upgrading from am older version than 0.63a-6, ...
        OLD_VER=$2

        if [ "$OLD_VER" != "" ]; then
                if dpkg --compare-versions $OLD_VER lt 0.63a-6; then
                        # ... if yes, show debconf note about the moved pictures
                        db_input high muttprint/moved_pics
                        db_go
                fi
        fi

        PERL=`dpkg -l perl | grep perl | awk '{ print $3 }'`
        if dpkg --compare-versions $PERL lt 5.8.0-16; then
                BADPERL="true"
        fi
        if grep -q -s -i UTF /etc/locale.gen || echo $LANG | grep -q -i UTF;
        then
                UTF="true"
        fi

        if [ -n "$UTF" ] && [ -n "$BADPERL" ]; then
                db_input medium muttprint/utf8
                db_go
        fi
fi

$ rmadison -s lenny,squeeze perl muttprint
 muttprint | 0.72d-10          | lenny   | source, all
 muttprint | 0.73-3            | squeeze | source, all
 perl      | 5.10.0-19lenny3   | lenny   | source, alpha, amd64, arm, armel, 
hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
 perl      | 5.10.1-17squeeze3 | squeeze | source, amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

-> noone will see anything. Even on lenny->squeeze.

Regards,
 
Rene



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to