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 58c53b9ee16418b4dd1542a6afbbfa186b250bd5
Author: Niels Thykier <niels@thykier.net>
Date: Sun Jan 4 09:03:09 2026 +0000
Tweak some (warning/error) messages to the user
Gbp-Dch: ignore
commit 51777fc3414cd9a25b8a2f7a176af7faed89a9d1
Author: Nicolas Boulenguez <nicolas@debian.org>
Date: Thu Jan 1 16:51:14 2026 +0100
Refactor: parts of the built_using processing and tests
binary_packages_rules.py:
Make BuiltUsing and StaticBuiltUsing subclasses of
tuple[BuiltUsingItem, ...]. This simplifies the typing without
breaking the manifest_configuration() request.
_validate_built_using:
Move the search for matches into a separate function (following pylint
advice).
Fix the message reported when no match is found.
metadata_detectors.py:
Split detect_built_using into pass 1 and 2. This should be more
readable than the previous helper returning a boolean.
types.py:
Replace dataclasses with NamedTuples. Immutability improves the
overall readability, and unpacking of iteration variables is
convenient in short functions.
test_built_using.py:
Replace complex tests with multiple more informative short tests.
Allow one binary package per test.