From d222966934410a836c760581f4074dcfd804945c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 7 Nov 2024 12:41:08 +0000 Subject: [PATCH] debian/watch: switch to @ANY_VERSION@ With my upstream hat on, I'm considering version numbers that don't look like (\d\d\d\.\d\d\d), so it would be good to allow for that here. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 8201e3d..806002c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="mode=git,gitmode=full" \ - https://bjh21.me.uk/@PACKAGE@/.git refs/tags/@PACKAGE@-(\d\d\d\.\d\d\d) + https://bjh21.me.uk/@PACKAGE@/.git refs/tags/@PACKAGE@-@ANY_VERSION@ -- 2.30.2