summaryrefslogtreecommitdiffstats
path: root/debian/watch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:00:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:00:42 +0000
commit15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7 (patch)
treef146159c9472fd011940a5ed051deb835bbabf7c /debian/watch
parentAdding upstream version 1:10.11.6. (diff)
downloadmariadb-15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7.tar.xz
mariadb-15322b5e4bfa3f93637cb32bf9d45e2b4791a6e7.zip
Adding debian version 1:10.11.6-0+deb12u1.debian/1%10.11.6-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 00000000..5dcffd6e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,17 @@
+version=4
+opts=\
+pgpsigurlmangle=s/$/.asc/,\
+uversionmangle=s/-(rc|beta)/$1/,pasv \
+https://archive.mariadb.org/mariadb-10.11.([\d\.]*(?:-beta|-rc)?)/source mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz
+
+# String "-10.11." needs to be in path as MariaDB releases several series in
+# parallel (e.g 10.11, 10.4, 10.3 etc) and uscan should check for updates only
+# in the 10.11-series.
+
+# Automated signature checking with pgpsigurlmangle has been available
+# only since devscripts version 2.13.3
+
+# Specifically use archive.mariadb.org because it supports https and the main
+# page has a file listing suitable for scanning new releases.
+# The archive.mariadb.org service is under MariaDB Foundation control and is
+# the official source for new releases.