summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-08-25 22:24:51 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-08-25 22:24:51 +0300
commit5d740262fcff0d31d21b1e7a5af8cd6df18d0584 (patch)
tree6c2379173b61d1c8dfcfb8d19f30fe8a5b57fc73
parentaa56d99a45eff677328f0364c5180f47dc231397 (diff)
downloadqt5webkit-5d740262fcff0d31d21b1e7a5af8cd6df18d0584.tar.gz
Update build-dependencies.
Add cmake, libqt5sensors5-dev, libqt5webchannel5-dev and qtpositioning5-dev. Drop libleveldb-dev (was already commented out).
-rw-r--r--debian/changelog3
-rw-r--r--debian/control5
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4fa9d21..984b335 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Stop repacking the upstream tarball. Two of three previously excluded
files no longer exist, and the third one has changed license to Expat.
* Drop all patches, they no longer apply to the new codebase.
+ * Add build-dependencies: cmake, libqt5sensors5-dev, libqt5webchannel5-dev
+ and qtpositioning5-dev.
+ * Drop unused build-dependency: libleveldb-dev.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/control b/debian/control
index e955281..20cd513 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Timo Jyrinki <timo@debian.org>,
Dmitry Shachnev <mitya57@debian.org>
Build-Depends: bison,
chrpath,
+ cmake (>= 2.8.12),
debhelper (>= 9.0.0),
flex,
gperf,
@@ -18,9 +19,10 @@ Build-Depends: bison,
libgstreamer1.0-dev,
libicu-dev,
libjpeg-dev,
-# libleveldb-dev,
libpng-dev,
libqt5opengl5-dev (>= 5.9.1+dfsg-9~),
+ libqt5sensors5-dev (>= 5.9.1~),
+ libqt5webchannel5-dev (>= 5.9.1~),
libsqlite3-dev,
libwebp-dev,
libxcomposite-dev,
@@ -34,6 +36,7 @@ Build-Depends: bison,
python2.7,
qtbase5-private-dev (>= 5.9.1+dfsg-9~),
qtdeclarative5-private-dev (>= 5.9.1~),
+ qtpositioning5-dev (>= 5.9.1+dfsg~),
ruby
Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.1+dfsg~),
qtbase5-doc-html (>= 5.9.1+dfsg~),