From: Ben Harris Date: Thu, 7 Nov 2024 12:41:08 +0000 (+0000) Subject: debian/watch: switch to @ANY_VERSION@ X-Git-Tag: debian/3.246-1_7~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=d222966934410a836c760581f4074dcfd804945c;p=bedstead-debian.git 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. --- 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@