diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:25:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:25:24 +0000 |
commit | 72ca0d52ddd1bcc243afe80b78fd9d0e0a6cc936 (patch) | |
tree | 366eb95223e97792f05d22eec56b675c5a0b33ec /debian/watch | |
parent | Adding upstream version 1.22.1. (diff) | |
download | golang-1.22-72ca0d52ddd1bcc243afe80b78fd9d0e0a6cc936.tar.xz golang-1.22-72ca0d52ddd1bcc243afe80b78fd9d0e0a6cc936.zip |
Adding debian version 1.22.1-1.debian/1.22.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 9 | ||||
-rw-r--r-- | debian/watch.in | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9862f37 --- /dev/null +++ b/debian/watch @@ -0,0 +1,9 @@ +# +# WARNING: "debian/watch" is generated via "debian/rules gencontrol" (sourced from "debian/watch.in") +# + +version=4 +opts=\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ +pgpmode=auto \ + https://go.dev/dl/ .*/go(1.22\S*)\.src\.tar\.gz diff --git a/debian/watch.in b/debian/watch.in new file mode 100644 index 0000000..ebb74a4 --- /dev/null +++ b/debian/watch.in @@ -0,0 +1,5 @@ +version=4 +opts=\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ +pgpmode=auto \ + https://go.dev/dl/ .*/go(X.Y\S*)\.src\.tar\.gz |