Hi, Thanks for letting me know, I forgot about this. Building a fixed version as I write this.
Thanks again, Remco On Wed, 2007-05-23 at 23:14 +0200, Loïc Minier wrote: > 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!