[neon/extras/kaffeine/Neon/release] debian: watch: switch to git
Pino Toscano
null at kde.org
Wed Sep 4 12:20:45 BST 2024
Git commit a3904a0533ac3897986e135c1f778070bc56667f by Pino Toscano.
Committed on 26/02/2023 at 08:20.
Pushed by jriddell into branch 'Neon/release'.
watch: switch to git
M +4 -0 debian/changelog
M +5 -1 debian/watch [INFRASTRUCTURE]
https://invent.kde.org/neon/extras/kaffeine/-/commit/a3904a0533ac3897986e135c1f778070bc56667f
diff --git a/debian/changelog b/debian/changelog
index 81e6daa..28b317b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ kaffeine (2.0.18-2) UNRELEASED; urgency=medium
* Remove inactive Uploaders.
* Add the configuration for the CI on salsa.
* Add Rules-Requires-Root: no.
+ * Update watch file to fetch content from the upstream git repository, so
+ it is possible to do a direct branch pull: the last release is more than
+ 3 years old at this point, and it starts to be better to pull the branch
+ directly rather than cherry-picking fixes.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 26 Feb 2023 08:52:27 +0100
diff --git a/debian/watch b/debian/watch
index a2e96e7..b2bdd6d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,7 @@
version=4
-https://download.kde.org/stable/kaffeine/kaffeine-([\d.]+)\.tar\.xz
+# disabled until a version after 2.0.18 is released
+# https://download.kde.org/stable/kaffeine/kaffeine-([\d.]+)\.tar\.xz
+opts="mode=git, pgpmode=none, pretty=2.0.18+git%cd.%h" \
+https://invent.kde.org/multimedia/kaffeine.git \
+HEAD
More information about the Neon-commits
mailing list