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

Re: debconf problem



Jonas Meurer wrote:
> Hello,
> I've some problems with my package lurker. You can find the source of my
> actuall packaging version at http://people.freesources.org/~jonas/lurker/

<snip>

>        case "$1" in
>          configure)
>            if dpkg --compare-versions "$3" "<=" 0.1g
>            then
>              db_input high lurker/upgrade01_info || true
               db_go
>            elif dpkg --compare-versions "$3" ">=" 0.5
>            then
>              db_input high lurker/upgrade06_info || true
               db_go
>            fi
>          ;;
>      esac
>   ;;
> esac
> 
> 
> but it doesn't show the upgrade message if I upgrade from 0.6 to 0.7.
> does someone have an idea?

You need to call db_go after all the db_input's to tell debconf to ask
the questions.

Hope this helps!

> bye
>  mejo

Joe Nahmias, DD wannabe



Reply to: