Package: fdm Version: 1.9+git20181219-1+b2 Severity: normal Tags: patch Dear Maintainer,
the current debian/watch file fails to detect new upstream versions. I'm not very familiar with uscan, but the following patch results in different behaviour. --- debian/watch.sav 2018-12-20 14:12:43.000000000 +0100 +++ debian/watch 2025-08-19 16:08:44.011871002 +0200 @@ -1,3 +1,4 @@ version=4 -opts=filenamemangle=s/.+\/(\d+.\d+)\.tar\.gz/$1\/fdm-$1\.tar\.gz/ \ - https://github.com/nicm/fdm/releases/ .+\/(\d+.\d+)\.tar\.gz +opts=searchmode=plain,filenamemangle=s/.+\/fdm-(\d+\.\d+)\.tar\.gz/$1\/fdm-$1\.tar\.gz/ \ + https://api.github.com/repos/nicm/fdm/releases \ + https://[^:]+\/fdm-(\d+\.\d+)\.tar\.gz You might wish to consider it, and perhaps upgrade to the latest upstream version (2.2) which includes several improvements (e.g. support for oauth2) and probably fixes #1074950. It's a pity fdm was dropped in trixie. Best regards, g.b. -- System Information: Debian Release: 12.11 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable-security'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-38-amd64 (SMP w/12 CPU threads; PREEMPT) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages fdm depends on: ii adduser 3.134 ii libc6 2.36-9+deb12u10 ii libssl3 3.0.17-1~deb12u2 ii libtdb1 1.4.8-2 ii zlib1g 1:1.2.13.dfsg-1 fdm recommends no packages. fdm suggests no packages. -- no debconf information

