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 ee6733ea1c0462e2a34b5675d3fb783d83a6401a
Merge: f81f24a 48bc3da
Author: Luca Boccassi <bluca@debian.org>
Date: Wed Jul 22 15:53:43 2026 +0100
Merge pull request #58 from keszybz/package-notes-better-visibility
Two tweaks to make --rpm-fileattr= machinery easier to debug
commit 48bc3da3bf320bfaa8098b49378436dafdb6a091
Author: Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date: Wed Jul 22 12:02:28 2026 +0200
dlopen-notes: verify the --rpm-fileattr args
Previously we'd just not emit anything for unknown types. Let's
be nice to the user and check that the arg makes sense.
commit 0aa4853e41e5fee8e1fd4de3e1f108e56da09f95
Author: Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date: Wed Jul 22 11:57:02 2026 +0200
dlopen-notes: allow multi values for --rpm-fileattr=
In actual use under rpm, the program will need to be called for each
attribute type separately, because this is what the rpm fileattr protocol
requires. But for debugging, it's very convenient to generate all deps
at the same time, e.g. with
echo build/some-binary | dlopen-notes --rpm-fileattr={Recommends,Requires,Suggests}
Allow this, but don't advertise it in help.