[neon/extras/choqok/Neon/release] debian: watch: improve a bit
Pino Toscano
null at kde.org
Wed Sep 4 11:41:47 BST 2024
Git commit 23954b26d323f9d12077677e58ab45e472f81ff5 by Pino Toscano.
Committed on 03/01/2024 at 22:37.
Pushed by jriddell into branch 'Neon/release'.
watch: improve a bit
M +3 -0 debian/changelog
M +2 -2 debian/watch [INFRASTRUCTURE]
https://invent.kde.org/neon/extras/choqok/-/commit/23954b26d323f9d12077677e58ab45e472f81ff5
diff --git a/debian/changelog b/debian/changelog
index 97e2af2f..f233a23d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,9 @@ choqok (1.7.0-2) UNRELEASED; urgency=medium
* Use execute_after_dh_auto_install to avoid invoking dh_auto_install
manually.
* Fix the removal of development .so symlinks.
+ * Improve the watch file:
+ - bump to v4 (no changes required)
+ - use a less strict pattern for matching versioned directories
-- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Sun, 22 Nov 2020 21:55:15 -0300
diff --git a/debian/watch b/debian/watch
index e52dadc6..50965749 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-https://download.kde.org/stable/choqok/(\d.\d)/src/choqok-(.*)\.tar\.xz
+version=4
+https://download.kde.org/stable/choqok/([\d\.]+)/src/choqok-(.*)\.tar\.xz
More information about the Neon-commits
mailing list