summaryrefslogtreecommitdiffstats
path: root/debian/watch
blob: 0417109b8c1088bcf8d06d779c9e271714542a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.