olsrd (0.5.6-r7-1) unstable; urgency=low * New upstream version, the seventh maintenance release of 0.5.6, with some improvements in the ETX-FFmetric and new stabilization patches for the route generation. -- Holger Levsen Wed, 11 Nov 2009 17:53:26 +0100 olsrd (0.5.6-r6-3) unstable; urgency=low * Brown paper bag release: add 270-make-kfbsd.patch to debian/patches/series so it actually gets applied. (Closes: #544758) -- Holger Levsen Mon, 19 Oct 2009 11:31:38 +0200 olsrd (0.5.6-r6-2) unstable; urgency=low * Do not override the general setting in Makefile.kfbsd to "honor DESTDIR in make install". Thanks to Petr Salinger for the patch. (Closes: #544758) -- Holger Levsen Sat, 17 Oct 2009 13:00:41 +0000 olsrd (0.5.6-r6-1) unstable; urgency=low * New upstream version, the sixth maintenance release of 0.5.6, adding support for Debian kfreebsd (Closes: #544758) and including fixes for httpinfo, txtinfo and dotdraw plugin to prevent them blocking in case of timed out outgoing connections. Drop 250-dot-draw-plugin-honor-accept-parameter.patch as it has been included in the new upstream release. * Fix incorrect runlevels and dependencies in init.d LSB header, thanks to Petter Reinholdtsen for spotting the issues and providing the patch. (Closes: #548607) * Bump standards version to 3.8.3, no changes necessary. -- Holger Levsen Sat, 10 Oct 2009 14:55:37 +0200 olsrd (0.5.6-r5-1) unstable; urgency=low * New upstream version, the fifth maintenance release of 0.5.6. * Add patch by Sebastian Harl to add a listen parameter to the dot_draw plugin. (Closes: #532573) - Thanks, Sebastian! * Re-enable quagga plugin. Since olsrd is licenced under the 3 clause BSD licence and quagga is GPL-2 code, the resuling binary is GPL-2 licenced too, and thats fine. (Closes: #532761) Add patch by Florian Forster to determine quagga protocol version - thanks Florian! * Add descriptions of quagga, bmf and txtinfo plugins to package description. (Closes: #532765) * Bump standards version to 3.8.2. * Update years in debian/copyright. -- Holger Levsen Tue, 04 Aug 2009 12:10:35 +0000 olsrd (0.5.6-r4-1) unstable; urgency=low * New upstream version, the fourth maintenance release of 0.5.6. * olsrd.init: - do not write the pidfile until olsrd has actually been started (Closes: #519842) - thanks to Sebastian Reichel for the bug report! - only start olsrd if it is not already running. * Bump standards-version to 3.8.1. -- Holger Levsen Sat, 30 May 2009 09:14:27 +0000 olsrd (0.5.6-r3-1) unstable; urgency=low * New upstream release, the third maintenance release of 0.5.6. * Adopt debian/patches/200-etc-olsrd.patch to cope with the whitespace changes in the new release. -- Holger Levsen Sat, 14 Mar 2009 18:31:55 +0100 olsrd (0.5.6~rc7-1) unstable; urgency=low * New upstream release candidate. * Use a PID file. (Closes: #484128) * Bump standards-version to 3.8.0, no changes needed. * Install the plugins into /usr/lib/olsrd/, to get rid off all the lintian overrides. Adapted README.Debian to reflect that. * Compile the source without DESTDIR, just install it to DESTDIR. * Modify the plugin targets in the upstream Makefile to provide distinct $pluginname_install targets, otherwise DESTDIR shows up in rpath. * Drop debian/patches/210-txtinfo-Makefile.patch as it has been adapted by upstream. -- Holger Levsen Sat, 12 Jul 2008 16:38:15 +0000 olsrd (0.5.5-3) unstable; urgency=low * No longer work around a bug in debhelper (#470913) in debian/rules, which was introduced in 0.5.5-2 to fix #471627. Due to this, it's also not necessary to manually uncompress and compress some manpages, as debhelper now handles this as well. -- Holger Levsen Wed, 2 Apr 2008 13:06:27 +0200 olsrd (0.5.5-2) unstable; urgency=low * update debian/copyright to clarify that src/cfgparser/oparse.(c|h) has a special exception which allows distributing it under other conditions than the GPL in special cases * fix handling of zipped manpages (Closes: #471627) * remove the quagga plugin from the binary package, as it is GPL licenced and cannot be distributed together with the BSD licenced olsrd * remove linda overwrites as linda is deprecated * updated lintian overwrites -- Holger Levsen Mon, 31 Mar 2008 08:50:25 +0000 olsrd (0.5.5-1) unstable; urgency=low * new upstream version * removed unused lintian overwrites * upgraded to policy 3.7.3, no changes requiered * made debian/copyright machine readable following http://wiki.debian.org/Proposals/CopyrightFormat and converted it to utf8 * patch upstream Makefile to use /usr/lib on amd64 (Closes: #461604) -- Holger Levsen Sat, 09 Feb 2008 09:39:28 +0000 olsrd (0.5.4-2) unstable; urgency=low * clean up olsrd makefile, fix a very annoying dependency bug in the olsrd build system (Closes: #452100) - taken from OpenWRT, thanks to Felix Fietkau -- Holger Levsen Tue, 20 Nov 2007 14:26:34 +0100 olsrd (0.5.4-1) unstable; urgency=low * new upstream version * add Homepage and Vcs-* headers to debian/control * olsrd.conf: small improvements as suggested by Jens Nachtigall - Thanks! -- Holger Levsen Fri, 16 Nov 2007 12:02:21 +0000 olsrd (0.5.3-3) unstable; urgency=low * Undefine STRIP when running make install and instead use dh_strip so that DEB_BUILD_OPTIONS=nostrip can be used (Closes: #437676) -- Holger Levsen Sat, 18 Aug 2007 23:06:02 +0200 olsrd (0.5.3-2) unstable; urgency=low * improved olsrd.conf settings (Thanks elektra!) and made olsrd quiet on default -- Holger Levsen Sun, 12 Aug 2007 19:38:19 +0200 olsrd (0.5.3-1) unstable; urgency=low * new upstream version (Closes: #404899, #405331) * include bmf, quagga and txtinfo plugins in binary package -- Holger Levsen Sun, 5 Aug 2007 01:49:19 +0200 olsrd (0.5.2-1) unstable; urgency=low * new upstream release (Closes: #426580) * added build-dependency on bison and flex * removed dependency on libpthread2 (Closes: #412752) * maintainer address updated * updated README.Debian * cleaned up debian/patches/ (from openwrt) as they are included upstream by now * added debian/todo in source * make init-script exit gracefully if stopping olsrd fails (Closes: #412936) -- Holger Levsen Wed, 1 Aug 2007 00:58:23 +0200 olsrd (0.4.10-3) unstable; urgency=low * improved Makefile clean target to allow rebuilds * fixed and improved broken /etc/default/olsrd and /etc/init.d/olsrd * improved README.Debian and olsrd.conf -- Holger Levsen Wed, 20 Dec 2006 22:57:21 +0000 olsrd (0.4.10-2) unstable; urgency=low * fix debian/copyright (gui/linux-gtk is GPL licenced, not BSD like the rest) * upgraded debian/compat debhelper source-depends version to 5 (as it's enough if 0.4.10-1 builds on sarge without changes) * use ${binary:Version} format for olsrd-plugins depends on olsrd, for the same reason -- Holger Levsen Sun, 17 Dec 2006 18:51:00 +0000 olsrd (0.4.10-1) unstable; urgency=low * Initial release (Closes: #401307, #243527) -- Holger Levsen Sat, 9 Dec 2006 17:04:26 +0000