summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2024-05-05 16:45:04 +0200
committerÉtienne Mollier <emollier@debian.org>2024-05-05 16:45:04 +0200
commitadaf6f4f0677bc8db437f0a197e8556f964a462b (patch)
tree9a9fcdcbc547712f4b8505034da1b031acff266b
parente4e2ac3065748b9875ceccc16677577e86f62b46 (diff)
d/watch: single out tag v3.1.0 upstream.
-rw-r--r--debian/watch7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch
index 4106094..253546b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,9 @@
version=4
-opts="mode=git" \
+# Note the curious version mangling to avoid pulling the stray 3.1.0 tag,
+# which actually matches gdcm version 3.0.6.
+opts=" \
+ mode=git, \
+ uversionmangle=s/^3.1.0$/3.0.6+3.1.0/, \
+" \
https://github.com/malaterre/GDCM.git \
refs/tags/v?@ANY_VERSION@