blootbot (1.2.0-5) unstable; urgency=low * Added various translation templates: - fr, thanks to Christian Perrier (closes: #330121) - sv, thanks to Daniel Nylander (closes: #337768) * Added patches from Mike O'Connor : - Fix for short addressing containing a ">" (closes: #370040) - Fix for 'is also' on redirected factoids (closes: #370134) * Cleaned up debian/rules to remove potential bashism -- Neil McGovern Sat, 3 Jun 2006 21:37:46 +0100 blootbot (1.2.0-4) unstable; urgency=low * Added debconf-updatepo to clean stanza of debian/rules to update debconf translations. (closes: #329375) Thanks to Thomas Huriaux -- Neil McGovern Wed, 21 Sep 2005 14:25:08 +0000 blootbot (1.2.0-3) unstable; urgency=low * Added Vietnamese translation of blootbot debconf messages (closes: #313160) Thanks to Clytie Siddall * Now depends on debconf | debconf-2.0 so that cdebconf can be installed. * Depends on adduser as it's used in postinst. * Updated standards version number. -- Neil McGovern Mon, 08 Aug 2005 11:10:41 +0100 blootbot (1.2.0-2) unstable; urgency=low * Added Czech translation of blootbot debconf messages (closes: #312149) -- Neil McGovern Mon, 06 Jun 2005 11:10:48 +0100 blootbot (1.2.0-1) unstable; urgency=low * Taking over maintainership (closes: #249035) * New upstream release (closes: #244341) - Seems to work with MySQL's GRANT syntax properly now (closes: #228053) - Freshmeat doesn't seem to kill the bot now (closes: #120379) - Doesn't give erronous message when chaninfo requested for a non-joined channel (closes: #117595) * Changed * Now uses gettext-based debconf templates (closes: #205772) * Integrated Frenchdebconf template (closes: #206733) Thanks to Christian Perrier * CVS directories removed forceably from source (closes: #212514) * updated long desc to explain what an infobot is (closes: #228053) -- Neil McGovern Sat, 30 Apr 2005 13:16:04 +0100 blootbot (1.1.0-6) unstable; urgency=low * QA Upload * Changed Maintainer to Debian QA Group -- Stephen Quinney Tue, 15 Feb 2005 13:34:14 +0000 blootbot (1.1.0-5.1) unstable; urgency=low * NMU. * Applied patch from Don Armstrong to fix GRANT syntax error. (Closes: #228053) -- Christopher L Cheney Thu, 15 Jul 2004 00:10:00 -0500 blootbot (1.1.0-5) unstable; urgency=low * It's been a while. I know there's a new upstream release, but it has a few problems that I don't have time to track down right now, and I want to get the important stuff out of the way. * Don't grant database admin rights to the mysql user that blootbot runs as. Revoke those rights on any if they already exist in postinst. * Grant access to the blootbot database instead. * Comment out the database creation magic in db_mysql.pl, the database is created at install time in debian. * Use mysql GRANT to add user priv stuff, not INSERT INTO mysql.user. * Don't reconnect immediately on disconnect, but rather schedule an ircCheck() call in 15 seconds, so the bot doesn't spin when connections fail repeatedly (closes: #184636). Exponential backoff would be better, but this will do for now. * s/kevin/Kevin/ (closes: #124459) * README.Debian is actually included now, added a note to point to it in the manpage. That's the closest thing to documentation that is likely to happen anytime soon; at least it covers the initial setup (closes: #181433). * Move to debhelper version 4. -- Andrew Suffield Tue, 29 Oct 2002 21:56:42 +0000 blootbot (1.1.0-4) unstable; urgency=low * Downgraded dependencies on lib*-perl to recommends, some of those things are Priority: extra, and blootbot will actually work without them (although some features will fail, they can be disabled in config). * Remembered to include README.Debian, copied the postinst text about ircII.servers in there as well. * Dropped the irc nick and nickserv password from debconf, we no longer need these in order to complete postinst. (closes: #112022) * Added -es and -de debconf translations. (closes: #113596, #116030) * Changed Build-Depends to Build-Depends-Indep * Removed unnecessary cruft from rules -- Andrew Suffield Tue, 29 Oct 2002 21:56:36 +0000 blootbot (1.1.0-3) unstable; urgency=low * Added dependencies on libxml-parser-perl, liburi-perl, libnet-perl, and libnet-telnet-perl. Maybe I should just depend on everything on CPAN and be done with it. -- Andrew Suffield Fri, 31 Aug 2001 15:58:01 +0100 blootbot (1.1.0-2) unstable; urgency=low * Really did update maintainer address. Sigh. -- Andrew Suffield Fri, 31 Aug 2001 15:58:01 +0100 blootbot (1.1.0-1) unstable; urgency=low * Initial upload (closes: #110811) * New upstream release * This is essentially the same as 0.0.20010711-1, only with a sensible version number * Updated maintainer address * Removed irritating dh-make boilerplate from copyright to shut up lintian -- Andrew Suffield Fri, 31 Aug 2001 15:58:01 +0100 blootbot (0.0.20010711-1) unstable; urgency=low * New upstream release -- Andrew Suffield Thu, 12 Jul 2001 18:56:50 +0100 blootbot (0.0.20010530-3) unstable; urgency=low * Few minor corrections in postinst * Added (trivial) manpage for blootbotsetup -- Andrew Suffield Sun, 10 Jun 2001 23:08:28 +0100 blootbot (0.0.20010530-2) unstable; urgency=low * Added some better failure cases to postinst * Added code to blootbotsetup (called from postinst) which causes it to stop cleanly if everything looks to be working, rather than updating anyway * Added suggests on bzip2 -- Andrew Suffield Fri, 1 Jun 2001 13:58:59 +0100 blootbot (0.0.20010530-1) unstable; urgency=low * New upstream release * Fixes a monumental upstream security hole; no earlier version should be used. Ever. -- Andrew Suffield Wed, 30 May 2001 16:04:22 +0100 blootbot (0.0.20010528-1) unstable; urgency=low * New upstream release * Rewrote postinst entirely in perl. update_config.pl no longer needed, lintian warning expunged * Fixed upstream bugs in core.pl (undef is not a channel) and modules.pl ($bot_src_dir is not 2 characters long) * Patched IRC/Schedules.pl to eliminate an undef warning when backups don't exist -- Andrew Suffield Mon, 28 May 2001 23:31:17 +0100 blootbot (0.0.20010513-5) unstable; urgency=low * This is pure perl; changed to arch: all -- Andrew Suffield Mon, 21 May 2001 01:16:39 +0100 blootbot (0.0.20010513-4) unstable; urgency=low * Patched DCC to work with libnet-irc-perl 0.7 (note that 0.7 is broken anyway) -- Andrew Suffield Tue, 15 May 2001 16:48:47 +0100 blootbot (0.0.20010513-3) unstable; urgency=low * Fixed fubarred copyright file -- Andrew Suffield Sun, 13 May 2001 21:50:59 +0100 blootbot (0.0.20010513-2) unstable; urgency=low * Disabled pesky over-clever naming of pidfiles. They're always blootbot.pid now. -- Andrew Suffield Sun, 13 May 2001 21:04:30 +0100 blootbot (0.0.20010513-1) unstable; urgency=low * New upstream release -- Andrew Suffield Sun, 13 May 2001 14:53:33 +0100 blootbot (0.0.20010506-3) unstable; urgency=low * Moved configuration and setup postinst into perl, for security and reliability. -- Andrew Suffield Sat, 12 May 2001 15:18:30 +0100 blootbot (0.0.20010506-2) unstable; urgency=low * Fixed nasty broken config script * Fixed nasty broken setup_sql.pl -- Andrew Suffield Sat, 12 May 2001 15:18:19 +0100 blootbot (0.0.20010506-1) unstable; urgency=low * Initial Release. * Changed the variables that locate the code and data files for FHS compliance. -- Andrew Suffield Mon, 7 May 2001 04:15:38 +0100