Package: qa.debian.org
User: qa.debian....@packages.debian.org
Usertags: udd
Severity: normal
Control: affects -1 tracker.debian.org

The uscan used by UDD and tracker.d.o seems a little old that the
@ANY_VERSION@ expansion doesn't contain the optional "v?" part.  As seen
by the magit-popup error[1], the @ANY_VERSION@ expands to [2], while the
version in Bookworm uses [3] which works fine when I tested locally.  As
pointed out by doge-tech@ on IRC, this was added since uscan 2.23.2, and
since 2.23.7 it uses [4] which covers more use cases.

Is it possible to upgrade uscan/devscripts on those services to more
recent versions?

[1] https://tracker.debian.org/pkg/magit-popup
[2] (?:[-_]?(\d[\-+\.:\~\da-zA-Z]*))
[3] (?:[-_]?v?(\d[\-+\.:\~\da-zA-Z]*))
[4] (?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))

Reply via email to