found 417593 3:2.10.2-3
severity 417593 serious
stop

        Hi,

 The new package leaves the scrollkeeper DB broken.

 Please add a postinst snippet like this (adjust the first broken
 version):

# version 3:2.10.2-??? started shipping /var/lib/scrollkeeper erroneously, hence
# the database was overwritten and needs a full rebuild
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" ge "0.9.4.1-???" && 
dpkg --compare-versions "$2" lt "0.9.4.1-3" && which scrollkeeper-rebuilddb 
>/dev/null 2>&1; then
    echo "Upgrade from broken gthumb version detected, running 
scrollkeeper-rebuilddb..."
    scrollkeeper-rebuilddb -q
fi

   Thanks!
-- 
Loïc Minier

Reply via email to