vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 685202140386ffbbe13598312021128ccb645939
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Jun 27 12:18:11 2022 -0400
mention nvme drives
commit 7838fa363ebf446a9fc2924c941f7e565d0937c2
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu May 12 16:29:46 2022 -0400
add ars fio commands
commit 4ad0fa91dcac0b5890e33b572832cd6984b10e04
Merge: fd9c120 ec9cb37
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Thu Aug 26 16:09:40 2021 +0000
Merge branch 'lintian-fixes' into 'main'
Fix some issues reported by lintian
See merge request anarcat/stressant!1
commit ec9cb3762df4629647052c552fa2d6056a310086
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Jun 16 05:42:50 2021 +0000
Update standards version to 4.5.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit c8fca9bde897a1d0b59e6ba19678e64f67d03bc4
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Jun 16 05:42:50 2021 +0000
Use canonical URL in Vcs-Git.
Changes-By: lintian-brush
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
commit 04144d35c24848f602539a421d869af21a1f9a91
Author: Debian Janitor <janitor@jelmer.uk>
Date: Wed Jun 16 05:42:48 2021 +0000
Use secure copyright file specification URI.
Changes-By: lintian-brush
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
commit fd9c120c8ec4410fb714d070b450aa2d82b14384
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Apr 27 12:05:46 2021 -0400
checkbox is another alternative to stressant
commit 7dbf7e9059644903afcbbdd0c5d40b606dee75fb
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Mar 24 16:33:29 2021 -0400
show how we actuall run a basic bench
commit 57346b111b4b7bd6db43b3aa9dffbaa073993160
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Jan 4 09:42:52 2021 -0500
one more utility
commit 02280b248abd09d5852df55132721d246465189f
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon May 11 22:26:19 2020 -0400
properly flush changes to disk before calling fio job
commit 7fa1d5729898922eef9236eaf8eba1717cf83840
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:43:54 2020 -0400
fix syntax error in rst
For some reason, RST really doesn't like brackets in options list. The
only argument style allowed is with brackets or nothing.
commit daedf9f59f70a288d62ae0aa0c6578bba1ed1423
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:37:55 2020 -0400
add tinymembench
commit d9311d742b279151070914d2ddac52eae446a505
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:36:53 2020 -0400
split related projects in groups
commit b92cb48f829e47bfac77bcc9de2f995237722a76
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Apr 24 11:20:49 2020 -0400
move similar software to design
That's where I always end up when i look for this list, and I want to
expand it. There's already the Atwood list above as well...
commit 949b4f6163113e7e42ce6a43cc92a0722db32a96
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 9 10:51:38 2020 -0400
NegateAction: allow caller to override default
commit f96c4c9a413bbef93ea645737f6f74fa1b737ff0
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:06:44 2020 -0500
lint: fix long line wrap
commit 5c13c084a8d00e7c29c7e68b3001be861981311d
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:06:29 2020 -0500
add timestamps to email and logs
commit fc95d96419fbc9a030ff5ef6dacd745c45415ba7
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 13:02:42 2020 -0500
add fqdn to email subject and default logfile
commit 651d5968740f38fa276cdcf27aa9da63a5d9b7db
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Feb 20 11:29:13 2020 -0500
reverse logic of default NegateAction argument
The previous configuration showed usage like this:
stressant [--disk] ...
Which seems to imply that, by default, no disk job is run. But the
usage actually said:
--disk, --no-disk run disk tests (default: True)
which is actually correct, but ambiguous.
Now instead, we show this in the short usage:
stressant [--no-disk] ...
And this in the long version:
--no-disk, --disk run disk tests (default: True)
Which is much clearer.
Actual commandline parsing is not affected, only usage output.