vcswatch reports that
this package seems to have a new changelog entry (version
2020.11-3, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit f36bdf0ac4ffeb1e5682db17d7998992d47ca41e
Author: dann frazier <dannf@debian.org>
Date: Fri Jan 8 09:55:37 2021 -0700
autopkgtest: Update copyright years
commit 4c201d389636d5cc6d69fe1b9c43882a882d2d42
Author: dann frazier <dannf@debian.org>
Date: Thu Jan 7 08:49:52 2021 -0700
autopkgtest: Add tests to validate secureboot.
commit 99dab9f45bd59019d1f25a6752eba53134ecb9fc
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:19:33 2021 -0700
autopkgtest: Require guest shutdown to complete.
commit 2a093e0427e3f1f2d6c3bc84ad55b76e1d471c37
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:17:05 2021 -0700
autopkgtest: Add missing carriage return to 'reset -s' command
It is intended to shutdown the guest, but wasn't actually being issued.
commit c7b44788c1ee2328490dccd63c8a76c341cca58f
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:02:07 2021 -0700
autopkgtest: Drop 'atexit' usage
Avoid needing to use 'atexit' callbacks to cleanup uefi variable flash
images by implementing a PflashParams object that cleans itself up when
deleted.
commit e3ff0c0c99e0be7d1574cb628a0f69fe3dcf93d7
Author: dann frazier <dannf@debian.org>
Date: Tue Dec 29 11:34:52 2020 -0700
tests/shell.py: Drop unused argparse import