Watch file results

component: main
debian_mangled_uversion: 3.0.0+250924
debian_uversion: 3.0.0+250924+repack
distribution: debian
last_check: 2025-10-28 00:23:36.480188
release: sid
source: wsjtx-improved
status: up to date
upstream_url: https://qa.debian.org/watch/sf.php/wsjt-x-improved/wsjtx-3.0.0_improved_PLUS_250924.tgz
upstream_version: 3.0.0_improved_PLUS_250924
version: 3.0.0+250924+repack-1
watch_file:
Version: 5

# Specify no-symlink so uscan doesn't try to invoke mk-origtargz to repack
# the upstream tarball; debian/uupdate.sh will handle this, because upstream
# ships their sources tarball within the download tarball.
#
# The sf.net redirector (see https://wiki.debian.org/debian/watch#SourceForge)
# finds both "wsjtx-${version}.tgz" AND "wsjtx-${version}/wsjtx-${version}.tgz"
# The first uversionmangle rule avoids a greedy regex match returning a version
# like "wsjtx-${version}/wsjtx-${version}".  The second maps '-' to '~'.
# Examples returns from the sf.net redirector.
#
#   https://qa.debian.org/watch/sf.php/wsjt-x-improved/wsjtx-2.7.1-devel_improved_PLUS_240814.tgz (2.7.1~devel240814) index=2.7.1~devel240814-0
#
# The _[^_]+ suffix on the version number is to avoid catching the _qt6 tarballs.
Source: http://sf.net/wsjt-x-improved/
Matching-Pattern: wsjtx-(.*?_improved_PLUS_[^_]+)\.tgz
Dversionmangle: s/\+repack//
Repacksuffix: +repack
Update-Script: debian/uupdate.sh
Uversionmangle: s/.*\/wsjtx-//; s/-(devel|beta|rc)/~$1/; s/_improved_PLUS_/+/;