diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:29 +0000 |
commit | 82a6365993a3c6650c39a1bca3ec3ccba827b763 (patch) | |
tree | 5c5987626fe4696f54de9cdedfa95e0251e4e7b4 /debian/watch | |
parent | Adding upstream version 1:10.5.12. (diff) | |
download | mariadb-10.5-82a6365993a3c6650c39a1bca3ec3ccba827b763.tar.xz mariadb-10.5-82a6365993a3c6650c39a1bca3ec3ccba827b763.zip |
Adding debian version 1:10.5.12-1.debian/1%10.5.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 00000000..838016b2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,16 @@ +version=3 +opts=\ +pgpsigurlmangle=s/$/.asc/,\ +uversionmangle=s/-(rc|beta)/$1/,pasv \ +https://ftp.nluug.nl/db/mariadb/mariadb-10.5.([\d\.]*(?:-beta|-rc)?)/source/mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz \ + +# String "-10.5." needs to be in path as MariaDB releases several series in +# parallel (e.g 10.5, 10.4, 10.3 etc) and uscan should check for updates only +# in the 10.5-series. + +# Automated signature checking with pgpsigurlmangle has been available +# only since devscripts version 2.13.3 + +# Specifically use ftp.nluug.nl because is supports https and the main page has a file listing +# suitable for scanning new releases, while other servers either lack https or have the main +# directory masked by a half-empty index.html file. |