{{{
dpkg-parsechangelog --show-field Version | cut -f1 -d'+' > RELEASE-VERSION
}}}
results in a version with extraneous information appended
{{{
2.0.3-2~201906121747~ubuntu19.10.1
}}}
Consider using a RELEASE-VERSION similar to the
[https://ftp.osuosl.org/pub/deluge/source/?C=M;O=D source tarballs linked
on the downloads page]
Example of new version, based on existing pattern:
{{{
2.0.3-2
}}}
Some trackers consider the extraneous information a bug and will not allow
the user agent generated with this version string.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3354>
Deluge <https://deluge-torrent.org/>
Deluge Project