Source: backintime Version: 1.2.1-3 Severity: normal Dear Maintainer,
Upstream meanwhile released versions 1.3.0 and 1.3.1 but the pattern in debian/watch is to specific for uscan to detect these, the prefix 'v' to the version number has been dropped. Please see the attached patch for a fix. Please package version 1.3.1. -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.15.0-2-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff --git a/debian/watch b/debian/watch index 1ff675b..604ae98 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/bit-team/backintime/releases .*/v(\d\S*)/backintime-\1\.tar\.(?:gz|bz2|xz) +https://github.com/bit-team/backintime/releases .*/v?(\d\S*)/backintime-\1\.tar\.(?:gz|bz2|xz)

