vcswatch reports that
this package seems to have a new changelog entry (version
17, 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 34ab72c0a3ed0f388a71aacbfa9078b3836eb583
Author: Paul Wise <pabs@debian.org>
Date: Sun Aug 18 11:17:12 2019 +0800
Declare compliance with Debian Policy 4.4.0
commit 751b76825e99b364b8edbc6db43c1c8f8f914053
Author: Paul Wise <pabs@debian.org>
Date: Sun Aug 18 11:10:21 2019 +0800
Set Rules-Requires-Root to no
This introduces no changes to the binary package.
commit ffee41f43cb7a257eecfb566a09fb504ed7f7eb3
Author: Paul Wise <pabs@debian.org>
Date: Sun Aug 18 10:28:21 2019 +0800
Switch from debhelper compat 11 to 12, no changes needed
commit a2636b34967496b1ef490df37ee64cbc86a133d4
Author: Paul Wise <pabs@debian.org>
Date: Sun Aug 18 10:27:42 2019 +0800
Switch from debian/compat to debhelper-compat Build-Depends
commit f8362e26b7f8c5f071cc852231da8622e00eeba4
Author: Paul Wise <pabs@debian.org>
Date: Sun Aug 18 10:21:39 2019 +0800
Use the canonical value for salsa in the Vcs-Browser field
commit 5cd0de8d0663fd65758ece0a09d5be4ccd972fd9
Author: Paul Wise <pabs@debian.org>
Date: Sat Aug 17 15:02:03 2019 +0800
Add an option to hide autoremovals too far in the future
This is useful to avoid notifications when the maintainer or other folks
will fix the issue and the package will migrate before the autoremoval.
Implements: https://bugs.debian.org/826935
commit 3ca304dd84db0ab5c4ae7c882f6060e4aa93eb2e
Author: Paul Wise <pabs@debian.org>
Date: Sat Jun 29 10:57:48 2019 +0800
Add option to disable displaying opportunities for packages installed locally
This is useful for running how-can-i-help on the data from remote hosts
when the local system is unrelated to the remote hosts. For example
when checking results for your workplace from a personal device.
commit dc92286eed84c340a92caead65378862a321759a
Author: Paul Wise <pabs@debian.org>
Date: Sat Jun 29 10:02:14 2019 +0800
Add option to disable updating the cache when it is populated
This makes running how-can-i-help multiple times in a loop faster.
This is most useful for running how-can-i-help on the data from
multiple different hosts; first run for the local system,
updating the cache then run once for each set of packages
without hitting the network to update the cache each time.
commit 8d553de21664194dea67a990a51adfbe8d519bde
Author: Paul Wise <pabs@debian.org>
Date: Sat Jun 29 10:36:41 2019 +0800
Switch from `dpkg -l` to dpkg-query
Eliminates the need for parsing the output with more processes.