Source: yosys Severity: normal Tags: patch X-Debbugs-Cc: d...@darkboxed.org
Dear Maintiner, the yosys package's debian/watch file seems to be out of date and doesn't pick up current releases. I'm attaching a patch that seems to fix the issue. --Daniel -- System Information: Debian Release: 11.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-9-amd64 (SMP w/16 CPU threads) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
>From 58852964c6c90320350e054526cf22260bcdf7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= <d...@darkboxed.org> Date: Thu, 30 Dec 2021 17:06:15 +0100 Subject: [PATCH] Fix debian/watch --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 72d171cb..3cbdcff9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/YosysHQ/yosys/releases /YosysHQ/yosys/archive/\w+-(\d\S+)\.tar\.(?:bz2|gz|xz) +https://github.com/YosysHQ/yosys/releases /YosysHQ/yosys/archive/refs/tags/\w+-(\d\S+)\.tar\.(?:bz2|gz|xz) -- 2.30.2