Change logs for powerstat source package in Buster

  • powerstat (0.02.18-1) unstable; urgency=medium
    
      * Makefile: bump version
      * Rename snapcraft directory to snap, add .travis.yml file to dist rule
      * Compute Geometric Mean without overflow with large sets of data
      * Add travis yaml file
    
     -- Colin King <email address hidden>  Sun, 22 Jul 2018 23:18:38 +0100
  • powerstat (0.02.17-1) unstable; urgency=medium
    
      * Makefile: bump version
      * voidify returns from log_printf call
      * Make indices arrays const
      * Make cpu_freq_scale const
      * Add hint on how to run if not in "discharge" mode
      * Add adjustable C-state column width for C-state name column
      * snapcraft: make confinement strict
      * snapcraft: add plugs
    
     -- Colin King <email address hidden>  Tue, 29 May 2018 12:57:12 +0100
  • powerstat (0.02.16-1) unstable; urgency=medium
    
      * Makefile: bump version
      * debian/copyright: use secure https url
      * debian/control: remove empty last line
      * update debian/compat to 11
      * Fix range of CPU frequencies histogram. Scale by 1000 and not 1e9
    
     -- Colin King <email address hidden>  Fri, 18 May 2018 23:16:17 +0100
  • powerstat (0.02.15-1) unstable; urgency=medium
    
      * Makefile: bump version
      * debian/control: remove trailing whitespace in text
      * debian/control: update Standards-Version to 4.1.2
      * Fix spelling mistake in comment
      * Update copyright year
      * Add GNU format attribute to log_printf
    
     -- Colin King <email address hidden>  Wed, 31 Jan 2018 11:15:11 +0000
  • powerstat (0.02.14-1) unstable; urgency=medium
    
      * Makefile: bump version
      * Add geometic mean to statistics
    
     -- Colin King <email address hidden>  Wed, 25 Oct 2017 10:58:23 +0000
  • powerstat (0.02.13-1) unstable; urgency=medium
    
      * Makefile: bump version
      * Increase temp buf from 16 to 32 bytes, cleans up gcc warning
      * Add more scanf sanity checking
      * debian/control: update Standards-version to 4.1.1
      * voidify function returns
      * use sizeof an object rather than the objects type
      * Don't use sentinel for end of signals[], use array size instead
      * include <sys/uio.h> for writev
      * powerstat: break wide macro over 2 lines
    
     -- Colin King <email address hidden>  Thu, 19 Oct 2017 09:48:11 +0100
  • powerstat (0.02.12-1) unstable; urgency=medium
    
      * Makefile: bump version
      * Makefile: add snapcraft files to dist rule
      * Fix incorrect GPU stats when sample rate is not 1 second (LP: #1699134)
      * snapcraft: add default type and grade keys
      * snapcraft: Makefile: remove icon hack
      * reduce the scope of the variable 'buf'
      * snapcraft.yaml: remove bogos unnecessary libs
      * Add snapcraft files
      * update copyright year
    
     -- Colin King <email address hidden>  Tue, 20 Jun 2017 14:00:01 +0100