Control: tags -1 thanks On Fri, Feb 13, 2026 at 05:55:37PM +0100, Marc Haber wrote: > That doesn't work, the version number is doubled then. I haven't found a > way to mangle the version number back or to make one of the > @SEMANTIC_VERSION@ instance non-capturing. The term "capturing" is used > in the debian-watch manpage, but not explained at all.
(?n:@SEMANTIC_VERSION@) makes the macro non-capturing. This should be in the docs. Greetings Marc

