[neon/extras/labplot/Neon/release] debian: watch: adapt for beta/rc
Pino Toscano
null at kde.org
Wed Aug 31 15:43:09 BST 2022
Git commit ed9f7eb71b739890473063ce5258fac409b48a64 by Pino Toscano.
Committed on 26/03/2022 at 19:52.
Pushed by jriddell into branch 'Neon/release'.
watch: adapt for beta/rc
M +1 -0 debian/changelog
M +2 -1 debian/watch [INFRASTRUCTURE]
https://invent.kde.org/neon/extras/labplot/commit/ed9f7eb71b739890473063ce5258fac409b48a64
diff --git a/debian/changelog b/debian/changelog
index 2c4b507..f14db15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ labplot (2.9.0~beta-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream development release.
+ * Adapt watch file for beta/rc versions.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 26 Mar 2022 20:51:20 +0100
diff --git a/debian/watch b/debian/watch
index eda5e51..da241c6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=4
-https://download.kde.org/stable/labplot/([\d.]+)/labplot-([\d.]+)\.tar\.xz
+opts="uversionmangle=s/-beta/~beta/;s/-rc/~rc/" \
+https://download.kde.org/stable/labplot/([\d.]+)/labplot-(.+)\.tar\.xz
More information about the Neon-commits
mailing list