summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch6
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0df3c4f..330eb71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream alpha release (closes: #862452).
+ * Update debian/watch to track release tarballs on GitHub.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/watch b/debian/watch
index b214f86..1d60482 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
-opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \
-https://download.qt.io/official_releases/qt/([\d\.]*)/([\d\.]*)/submodules/qtwebkit-opensource-src-([^-]*)\.tar\.xz
+version=4
+opts=uversionmangle=s/-(alpha|beta|rc)/~$1/ \
+https://github.com/annulen/webkit/releases/ download/qtwebkit-[^/]+/qtwebkit-@ANY_VERSION@\.tar\.xz