On Sat, Sep 13, 2025 at 11:57 AM Yadd <[email protected]> wrote:
>
> On 9/12/25 05:18, Jeremy Bícha wrote:
> > The GitHub template correctly handles the common v prefix.
> > https://qa.debian.org/cgi-bin/watch?pkg=mousai
> >
> > But the GitLab template does not:
> > https://qa.debian.org/cgi-bin/watch?pkg=apostrophe
>
> Hi,
>
> qa.debian.org isn't a Gtlab server, try with
> https://gitlab.gnome.org/World/apostrophe
The qa.debian.org links show both the content of the debian/watch file
and results (reformatted) of uscan.
For apostrophe, I get this output of uscan --report-status (removed
extra lines):
$newfile =
https://gitlab.gnome.org/api/v4/projects/10690/repository/archive.tar.gz?sha=v3.3
$mangled_newversion = v3.3
$newversion = v3.3
$lastversion = 3.2
For mousai, I get
$newfile =
https://api.github.com/repos/SeaDve/Mousai/git/refs/tags/v0.7.9
$mangled_newversion = 0.7.9
$newversion = 0.7.9
$lastversion = 0.7.9
I did see that you have made changes to devscripts in Salsa; I haven't
tried running Salsa main. Perhaps some of those changes fixed this
issue seen in devscripts 2.25.19.
Thank you,
Jeremy Bícha