reassign 383201 tomboy reopen 382800 severity 382800 critical severity 383201 critical merge 382800 383201 stop
Hi, The fix in tomboy 0.3.9+dfsg-1 is insufficient, you need to fix the broken scrollkeeper database with a postinst snippet such as: # version 0.3.9-1 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.3.9-1" && dpkg --compare-versions "$2" lt "0.3.9+dfsg-2" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then echo "Upgrade from broken Tomboy version detected, running scrollkeeper-rebuilddb..." scrollkeeper-rebuilddb -q fi (Replace 0.3.9+dfsg-2 with the version in which you include the snippet.) Bye, -- Loïc Minier <[EMAIL PROTECTED]>