Commit 90ba198a authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Remove useless call to uupdate in the d/watch file

uupdate is only distracting in Current git-buildpackage workflow
parent 22e773ff
...@@ -7,6 +7,8 @@ mariadb-10.0 (10.0.22-6) UNRELEASED; urgency=low ...@@ -7,6 +7,8 @@ mariadb-10.0 (10.0.22-6) UNRELEASED; urgency=low
to operate with the passwords defined in their user tables. to operate with the passwords defined in their user tables.
* As disabled.def intrepreted test names in a special way, switch * As disabled.def intrepreted test names in a special way, switch
back to using --skip-test-list option back to using --skip-test-list option
* Make the watch file to make it better suited for the
git-buildpackage workflow and remove call to uupdate
-- Otto Kekäläinen <otto@seravo.fi> Thu, 17 Dec 2015 15:28:51 +0200 -- Otto Kekäläinen <otto@seravo.fi> Thu, 17 Dec 2015 15:28:51 +0200
......
version=3 version=3
opts=pgpsigurlmangle=s/$/.asc/,uversionmangle=s/-(rc|beta)/$1/,pasv \ opts=\
ftp://ftp.osuosl.org/pub/mariadb/mariadb-10.0.([\d\.]*(?:-beta|-rc)?)/source/mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz \ pgpsigurlmangle=s/$/.asc/,\
debian uupdate uversionmangle=s/-(rc|beta)/$1/,pasv \
ftp://ftp.osuosl.org/pub/mariadb/mariadb-10.0.([\d\.]*(?:-beta|-rc)?)/source/mariadb-([\d\.]*(?:-beta|-rc)?).tar.gz \
# Added string "-10.0." in path as MariaDB has release series 5.5 and 10.x in parallel, # Added string "-10.0." in path as MariaDB has release series 5.5 and 10.x in
# and we want uscan to check for updates only in the 10-series. # parallel, and we want uscan to check for updates only in the 10-series.
# Automated signature checking with pgpsigurlmangle has been available # Automated signature checking with pgpsigurlmangle has been available
# only since devscripts version 2.13.3 # only since devscripts version 2.13.3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment