Package: yaml-mode Severity: minor Tags: patch Dear Maintainer,
usan cannot correctly detect the upstream version using the current d/watch file. Please, find attached the patch to fix it. Regards, Lev Lamberov -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages yaml-mode depends on: ii emacs 47.0 ii emacs25-lucid [emacsen] 25.2+1-6+b1 ii emacsen-common 2.0.8 yaml-mode recommends no packages. yaml-mode suggests no packages.
--- debian/watch 2014-09-05 02:01:36.000000000 +0600 +++ watch 2018-03-23 20:18:57.496346485 +0500 @@ -1,5 +1,4 @@ -version=3 -https://github.com/yoshiki/yaml-mode/tags .*release-(.*)\.tar\.gz - - - +version=4 + opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%yaml-mode-$1.tar.gz%" \ + https://github.com/yoshiki/yaml-mode/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

