This version fixes 4.10-24 (which isn't in testing) where I tried to
be cleaner with regards of the debconf dependency but did not
introduce the Right Fix.

The change summarizes asĀ : "test if debconf is installed before using
it in the purge target of postrm".

This is done with:

    if [ -e /usr/share/debconf/confmodule ] ; then
            . /usr/share/debconf/confmodule

            db_get geneweb/remove_databases
            remove_databases="$RET"

.../...

    fi


The wrong Pre-Depends on debconf, which I introduced in 4.10-24 has
been moved back to Depends.

Other changes in -24 and -25 were "minor" improvements to the LSB
header of the init script.


Attachment: signature.asc
Description: Digital signature

Reply via email to