From 9a6158e391576f265fbd7d0da2778ecad1dbecd5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:04:23 +0200 Subject: Adding debian version 1:10.6.11-2. Signed-off-by: Daniel Baumann --- debian/watch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/watch (limited to 'debian/watch') diff --git a/debian/watch b/debian/watch new file mode 100644 index 00000000..7c2775e7 --- /dev/null +++ b/debian/watch @@ -0,0 +1,17 @@ +version=3 +opts=\ +pgpsigurlmangle=s/$/.asc/,\ +uversionmangle=s/-(rc|beta)/$1/,pasv \ +https://archive.mariadb.org/mariadb-10.6.([\d\.]*(?:-beta|-rc)?)/source/mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz \ + +# String "-10.6." needs to be in path as MariaDB releases several series in +# parallel (e.g 10.6, 10.4, 10.3 etc) and uscan should check for updates only +# in the 10.6-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. -- cgit v1.2.3