diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:55:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:55:49 +0000 |
commit | 5eeabb83df7817c853e13e01ba013b73d54f59ac (patch) | |
tree | 4c5aad6b43d392752966d122da5e5a40c66dde4b /debian/watch | |
parent | Adding upstream version 2023.0.0. (diff) | |
download | lsprotocol-5eeabb83df7817c853e13e01ba013b73d54f59ac.tar.xz lsprotocol-5eeabb83df7817c853e13e01ba013b73d54f59ac.zip |
Adding debian version 2023.0.0-1.debian/2023.0.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..cdfa7c2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=4 +opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/@PACKAGE@-$1.tar.gz/, \ +uversionmangle=s/(\d)[_\.\-\+]?((a|b)\d*)$/$1~$2/" \ + https://github.com/microsoft/@PACKAGE@/tags \ + https://github.com/microsoft/@PACKAGE@/archive/refs/tags/([^/]*)\.tar\.gz |