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 2569608ad489c97f5f06f01473541678908f3c77
Merge: 5d8a28b 656642d
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Wed Mar 25 21:27:32 2026 +0000
Merge branch 'source-name' into 'master'
debianize: read source name from debian/control after processor runs
See merge request jelmer/debian-codemods!341
commit 656642db1ca688735eeca8e9d6810e68f513327e
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Wed Mar 25 19:32:07 2026 +0000
debianize: read source name from debian/control after processor runs
The source name for the changelog was being determined independently
from the control file, using generic_get_source_name() which doesn't
apply language-specific naming conventions (e.g. "python-" prefix for
Python packages). This caused dpkg-source to fail with "two conflicting
values" when the control file had e.g. "python-dulwich" but the
changelog had "dulwich".
Now the authoritative source name is read from debian/control via
TemplatedControlEditor after the processor writes it, with the
generic name as fallback.