diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c8950e0..8eb8c8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.9.1+dfsg-1) UNRELEASED; urgency=medium [ Dmitry Shachnev ] * New upstream release. + * Update debian/watch to track official releases again. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 02 Jul 2017 11:56:23 +0300 diff --git a/debian/watch b/debian/watch index e2e28cd..b214f86 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \ -https://download.qt.io/community_releases/([\d\.]*)/([\d\.]*)-final/qtwebkit-opensource-src-([^-]*)\.tar\.xz +https://download.qt.io/official_releases/qt/([\d\.]*)/([\d\.]*)/submodules/qtwebkit-opensource-src-([^-]*)\.tar\.xz |