vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 5c7da37498d23436df09b9799186bf446e199c7f
Merge: 0a5f179 96bd8da
Author: Cédric Boutillier <boutil@debian.org>
Date: Wed Mar 9 15:32:11 2022 +0000
Merge branch 'fix-watch' into 'debian/sid'
Fix incomplete debian/watch rule
See merge request ruby-team/ruby-serverengine!1
commit 96bd8dab29ae4cee01e51d69c4c9b5733feb27f2
Author: Kentaro Hayashi <kenhys@gmail.com>
Date: Wed Mar 9 21:27:44 2022 +0900
Fix incomplete debian/watch rule
The upstream uses tags, not releases, so the newer version (2.2.5)
is not detected correctly.
Before:
% uscan
uscan warn: In debian/watch no matching files for watch line
https://github.com/treasure-data/serverengine/releases .*/v(?:[-_]?(\d[\-+\.:\~\da-zA-Z]*))(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))
After:
uscan: Newest version of ruby-serverengine on remote site is 2.2.5, local version is 2.2.2
uscan: => Newer package available from:
=> https://github.com/treasure-data/serverengine/archive/refs/tags/v2.2.5.tar.gz
Successfully repacked ../ruby-serverengine-2.2.5.tar.gz as ../ruby-serverengine_2.2.5.orig.tar.xz.