diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:39:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:39:40 +0000 |
commit | 92b71369d9c622791ec7758cb3ecfc256031e24d (patch) | |
tree | 45fb3f91bbfec5ecb364ceea5a2f4afe31ab57c1 /debian/watch | |
parent | Adding upstream version 2.11.4. (diff) | |
download | icingaweb2-92b71369d9c622791ec7758cb3ecfc256031e24d.tar.xz icingaweb2-92b71369d9c622791ec7758cb3ecfc256031e24d.zip |
Adding debian version 2.11.4-2+deb12u1.debian/2.11.4-2+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..bfd7982 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=4 +# filenamemangle -> prepending icingaweb2 if only tag name +# versionmangle -> convert version addition to ~ version +opts=filenamemangle=s/.+\/(?:icingaweb2-|v)([\d.]+(?:-.+)?).tar.gz/icingaweb2-$1.tar.gz/,versionmangle=s/^([\d.]+)-(.+)?/$1~$2/ \ +https://github.com/Icinga/icingaweb2/tags \ +.*/(?:icingaweb2-|v)([\d.]+(?:-.+)?).tar.gz |