diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-06-07 18:34:22 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-06-07 18:34:22 +0300 |
commit | 180fe3e5ba9941b507545b871324fa8235da26d9 (patch) | |
tree | 9de39dc9aa95e2ff4f1135ba41c6524e6a3a85d9 /debian | |
parent | 44dc102c5632fce4e5559e79a1b9ba21613a27e9 (diff) | |
download | qt5webkit-180fe3e5ba9941b507545b871324fa8235da26d9.tar.gz |
Update debian/watch to find the 5.9.0 release correctly.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c1336a3..590aef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ qtwebkit-opensource-src (5.9.0+dfsg-1) UNRELEASED; urgency=medium [ Simon Quigley ] * New upstream release. + [ Dmitry Shachnev ] + * Update debian/watch to find the 5.9.0 release correctly. + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 03 Jun 2017 20:39:29 -0500 qtwebkit-opensource-src (5.7.1+dfsg-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 6806542..e2e28cd 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\.]*)/qtwebkit-opensource-src-([^-]*)\.tar\.xz +https://download.qt.io/community_releases/([\d\.]*)/([\d\.]*)-final/qtwebkit-opensource-src-([^-]*)\.tar\.xz |