sopel (6.1.1-1) unstable; urgency=medium * the 6.0 release of Willie renamed the software to Sopel. this introduces a number of backwards-incompatible changes which will require you to port your configuration and database to the new version. upstream documentation is at: http://sopel.chat/willie_6.html * if your config file was modified, it should still be available in /etc/willie.cfg and you can just copy it over /etc/sopel.cfg after inspection. * your database should just work as well, copy it over from /var/lib/willie/default.db to /var/lib/sopel/default.db. * in short: cp /etc/willie.cfg /etc/sopel.cfg sed -i 's/willie/sopel/' /etc/sopel.cfg cp -r /var/lib/willie /var/lib/sopel chown -R sopel /var/lib/sopel service sopel restart apt purge willie # optional - just to cleanup -- Antoine Beaupré Tue, 08 Dec 2015 16:18:12 -0500 willie (5.0.0) unstable; urgency=medium * the 5.0.0 release includes backwards-incompatible changes, documented here: http://willie.dftba.net/willie_5.html * no attempt is made to upgrade your sqlite database, which is likely to break your bot during the upgrade * you may need to add a configuration item pointing to your database in /etc/willie.cfg: db_filename = /var/lib/willie/default.db * an upstream script is installed to update the core databases but it will not upgrade contrib module, which you will need to check yourself: su -u willie -c "python3 /usr/share/doc/willie/update_db.py /etc/willie.cfg" -- Antoine Beaupré Thu, 05 Feb 2015 19:40:34 -0500