Re: Mysterious uscan problem

2023-10-31 Thread Carles Pina i Estany
Hi, On 31 Oct 2023 at 20:23:15, Mattia Rizzolo wrote: > On Tue, Oct 31, 2023 at 12:26:54PM +, Wookey wrote: [...] > BTW, @ANY_VERSION@ also already contains a v? in there, so you can do > away with your own. In bookworm's uscan yes, in bullseye's no :-( which is used by some servers in

Re: Mysterious uscan problem

2023-10-31 Thread Mattia Rizzolo
On Tue, Oct 31, 2023 at 12:26:54PM +, Wookey wrote: > But why? I thought brackets in regexes (this is a regex, right?) were > just for saving matches into parameters. Why does it make the version number > double-up in this case? I don't know how regexes work in perl, but the thing is that

Re: Mysterious uscan problem

2023-10-31 Thread Phil Wyett
On Tue, 2023-10-31 at 04:57 +, Phil Wyett wrote: > On Tue, 2023-10-31 at 04:23 +, Wookey wrote: > > uscan is doing something very strange with version numbers and I > > don't understand what's going on. > > > > Is it obvious to anyone else how to make this work? > > > > The package is

Re: Mysterious uscan problem

2023-10-31 Thread Wookey
On 2023-10-31 04:57 +, Phil Wyett wrote: > On Tue, 2023-10-31 at 04:23 +, Wookey wrote: > > uscan is doing something very strange with version numbers and I > > don't understand what's going on. > > > > However, whilst it now finds the current v3.5.0 it insists that the > > version number

Re: Mysterious uscan problem

2023-10-31 Thread Phil Wyett
On Tue, 2023-10-31 at 04:23 +, Wookey wrote: > uscan is doing something very strange with version numbers and I > don't understand what's going on. > > Is it obvious to anyone else how to make this work? > > The package is mbedtls. Which is on github. > > The existing version was only

Mysterious uscan problem

2023-10-30 Thread Wookey
uscan is doing something very strange with version numbers and I don't understand what's going on. Is it obvious to anyone else how to make this work? The package is mbedtls. Which is on github. The existing version was only looking for LTS v2.28.x but that's out of date, so I changed it to