On Wed, 24 Jul 2024 16:35:43 +0200 Guillem Jover <guil...@debian.org> wrote:
So there's something wrong with the variables evaluation,
- $(call dpkg_lazy_eval,DEB_VERSION_UPSTREAM,$$(dpkg_parsechangelog_run)) - $(call dpkg_lazy_eval,DEB_UPSTREAM_REVISION,$$(dpkg_parsechangelog_run))
Here was the wrong: variable is named DEB_VERSION_UPSTREAM_REVISION, not DEB_UPSTREAM_REVISION. I found this yesterday the hard way. When referencing any other version-related variable first, this issue goes away. But it doesn't really matter anymore, once this part is removed. FWIW. /mjt