summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e90ea56..46329f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ ocamldap (2.4.1-2) UNRELEASED; urgency=medium
* Use versioned copyright format URI.
* Update watch file format version to 4.
* Set upstream metadata fields: Repository, Repository-Browse.
+ * 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> Sun, 01 Aug 2021 11:33:26 -0000
diff --git a/debian/watch b/debian/watch
index f39d3cf..2cbded4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=4
-https://github.com/kit-ty-kate/ocamldap/releases .*/archive/v?([0-9.]+)\.tar\.gz
+https://github.com/kit-ty-kate/ocamldap/releases .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz