Forwarded from #992214:
On 09.01.22 17:00, Fabio Fantoni wrote:
Il 25/12/2021 19:36, Fabio Fantoni ha scritto:
Hi, here I don't understand why title refer to nemo-compare but RFS was opened
about nemo-audio-tab
In any cases some useful infos:
upstream have all nemo extensions in one repository:
https://github.com/linuxmint/nemo-extensions
major of bugfix versions are specific to one or few extensions near always so the correct check for a new version of
specific extension is check if its package is released on mint repository, looking nemo-compare:
version=4
http://packages.linuxmint.com/pool/backport/n/nemo-compare/ \
nemo-compare_([\d.]+)%2b[\w\d]+\.tar\.gz
is correct
about nemo extensions upload and maintain all them in debian not worth it, for the 2 only maintainer actually active
in it (joshua and me), and more with actual upload difficulties that make waste time :(
nemo-compare seems to me one of the few that worth upload and keeping
major of commits are only version bump so also less upload needed in future:
https://github.com/linuxmint/nemo-extensions/commits/master/nemo-compare but before first upload of it I think is
better update to 5.2.1 as it add one small fix, @Joshua can you do it please?
I did a fast change to d/watch
(https://salsa.debian.org/cinnamon-team/nemo-compare/-/commit/43230d19fcc9faf27c387d660ad9f2e35397460d) for check github
tags and search both "x.y.z" (new version for all extensions) and "nemo-compare-x.y.z" (specific bugfix version only for
it) and from some fast tests seems ok, @Bastian: is it good now?