bandwidthd (2.0.1+cvs20050208-11) unstable; urgency=high * Fix elif statement in debian/bandwidthd.config * Add LSB section to init.d script. * Fix /sbin/route subnet output parsing to include subnetmask. * Fix config writing to handle different subnet syntax for CIDR vs. dotted-quad. ("subnet 1.2.3.4/32" vs "subnet 1.2.3.4 255.255.255.0") * Add updated german debconf translation. (Closes: #414592) * Correct several minor language mistakes in the template. (Closes: #414591) Thanks for the two above to Helge Kreutzmann! * Simplify guard against missing ucf in postrm purge so it actually works. (Closes: #416651), Thanks to Michael Ablassmeier - RC bug = high severity. * Update czech debconf translation (fuzzy string+spelling error) Thanks to Miroslav Kure. * Update french translations (fuzzy strings), Thanks Christian Perrier. -- Andreas Henriksson Fri, 9 Mar 2007 00:12:41 +0100 bandwidthd (2.0.1+cvs20050208-10) unstable; urgency=low * Change build-dep from postgresql-dev to libpq-dev (Closes: #396562) -- Andreas Henriksson Wed, 1 Nov 2006 21:55:46 +0100 bandwidthd (2.0.1+cvs20050208-9) unstable; urgency=medium * Don't fail if ucf isn't available on postrm. (Closes: #389967) * ucf --purge apparently isn't enough to remove the config files, use rm to finish the job. * Remove cdf logs and graphs when purging the static bandwidthd package. * Indent Homepage in package description with an extra space as suggested in the 6.2.4 "Upstream home page" part of Debian Developer's Reference - Best Packaging Practices. -- Andreas Henriksson Thu, 28 Sep 2006 23:10:04 +0200 bandwidthd (2.0.1+cvs20050208-8) unstable; urgency=low The "James Westby Rocks" cleanup-edition: (Thanks for reviewing and giving lots of helpful cleanup suggestions) * Skip fourth number in Standards-Version. * Update to debhelper compat 5 - no changes needed apparently. - change build-dependency to >= 5.0.0 * Use "Homepage:" in package description for upstream website. * Use variables ($DESC) everywhere instead of writing out the value in the init.d script. * Update headers in debian/po/ translation files. * Simplify distclean rule in debian/rules. * Remove (more or less) empty debian/*.prerm files. * Add build-dependency on po-debconf. * I've also got a new email address (s/fjortis.info/fatal.se/). -- Andreas Henriksson Thu, 21 Sep 2006 10:30:45 +0200 bandwidthd (2.0.1+cvs20050208-7) unstable; urgency=low * Move misplaced binary-indep rules to install in debian/rules. (Closes: #372710) * Implement bandwidthd-pgsql.conf template usage in debconf script, debian/bandwidthd-pgsql.config. * Update debian/TODO. * Refrase debconf template as recommended by policy in debian/templates according to lintian suggestion. * Bump up Standards-Version to debian-policy 3.7.2.1. * Update Swedish translation (sv). * Add Czech translation (cs), thanks to Martin Šín (Closes: #382233) * Add French translation (fr), thanks to Steve (Closes: #313182, #384427) * Fix parsing of iproute2 route output for /32 routes. - Thanks to Alexis Huxley for debugging. -- Andreas Henriksson Mon, 31 Jul 2006 15:37:32 +0200 bandwidthd (2.0.1+cvs20050208-6) unstable; urgency=low * Added missing dependency on ucf. * Update to debian-policy 3.7.0.0. * Moved to using po-debconf for debconf translations. -- Andreas Henriksson Sun, 30 Apr 2006 15:42:33 +0200 bandwidthd (2.0.1+cvs20050208-5) unstable; urgency=low * Lintian cleanups. - Remove bashism from debian/*.config scripts. - Purge debconf database in bandwidthd-pgsql postrm. - Add dh_installdebconf in debian/rules and readd ${misc:Depends} to Depends-field in debian/control (for debconf). - Change Type-field in debian/bandwidthd.templates from integer to string for metarefresh. -- Andreas Henriksson Thu, 29 Dec 2005 15:18:58 +0100 bandwidthd (2.0.1+cvs20050208-4) unstable; urgency=low * The "lets fix the fuckups in previous version" release. * Only bandwidthd-pgsql should depend on libpq. Clean between builds. * Fix up description formating by deleting personal url for package source (Closes: #328178). * Add debconf to generate configuration file (non-pgsql version only). * Fixed up BASHism in init.d script (hopefully correct now), thanks to Alexander Gerasiov. (Closes: #328576) * Add ".. in bandwidthd.conf" to syntax error message. (Closes: #328577) * Modify build-dependencies on libgd2. (Closes: #343921, #335661) -- Andreas Henriksson Fri, 23 Dec 2005 21:53:56 +0200 bandwidthd (2.0.1+cvs20050208-3) unstable; urgency=low * neilm@debian.org agreed to sponsor bandwidthd! Fixed up the stuff in his initial comments. * Fixed version number (...-x.y reserved for NMUs). * Fixed lintian warnings. - Upgraded to policy 3.6.2.1. - Replaced ancient config.sub, config.guess with new versions from /usr/share/automake/. - Added manpage in bandwidthd-pgsql package (needs update!). - Added init.d script in bandwidthd-pgsql package. -- Andreas Henriksson Fri, 26 Aug 2005 07:11:16 +0200 bandwidthd (2.0.1+cvs20050208-2.1) unstable; urgency=low * More work on the bandwidthd-pgsql package. - static package tested and working. - added pgsql-specific part of bandwidthd.conf in pgsql-package. - added php-scripts to htdocs dir in pgsql-package. - added warning notice in init.d-script for unconfigured pgsql connection strings in config. - updated README.Debian with (untested) pgsql administration examples. -- Andreas Henriksson Fri, 22 Jul 2005 20:24:49 +0200 bandwidthd (2.0.1+cvs20050208-2) unstable; urgency=low * Attempt at multibinary package - bandwidthd & bandwidthd-pgsql. -- Andreas Henriksson Sun, 27 Feb 2005 15:22:28 +0100 bandwidthd (2.0.1+cvs20050208-1) unstable; urgency=low * Update to CVS as of 8 Feb, 2005 which includes support for changing paths. -- Andreas Henriksson Tue, 8 Feb 2005 18:35:53 +0100 bandwidthd (2.0.1) unstable; urgency=low * New upstream release. (database logging feature disabled.) -- Andreas Henriksson Thu, 13 Jan 2005 20:31:37 +0100 bandwidthd (1.2.1b-14) unstable; urgency=low "Thanks for the testing release." * Fixed bug forever disabling graphing if there's one run which doesn't catch a single packet. * Comment out 27 printf-lines in bandwidthd.c and 2 in conf.y to get rid of the startup spam. * Wrote some lines about the config in README.Debian. * Added note about defunct processes in README.Debian. * Moved TODO-part from README.Debian to TODO.Debian. * Added warning about recover_cdf in bandwidthd.conf manpage. -- Andreas Henriksson Sun, 11 Jul 2004 21:07:01 +0200 bandwidthd (1.2.1b-13) unstable; urgency=low * Disabled automatically generated post{inst,rm} and prerm scripts again since an already running bandwidthd where not shut down properly on package upgrade. (Kept debhelper-token in script but added -n flag to dh_installinit to prevent it from modifying scripts.) -- Andreas Henriksson Tue, 6 Jul 2004 17:44:22 +0200 bandwidthd (1.2.1b-12) unstable; urgency=low The lintian cleanup release. * Added manpages bandwidthd(8) and bandwidthd.conf(5). * Added debhelper-token to maintainer scripts and removed parts that where duplicated when debhelper inserted it's changes. * Adjusted copyright-file. -- Andreas Henriksson Mon, 5 Jul 2004 21:15:31 +0200 bandwidthd (1.2.1b-11) unstable; urgency=low * Changed build-depends to use pcap0.8 and gd2 instead of transitional packages pointing to pcap0.7 and gd1. -- Andreas Henriksson Fri, 2 Jul 2004 09:01:43 +0200 bandwidthd (1.2.1b-10) unstable; urgency=low Thanks to Petr Stehlik for testing the package on woody and suggesting an easy way to fix the file hierarchy problem. * Included reworked patches (which has been sent to upstream). * Included postinst, prerm, postrm scripts stolen from pdns. * Fixed up 2 minor issues in init.d-script for woody compability. This release puts the log*.cdf in /var/lib/bandwidthd/ and the html files in /var/lib/bandwidthd/htdocs/ instead of working out of /etc/bandwidthd/. The config files stays /etc/bandwidthd/bandwidthd.conf (obviously) though. The current solution still requires chdir, but that will hopefully soon be dealt with. -- Andreas Henriksson Tue, 29 Jun 2004 19:29:01 +0200 bandwidthd (1.2.1b-9) unstable; urgency=low Thanks to Bartosz Fenski aka fEnIo for improvement suggestions! * Changed to Standards-Version 3.6.1.0 in debian/control * Changed to Section "net" in debian/control * Small change to debian/copyright * More TODO-items added in README.Debian -- Andreas Henriksson Thu, 17 Jun 2004 00:31:39 +0200 bandwidthd (1.2.1b-8) unstable; urgency=low * Updated README.Debian * Fixed subnet page html syntax. * Moved "Programmed by..." to right below the logo. * Added bison and flex to build-depends. -- Andreas Henriksson Mon, 14 Jun 2004 22:59:20 +0200 bandwidthd (1.2.1b-7) unstable; urgency=low * Changed init.d-script to use SIGUSR1/SIGUSR2. * Fixed up signals. Forgot to install the handler for USR1/USR2. ;) -- Andreas Henriksson Mon, 7 Jun 2004 19:40:32 +0200 bandwidthd (1.2.1b-6) unstable; urgency=low * Changed debian/rules to run dist-clean to avoid useless changes in diff. * Changed signal handling to be able to get the parent to signal the all the children. Sending SIGUSR1 to pid in /var/run/bandwidthd.pid now terminates all processes. Likewise SIGUSR2 does logrotate. (Logs aren't rotated for any other process then the main one, so SIGUSR2 is pretty useless. The signal is propagated so when logrotate is enabled for all processes it will work.) -- Andreas Henriksson Mon, 7 Jun 2004 19:07:51 +0200 bandwidthd (1.2.1b-5) unstable; urgency=low * Added config option to set seconds in "META REFRESH". Can also be disabled totally by setting it to 0. * Rewrote fork-handling for graph-processes. (Preparation for better signal handling.) -- Andreas Henriksson Fri, 4 Jun 2004 13:09:00 +0200 bandwidthd (1.2.1b-4) unstable; urgency=low * Fixed up the html syntax in the files generated by bandwithd. Hopefully got everything right. :) -- Andreas Henriksson Sun, 30 May 2004 20:37:04 +0200 bandwidthd (1.2.1b-3) unstable; urgency=low * Ugh, seems like I somehow misplaced all the init.d-script changes. Rewrite bandwidthd init.d script (again). -- Andreas Henriksson Sun, 30 May 2004 19:24:20 +0200 bandwidthd (1.2.1b-2) unstable; urgency=low * changed the init.d script to handle missing pidfile and added some paranoia in the log rotate function. -- Andreas Henriksson Thu, 27 May 2004 19:54:34 +0200 bandwidthd (1.2.1b-1) unstable; urgency=low * New upstream release -- Andreas Henriksson Thu, 27 May 2004 19:29:54 +0200 bandwidthd (1.2.0b-2) unstable; urgency=low * Removed hack from fork2 and moved it into main(). (since fork2() now is used on more places.) -- Andreas Henriksson Sun, 1 Feb 2004 11:02:37 +0100 bandwidthd (1.2.0b-1) unstable; urgency=low * New upstream release -- Andreas Henriksson Sat, 31 Jan 2004 18:39:20 +0100 bandwidthd (1.1.7-1) unstable; urgency=low * Initial Release. * Hacked fork2() to write pidfile. -- Andreas Henriksson Tue, 6 Jan 2004 17:02:32 +0100