summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2022-09-01 09:54:16 +0000
committerDebian Janitor <janitor@jelmer.uk>2022-09-01 09:54:16 +0000
commita2c089e92088e7b52d546b187eee32212f34f5b1 (patch)
treef3f02cd7f6bd9aa8d2f7b385dfd9691c715bb710
parent0a6b1a05006834ef2ce1b6ea3c00658df4b710bf (diff)
Update pattern for GitHub archive URLs from /<org>/<repo>/tags page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
Changes-By: lintian-brush
-rw-r--r--debian/changelog2
-rw-r--r--debian/watch2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 186abc7..fa79152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ mysql-ocaml (1.2.4-2) UNRELEASED; urgency=medium
* Use secure copyright file specification URI.
* Update watch file format version to 4.
* Set field Upstream-Name in debian/copyright.
+ * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
+ page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
-- Debian Janitor <janitor@jelmer.uk> Thu, 01 Sep 2022 09:54:13 -0000
diff --git a/debian/watch b/debian/watch
index 232421c..a8e87c3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=4
-https://github.com/ygrek/ocaml-mysql/releases .*/archive/v?([0-9.]+)\.tar\.gz
+https://github.com/ygrek/ocaml-mysql/releases .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz