Source: picplanner Version: 0.5.0 Severity: wishlist Please update to the latest version.
I noticed that debian/watch wasn't working so I'm attaching a patch to fix that. Thank you, Jeremy Bícha
From 12e0fd10726ba089f3f055891802442a72a6998d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <jeremy.bi...@canonical.com> Date: Sat, 7 Dec 2024 07:13:22 -0500 Subject: [PATCH] Update debian/watch --- debian/gbp.conf | 4 ++-- debian/watch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 1924a9d..e268667 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -11,7 +11,7 @@ multimaint-merge = True [import-orig] postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit -upstream-vcs-tag = %(version%~%.)s +upstream-vcs-tag = v%(version%~%.)s [pq] -patch-numbers = False \ No newline at end of file +patch-numbers = False diff --git a/debian/watch b/debian/watch index 790845a..a9611d2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%picplanner-$1$2%" \ - https://gitlab.com/Zwarf/picplanner/-/tags \ - archive/v?@ANY_VERSION@/picplanner-v?\d\S*@ARCHIVE_EXT@ +opts="searchmode=plain" \ +https://gitlab.com/Zwarf/@PACKAGE@/tags \ + -/archive/v?[\d.]+\.?(?:beta|rc)?[\d.]*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ -- 2.45.2