Am Tue, May 05, 2026 at 10:23:26PM +0200 schrieb Karsten Hilbert:
> This file holds the released state:
> 
>       https://www.gnumed.de/downloads/gnumed-versions.txt
> 
> Assuming uscan is regexing for "/\d\.\d/" I have renamed "1.9"
> to "1.9rc".

The problem is that the version number / the parsed regex is in two
places its in the directory *and* the download tarball.  We discussed
this ages ago.  Uscan find the first highest regexp inside the dirs
and is proceeding inside this dir.  In the current release state there
is no match for (\d\.\d) inside the dir with the highest version number
and thus uscan is failing.  It could work if you name the dir

    1,9rc

as long as there is no real release 1.9.

Kind regards
    Andreas.

-- 
https://fam-tille.de

Reply via email to