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 53cbb6d0cba6c4763b18f76467e73be21081daae
Author: Michael J Gruber <git@grubix.eu>
Date: Mon Feb 24 11:20:03 2025 +0100
docs: avoid nmbug in notmuch-git.1
These days, `nmbug` is `notmuch-git` with special defaults, so avoid the
term `nmbug` in the doc when we talk about `notmuch-git` in general.
Also, spell git in lower case (as we do for notmuch) except for the one
case where we name the beast.
commit d330971b8bdb159e58a806e7ee24f3e5551d3f89
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Thu Feb 27 13:14:08 2025 -0500
Accept "key-missing" from a signature from a revoked key
We have traditionally expected a signature to show up as "revoked"
when the signing key is revoked. However, GnuPG's recent fix to avoid
a denial of service against legitimate signatures appears to have
changed the status of signature verification from keys which happen to
have been revoked.
See https://bugs.debian.org/1098995 and https://dev.gnupg.org/T7547
This change makes the test suite a little bit less brittle while we
look for a resolution from upstream. It should probably also be
backported to debian unstable unless a notmuch release to unstable is
imminent.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
commit ed29a9c37ec382fc2d5b1d1ecc1f1fb28a6769c6
Author: Floris Bruynooghe <flub@devork.be>
Date: Mon Feb 24 21:08:19 2025 +0100
python: Fix message ID docstring
The messageidb attribute does not exist. The returned BinString type
already allows use as both strings and binary. Presumably this was
written before that type was adopted.