psst (1.0-3) unstable; urgency=medium * Debian/control: update compat to 13, remove compat file, add Rules-Requires-Root rule -- Colin King Sat, 4 Jul 2020 15:54:28 +0100 psst (1.0-2) unstable; urgency=medium * Fix gcc-10 build failures (Closes: #957715) - 9099338080ba "Fix issue#17 reported with gcc-10" -- Colin King Fri, 17 Apr 2020 19:24:11 +0100 psst (1.0-1) unstable; urgency=medium * Sync with upstream version 1.0 - remove debian patches as these are now all integrated into the upstream 1.0 version -- Colin King Mon, 9 Mar 2020 10:49:23 +0000 psst (0.1-11) unstable; urgency=medium * Add upstream fixes: - ae426acb1d12 "pedantic return checks to clock_gettime" - c36421ce5ddf "Fix gcc 9.2.1 compile warning" -- Colin King Wed, 26 Feb 2020 16:16:12 +0000 psst (0.1-10) unstable; urgency=medium * Add upstream fixes: - 6b0eb907b009 "parse_config: check for null return from strchr" - 479714db734f "logger: only strcmp string value if it is a valid string" -- Colin King Thu, 2 Jan 2020 10:41:52 +0100 psst (0.1-9) unstable; urgency=medium * Update to compat level 12 -- Colin King Mon, 12 Aug 2019 19:29:12 +0100 psst (0.1-8) unstable; urgency=medium * Add upstream spelling mistake fix - 87d2119689ee ('Trival spelling mistake fix to "couldnt"') -- Colin King Sun, 7 Jul 2019 17:47:34 +0100 psst (0.1-7) unstable; urgency=medium * Add some fixes to minor issues found with static analysis - parse_config: fix incorrect strncpy length (off-by-one) - parse_config: ensure strings copied from optarg with strncpy are always terminated with '\0' - initialize last_duty_cycle to 0.0 to avoid static analysis warnings -- Colin King Thu, 9 Aug 2018 17:11:44 +0100 psst (0.1-6) unstable; urgency=medium [ Noor Mubeen ] * Add scale factor column to output [ Colin King ] * Remove white space from debian/control * Use https for debian/copyright URL -- Colin King Tue, 15 May 2018 10:55:23 +0100 psst (0.1-5) unstable; urgency=medium * Update debian/compat to 11 * Fix global-files-wildcard-not-first-paragraph-in-dep5-copyright -- Colin King Tue, 6 Mar 2018 04:17:11 +0000 psst (0.1-4) unstable; urgency=medium * Fix version and verbose command line options (don't need parameters) * Fix version option in man page and help -- Colin King Fri, 15 Dec 2017 09:22:23 +0000 psst (0.1-3) unstable; urgency=medium * fix a bug that caused issue when cpu0 not selected -- Colin King Thu, 14 Dec 2017 10:58:14 +0000 psst (0.1-2) unstable; urgency=medium * update Standards-Version to 4.1.2 * Pull in some upstream fixes: - Add man page makefile changes - logger: use logical or rather than bitwise or - logger: ensure 'found' is initialized to zero - parse_config: avoid several memory leaks on allocated strings - cleanups to logger, parse_config, psst - Fix less-than-zero comparison on an unsigned integer - logger: check if strtok returns null string - logger: move pclose to ensure fp is closed for all cases - psst: improve precision by casting MSEC_PER_SEC to float before division - logger: close file descriptor if open succeeds, fixes resource leak - logger: ensure path is initialized to avoid open on garbage path name - parse_config: check for NULL return from strtok - parse_config: pclose fp on error exit return path - logger: initialize a_diff and m_diff - logger: initialize buf to an empty string to avoid atoi() reading garbage - parse_config: don't use popen to read a sys file and terminate buffer -- Colin King Fri, 8 Dec 2017 13:16:23 +0000 psst (0.1-1) unstable; urgency=medium * Initial packaging of psst (Closes: #883001) -- Colin King Tue, 28 Nov 2017 12:12:11 +0100