[neon/qt/qtcreator/Neon/release] debian: watch: switch to devel releases
Pino Toscano
null at kde.org
Mon Jan 16 22:09:46 GMT 2023
Git commit 99e3880a93cf7c3ec8666b12c7be309fec0d4d6b by Pino Toscano.
Committed on 15/06/2022 at 19:45.
Pushed by carlosdem 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/99e3880a93cf7c3ec8666b12c7be309fec0d4d6b
diff --git a/debian/changelog b/debian/changelog
index 179a3c0..11f5cc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
qtcreator (7.0.2-100) UNRELEASED; urgency=medium
[ Pino Toscano ]
+ * Switch watch file to the unstable releases, mangling -beta/-rc in the
+ version.
* Switch qtcreator to build with Qt6 instead of Qt5:
- remove libkf5syntaxhighlighting-dev, libqt5opengl5-dev,
libqt5serialport5-dev, libqt5sql5-sqlite, libqt5svg5-dev,
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