[neon/backports-jammy/mlt-jammy/Neon/release] debian: new watch file to get releases tarball that has all submodules included

Carlos De Maine null at kde.org
Wed Oct 11 02:18:40 BST 2023


Git commit 466b8a63581284754665cccc766953e026b02b98 by Carlos De Maine.
Committed on 11/10/2023 at 03:18.
Pushed by carlosdem into branch 'Neon/release'.

new watch file to get releases tarball that has all submodules included

M  +4    -2    debian/watch

https://invent.kde.org/neon/backports-jammy/mlt-jammy/-/commit/466b8a63581284754665cccc766953e026b02b98

diff --git a/debian/watch b/debian/watch
index 28952c9..12d83dc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,5 @@
 version=4
-opts=dversionmangle=s/\+git\d+// \
-https://github.com/mltframework/mlt/releases/ .download/v(\d\S+)/mlt-(\d\S+)\.tar\.gz
+opts="searchmode=plain, \
+filenamemangle=s/.+\/mlt-(\d\S+).tar.gz/mlt-$1\.tar\.gz/" \
+https://api.github.com/repos/mltframework/mlt/releases \
+https://github.com/mltframework/mlt/releases/download/v(\d\S+)/mlt-(\d\S+).tar.gz


More information about the Neon-commits mailing list