[neon/qt/qtcreator/Neon/release] debian: watch: switch to devel releases
Pino Toscano
null at kde.org
Thu May 5 12:51:58 BST 2022
Git commit 74a0ca8238512c014a138fbdcd51c0000e50a4c2 by Pino Toscano.
Committed on 11/02/2022 at 21:48.
Pushed by jriddell into branch 'Neon/release'.
watch: switch to devel releases
M +2 -0 debian/changelog
M +2 -1 debian/watch
https://invent.kde.org/neon/qt/qtcreator/commit/74a0ca8238512c014a138fbdcd51c0000e50a4c2
diff --git a/debian/changelog b/debian/changelog
index 3614287..a411694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtcreator (7.0.0~beta1-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream development release.
+ * Switch watch file to the unstable releases, mangling -beta/-rc in the
+ version.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 11 Feb 2022 22:47:39 +0100
diff --git a/debian/watch b/debian/watch
index 0c4c825..3a0e4b1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=4
-https://download.qt.io/official_releases/qtcreator/([\d\.]*)/([\d\.]*)/qt-creator-opensource-src-([^-]*)\.tar\.xz
+opts="uversionmangle=s/-beta/~beta/;s/-rc/~rc/" \
+https://download.qt.io/development_releases/qtcreator/([\d\.]*)/([-a-z\d\.]*)/qt-creator-opensource-src-([-a-z\d\.]*)\.tar\.xz
More information about the Neon-commits
mailing list