powerstat (0.01.31-1) unstable; urgency=low * Makefile: bump version * Handle incorrect option by dumping out help * constify a few more function parameters * Make max_readings, sample_delay and start_delay long ints, don't use atoi -- Colin King Sun, 18 May 2014 23:26:32 +0100 powerstat (0.01.30-1) unstable; urgency=low * Makefile: bump version * Makefile: Fix make dist, use plain old tar to omit debian contents * Fix copyright * Add COPYING file -- Colin King Thu, 20 March 2014 12:19:21 +0000 powerstat (0.01.29-1) unstable; urgency=low * Makefile: bump version * Avoid some potential buffer overflows -- Colin King Fri, 14 March 2014 09:45:32 +0000 powerstat (0.01.28-1) unstable; urgency=low * Makefile: bump version * debain/control: update standards version * Re-work battery not connected failure message * Add -S option to compute standard average on capacity values * Fix comment * Move some variables to a lower scope -- Colin King Thu, 23 January 2014 16:54:04 +0000 powerstat (0.01.27-1) unstable; urgency=low * Makefile: bump version * Update copyright date * Some minor code clean ups, no functional change * factor out rolling average calculation -- Colin King Tue, 7 January 2014 16:26:00 +0000 powerstat (0.01.26-1) unstable; urgency=low * Makefile: bump version * Shorten help info to fit on 80 column tty * Allow idle threshold to be a double rather than an int * Add some (void)-ifcations * Constify a bunch of pointers * Fix build warning now we are using -Wextra * Makefile: add -Wextra -- Colin King Thu, 28 November 2013 21:35:01 +0000 powerstat (0.01.25-1) unstable; urgency=low * Makefile: bump version * powerstat: don't abort if kernel does not support NETLINK_CONNECTOR -- Colin King Wed, 3 July 2013 18:54:23 +0100 powerstat (0.01.24-1) unstable; urgency=low * Makefile: bump version * powerstat: handle -ve tv by forcing resample rather -- Colin King Mon, 10 June 2013 20:01:59 +0100 powerstat (0.01.23-1) unstable; urgency=low * Makefile: bump version * powerstat: extra feedback when we cannot find a battery -- Colin King Thu, 9 May 2013 00:13:49 +0100 powerstat (0.01.22-1) unstable; urgency=low * Makefile: bump version * powerstat: fix indentation that may lead to confusion * powerstat: tidy up list append in log_printf * powerstat: va_end is missing in error path in log_printf * powerstat: need to close sock if bind fails * powerstat: need to closedir on dir before we bail out on error return * powerstat: fix leak of info when there are no free slots in table * powerstat.8: ensure - sign is escaped in manual -- Colin King Tue, 7 May 2013 16:41:12 +0100 powerstat (0.01.21-1) unstable; urgency=low * Makefile: bump version * powerstat: handle cases where -ve deltas occur from /proc/stat -- Colin King Wed, 20 Mar 2013 16:01:05 +0000 powerstat (0.01.20-1) unstable; urgency=low * Makefile: bump version * debian: control: set Architecture to just linux-any -- Colin King Tue, 19 Feb 2013 22:26:29 +0000 powerstat (0.01.19-1) unstable; urgency=low * Makefile: bump version * Correctly scan in HP design voltage for workaround case -- Colin King Tue, 19 Feb 2013 14:16:23 +0000 powerstat (0.01.18-1) unstable; urgency=low * powerstat: minor whitespace cleanup * Makefile: bump version * Makefile: include CFLAGS and LDFLAGS into CC line * debian: rules: force dh_ to apply flags during make phase * Remove unwanted debian/powerstat.install * debian: control: update Standards-Version to 3.9.4 * Put version number into the powerstat help info * powerstat: update copyright year * powerstat: shorten error message when machine is not discharging * fix typo in debian control -- Colin King Tue, 19 Feb 2013 13:09:56 +0000 powerstat (0.01.17-1) unstable; urgency=low * Update version * Add support for /sys/class/power_supply (Closes: #679593) -- Colin King Tue, 3 Jul 2012 11:48:44 +0100 powerstat (0.01.16-1) unstable; urgency=low * Initial Debian release (Closes: #678273) -- Colin King Wed, 20 Jun 2012 15:47:02 +0100 powerstat (0.01.15-1) unstable; urgency=low * Update version * Fix debian/control Description lintian warning -- Colin King Wed, 20 Jun 2012 14:06:11 +0100 powerstat (0.01.14-1) unstable; urgency=low * Bump version again * Update copyright year in source * Fix lintian errors in debian copyright file -- Colin King Thu, 14 Jun 2012 10:07:23 +0100 powerstat (0.01.13-1) unstable; urgency=low * Update version once more * Update debian copyright -- Colin King Wed, 13 Jun 2012 19:30:20 +0100 powerstat (0.01.12-1) unstable; urgency=low * Update version * Add in project homepage * Update manpage section and date * Update copyright URL * Make description more litian friendly * Fix typo on debian/watch -- Colin King Wed, 13 Jun 2012 19:21:00 +0100 powerstat (0.01.11-1) unstable; urgency=low * Update version in Makefile * Add debian/watch file * Update Maintainer field and add Kamal Mostafa as an Uploader -- Colin King Tue, 12 Jun 2012 18:47:48 +0100 powerstat (0.01.10-1) unstable; urgency=low * Add dist rule to Makefile * Add debian/source format * debian: control: update Standards-Version to 3.9.3 * debian: control: fix Section * debian: control: fix Description -- Colin King Tue, 12 Jun 2012 16:46:23 +0100 powerstat (0.01.09) precise; urgency=low * Fix typo -- Colin King Wed, 22 Feb 2012 16:42:00 +0000 powerstat (0.01.08) precise; urgency=low * Handle broken HP battery info -- Colin King Tue, 21 Feb 2012 16:25:00 +0000 powerstat (0.01.07) precise; urgency=low * Cater for critical discharging state too -- Colin King Tue, 10 Jan 2012 17:29:00 +0000 powerstat (0.01.06) precise; urgency=low * Fix start delay time in message -- Colin King Tue, 6 Dec 2011 12:16:00 +0000 powerstat (0.01.05) precise; urgency=low * Fix stupid cut-n-paste error in man page -- Colin King Mon, 28 Nov 2011 11:35:00 +0000 powerstat (0.01.04) precise; urgency=low * Only output power stats when valid data is available. * Don't to task monitoring with non-root privilege. * Tidy up count down delay. * If battery supplies a rate, don't flag it as an estimate. -- Colin King Mon, 28 Nov 2011 11:04:00 +0000 powerstat (0.01.03) precise; urgency=low * Add some slop to ensure multiple ~1 second updates make up 120 seconds of samples * debian: remove cdbs Build-Depends -- Colin King Fri, 25 Nov 2011 19:46:00 +0000 powerstat (0.01.02) precise; urgency=low * bump start delay to 3 mins add comments * Minor whitespace tab cleanups * minor alignment tweaks * const func args * Ensure we run for at least 5 mins of real data gathering. * handle broken batteries that don't supply a rate -- Colin King Fri, 25 Nov 2011 19:19:00 +0000 powerstat (0.01.01) precise; urgency=low * fix typo in man page * Makefile: add manpage and some minor debian helps -- Colin King Wed, 16 Nov 2011 19:28:00 +0000 powerstat (0.01.00) precise; urgency=low * Initial version -- Colin King Wed, 16 Nov 2011 12:15:00 +0000