[neon/qt/qtcreator/Neon/release] debian: watch: update for development
Pino Toscano
null at kde.org
Thu May 5 12:51:57 BST 2022
Git commit 2e1bf059dc8133a34ac9bc3d74698c150c021ef7 by Pino Toscano.
Committed on 20/08/2021 at 19:44.
Pushed by jriddell into branch 'Neon/release'.
watch: update for development
M +2 -0 debian/changelog
M +2 -1 debian/watch
https://invent.kde.org/neon/qt/qtcreator/commit/2e1bf059dc8133a34ac9bc3d74698c150c021ef7
diff --git a/debian/changelog b/debian/changelog
index c712af4..be425f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtcreator (5.0.0~rc1-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, 20 Aug 2021 21:38:04 +0200
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