2008
dancer-ircd (1.0.36-8) unstable; urgency=medium
* Bump Standards-Version to 3.7.3.
* Add the Vcs-Git/Vcs-Browser fields.
* Add the DM-Upload-Allowed field.
* Add docbook to Build-Depends.
* Fix lintian warning "init.d-script-missing-lsb-section
/etc/init.d/dancer-ircd".
+ Add LSB headers. (Closes: #468881)
* Fix lintian warning "debian-rules-ignores-make-clean-error
line 38".
* Fix lintian warning "package-contains-empty-directory usr/bin/".
+ Remove usr/bin/ from debian/dancer-ircd.dirs.
* Fix lintian warnings "copyright-without-copyright-notice".
+ Add copyright notice to debian/copyright.
* Fix lintian warnings "doc-base-unknown-section dancer-user-guide:5
Apps/Net" and "doc-base-unknown-section dancer-oper-guide:5
Apps/Net".
+ Switch to "Network/Communication".
-- Aurélien GÉRÔME <ag@roxor.cx> Sun, 06 Apr 2008 00:22:02 +0200
2006
dancer-ircd (1.0.36-7) unstable; urgency=low
* Adopt the package (Closes: #348746). * Update to the latest Standards-Version. * Update the package description. * Remove .arch-ids/, {arch}/, .arch-inventory directories and files from the previous maintainer.
-- Aurélien GÉRÔME <ag@roxor.cx> Sat, 22 Jul 2006 00:58:35 +0200
dancer-ircd (1.0.36-6) unstable; urgency=low
* QA upload. * src/m_stats.c (m_stats): Fix command type check. Closes: #361718.
-- Matej Vela <vela@debian.org> Sun, 9 Apr 2006 23:38:03 +0200
dancer-ircd (1.0.36-5) unstable; urgency=low
* QA upload.
* src/s_cr.c (cr_hashstring): Restore reversed order to avoid breaking
backwards compatibility.
-- Matej Vela <vela@debian.org> Thu, 16 Feb 2006 11:13:26 +0100
dancer-ircd (1.0.36-4) unstable; urgency=low
* QA upload.
* Package is orphaned (#348746); set maintainer to Debian QA Group.
* src/md5.c, include/md5.h: Apply Jim Kingdon's fixes for 64-bit
architectures (borrowed from cvs 1.12.9). Closes: #245420.
* src/s_cr.c (cr_hashstring): Write bytes in the correct order.
* Conforms to Standards version 3.6.2.
-- Matej Vela <vela@debian.org> Thu, 16 Feb 2006 10:04:55 +0100
2005
dancer-ircd (1.0.36-3) unstable; urgency=low
* Fix the stupid doc-base files. I hate you doc-base users
(closes: #296887).
-- Andrew Suffield <asuffield@debian.org> Mon, 28 Feb 2005 04:23:38 +0000
dancer-ircd (1.0.36-2) unstable; urgency=low
* Actually build the documentation, or stuff breaks (closes: #296887) * Fix symlink generation for the documentation; bitrot
-- Andrew Suffield <asuffield@debian.org> Fri, 25 Feb 2005 17:03:05 +0000
dancer-ircd (1.0.36-1) unstable; urgency=low
* New upstream release (closes: #263100) * With Freenode's loss of interest in developing the server code, and the total absence of unsolved bug reports or realistic feature requests for many months, this will in all probability be the last upstream release, since there's nothing left to do. See /usr/share/doc/dancer-ircd/dancer-status.txt for details.
-- Andrew Suffield <asuffield@debian.org> Thu, 24 Feb 2005 06:00:39 +0000
2003
dancer-ircd (1.0.33-1) unstable; urgency=low
* New upstream release * Revamp debian/rules a bit. Migrate to debhelper 4
-- Andrew Suffield <asuffield@debian.org> Fri, 5 Dec 2003 16:58:31 +0000
dancer-ircd (1.0.32-2) unstable; urgency=low
* Update to asuffield@debian.org--dancer-2003/dancer--main--1.0--patch-13 * This fixes some idiotic mishandling of pointers, which should let it build on all arches again.
-- Andrew Suffield <asuffield@debian.org> Sat, 15 Nov 2003 15:15:24 +0000
dancer-ircd (1.0.32-1) unstable; urgency=low
* New upstream version * Builds with gcc 3.3 again (closes: #194891) * Remove mkpasswd.dancer entirely (closes: #156934) * All references to openprojects.net should be obliterated with this release (closes: #196517) * Update the copyright file * Tidy up the init script a bit, and give a -d argument to the daemon * Remove the conffile status from /var/lib/dancer-ircd/{kline,dline}.conf and remove those files from the package. Touch them in postinst to make sure they exist. * Clean up some cruft in rules * Update README.Debian a bit
-- Andrew Suffield <asuffield@debian.org> Sun, 28 Sep 2003 17:25:04 +0100
2002
dancer-ircd (1.0.31+maint8-4) unstable; urgency=low
* Check NO_PRINTF_CHECK and HAVE_ATTRIBUTE before using
__attribute__((printf(...))) in include/s_log.h as well as everywhere
else, so it actually builds.
* Coerce use of gcc (ie, skip gcc-3.0 check) to build with so errors
like this don't get missed.
-- Andrew Suffield <asuffield@debian.org> Fri, 19 Jul 2002 16:45:45 +0100
dancer-ircd (1.0.31+maint8-3) unstable; urgency=low
* chmod /var/lib/dancer-ircd/{dline,kline}.conf to 0640 in debian/rules,
so they are created with more convinient permissions (you should chmod
by hand if you have an existing installation and want members of group
dancer to be able to read them; this is not done in postinst in case
you don't actually want this).
* chown the same files to dancer:dancer in postinst. They used to be
installed owned by root:root, which was broken (closes: #153492).
-- Andrew Suffield <asuffield@debian.org> Fri, 19 Jul 2002 02:50:06 +0100
dancer-ircd (1.0.31+maint8-2) unstable; urgency=low
* The "could'a sworn I uploaded that" release.
* Set DPATH to /, not /var/lib/dancer-ircd/, so unkline actually works
(closes: #145330).
* Fixes from the development tree:
* Minor bug in m_unkline() parsing of kline.conf caused it to
crash when there aren't enough fields in a K:line.
* #undef __attribute__ at the end of send.h so we don't screw up
system includes (should build on potato again).
* Use --hash instead of -H in mkpasswd.dancer to work around broken
mkpasswd (see: #149071, closes: #152898). Users should note that
mkpasswd.dancer is now deprecated and provided only for compatibility.
-- Andrew Suffield <asuffield@debian.org> Thu, 18 Jul 2002 02:36:00 +0100
dancer-ircd (1.0.31+maint8-1) unstable; urgency=medium
* New upstream release
* The "I hate my life" release.
* Couple more nasty long-running bugs nailed, this time in K:line
processing.
* Added a >/dev/null to the logrotate script.
-- Andrew Suffield <asuffield@debian.org> Fri, 12 Apr 2002 17:19:50 +0100
dancer-ircd (1.0.31+maint6-1) unstable; urgency=medium
* New upstream release
* Added a note about mkpasswd.dancer to README.Debian.
* Fixes the nasty broken INVITE thing, amoungst other bugs.
* Fixes taken from the CVS tree:
* Reopen log on SIGHUP (for proper log rotation).
* Send IDLE from user, not server (so as not to crash +maint2 and
earlier servers).
* Inverted the sense of the test for when to reply with
ERR_NOSUCHNICK to PRIVMSG to a non-existant user. Damnit.
* Strip crap in bans from other servers as well, to stop services
placing silly irremovable ones. (also invex, exempt).
* Colour-strip +d channel mode arguments.
* Add a logrotate file.
* Bumped Suggests on ntp back up to Recommends, it's in main again now.
* Replaced mkpasswd.dancer with a shell script that calls mkpasswd.
* Added Recommends on whois, for mkpasswd
-- Andrew Suffield <asuffield@debian.org> Thu, 4 Apr 2002 01:39:24 +0100
dancer-ircd (1.0.31+maint2-1) unstable; urgency=medium
* New upstream release
* This one fixes some obscure bugs, and one nasty memory leak. Hopefully
this will be the last update before woody releases.
-- Andrew Suffield <asuffield@debian.org> Mon, 18 Mar 2002 20:54:04 +0000
2001
dancer-ircd (1.0.31-2) unstable; urgency=low
* Fix from CVS:
* Changed some %d to %zd in s_debug.c and send.c, size_t portability
stuff. (closes: #121600, #123220)
* Added #define NO_PRINTF_CHECK to s_debug.c and send.c so they still
build with gcc 2.95.
-- Andrew Suffield <asuffield@debian.org> Fri, 21 Dec 2001 17:52:00 +0000
dancer-ircd (1.0.31-1) unstable; urgency=medium
* New upstream release
* From upstream changelog:
* Changed printf format types for size_t to %zi in restart.c.
(closes: #123220, #121600)
* Changed vsprintf_irc() in sprintf_irc.c so it doesn't try to extract
items from a va_list as const (just promote them afterwards). I hate
powerpc's va_args implementation. (closes: #119602)
* Fixed a few other portability issues.
* NOTE: All prior versions have some rather nasty bugs. It is highly
recommended that you upgrade ASAP. Medium priority upload to get these
fixes into testing.
* The syntax and semantics of I:lines has changed, as have the semantics
of the +P umode. See README.Debian and dancer-ircd-doc for more
details.
-- Andrew Suffield <asuffield@debian.org> Sun, 16 Dec 2001 15:28:23 +0000
dancer-ircd (1.0.21-2) unstable; urgency=low
* Downgraded recommendation of ntp to a suggestion, ntp moved to non-us
(sigh).
* Included ALL the sgml source, not just some of it.
-- Andrew Suffield <asuffield@debian.org> Sat, 24 Nov 2001 21:53:31 +0000
dancer-ircd (1.0.21-1) unstable; urgency=low
* New upstream release
-- Andrew Suffield <asuffield@debian.org> Sat, 10 Nov 2001 17:15:29 +0000
dancer-ircd (1.0.20-1) unstable; urgency=low
* New upstream release (closes: #118575) * Note: this fixes a fairly serious stability bug. Upgrade ASAP. * Decreased MIN_USERS_FOR_LIST from 4 to 2. Too many people are asking me why channels don't appear in LIST. Sigh.
-- Andrew Suffield <asuffield@debian.org> Wed, 7 Nov 2001 18:30:04 +0000
dancer-ircd (1.0.17-2) unstable; urgency=low
* Moved the sgml stuff to Build-Depends-Indep so the poor buildds don't
have to install a complete tetex environment before building. That
should get the build time down.
-- Andrew Suffield <asuffield@debian.org> Wed, 7 Nov 2001 18:29:04 +0000
dancer-ircd (1.0.17-1) unstable; urgency=low
* New upstream release
* From upstream changelog:
* Added patch from David Roundy for use of __va_copy to handle
va_args idiosyncracity on powerpc. Watch this for portability to
non-GNU systems. (closes: #115036)
-- Andrew Suffield <asuffield@debian.org> Wed, 24 Oct 2001 10:57:01 +0100
dancer-ircd (1.0.15-2) unstable; urgency=low
* Changed build-dep from cygnus-stylesheets (now obsolete) to
docbook-utils
* Added trailing period to default server name in ircd.conf
* Fixed debian/rules so that it doesn't build the arch-indep packages
when doing binary-arch. Sigh. dh-make sucks.
-- Andrew Suffield <asuffield@debian.org> Wed, 10 Oct 2001 22:57:11 +0100
dancer-ircd (1.0.15-1) unstable; urgency=low
* New upstream release
* Fix from CVS:
* Fixed m_unkline.c so that klines without fields saying when they are
placed are removed at once (was random).
* Updated the description to reflect the fact that OPN still hasn't
gotten around to deploying dancer
-- Andrew Suffield <asuffield@debian.org> Mon, 17 Sep 2001 17:19:20 +0100
dancer-ircd (1.0.12-7) unstable; urgency=low
* Added --quiet to adduser options in postinst * Added -r to rm in postrm (oops) * Updated viconf.8 a bit
-- Andrew Suffield <asuffield@debian.org> Mon, 17 Sep 2001 16:55:27 +0100
dancer-ircd (1.0.12-6) unstable; urgency=low
* Changed Maintainer field address * Added Section: field to doc-base files (closes: #112411) * Added -Wno-unused to CFLAGS
-- Andrew Suffield <asuffield@debian.org> Thu, 16 Aug 2001 00:27:05 +0100
dancer-ircd (1.0.12-5) unstable; urgency=low
* Added support for DEB_BUILD_OPTIONS=debug
* Turned SPLIT_PONG off and set DEFAULT_SERVER_SPLIT_RECOVERY_TIME to 0,
so that split mode is not set
-- Andrew Suffield <asuffield@debian.org> Thu, 16 Aug 2001 00:27:05 +0100
dancer-ircd (1.0.12-4) unstable; urgency=low
* Fixes from CVS:
* Fixed buffer overruns when calculating the umode string during
netjoin.
* Moved cmode -f to the secondary buffer so it sorts properly (+f was
alredy moved)
* Added the text build of the sgml docs
* Fixed ircd.conf so it points to olines and not olines.conf (oops), and
added full path so it actually loads
* Added the AUTHORS file, added a reference to it to copyright
* Removed /etc/dancer-ircd/* from conffiles, debhelper adds these
anyway, no point having them twice.
-- Andrew Suffield <asuffield@debian.org> Thu, 16 Aug 2001 00:27:05 +0100
dancer-ircd (1.0.12-3) unstable; urgency=low
* Fixed CFLAGS to be -O2 -g -Wall instead of -O0
* Removed reference to "Universite of Alaska Fairbanks" from default
irc.conf
-- Andrew Suffield <asuffield@debian.org> Thu, 16 Aug 2001 00:27:05 +0100
dancer-ircd (1.0.12-2) unstable; urgency=low
* Added dependency on adduser
-- Andrew Suffield <asuffield@debian.org> Tue, 14 Aug 2001 00:12:55 +0100
dancer-ircd (1.0.12-1) unstable; urgency=low
* Initial Release. Closes: #108193
-- Andrew Suffield <asuffield@debian.org> Tue, 14 Aug 2001 00:12:43 +0100