vcswatch reports that
this package seems to have a new changelog entry (version
1.23, 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 940ef73b0fd549b76eed61147ad00e9b0a5ba348
Author: Stephane Glondu <steph@glondu.net>
Date: Wed Jul 22 09:00:03 2026 +0200
Update changelog
commit e8c253a99e5e773fa987ba87cdfd66defeb9922f
Author: Stephane Glondu <steph@glondu.net>
Date: Wed Jul 22 08:58:11 2026 +0200
Reformat
commit 7dacbc64219a044882b5d414e6371707c8accb1f
Merge: 55d50f8 3fa4650
Author: Stéphane Glondu <glondu@debian.org>
Date: Wed Jul 22 06:57:30 2026 +0000
Merge branch 'fix-arch-mismatch' into 'master'
frontends/data.ml: Rewrite arch for dose-debcheck
See merge request debian/ben!4
commit 3fa465062d922750cba7a1db04897e55e745d3b7
Author: Sebastien Bacher <sebastien.bacher@canonical.com>
Date: Fri Jul 10 10:39:27 2026 +0000
frontends/data.ml: Rewrite arch for dose-debcheck
When streaming package information to dose-debcheck, dynamically
rewrite the Architecture to match the target evaluation one
if it differs (and is not 'all').
This ensures that if a custom repository places a package in an
architecture's Packages list with, dose-debcheck won't incorrectly
reject it as a foreign architecture.
For standard Debian archives where package data strictly matches
the repository architecture, this patch is a transparent no-op.