diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 502f8ef..ed2b28f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium from qttools. In this way we allow qttools to build depend upon libqt5webkit5-dev without creating a circular dependency. * Do not force dh_builddeb to use xz compression: it's now the default. + * Bump Qt build dependencies. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 17 May 2014 23:25:31 -0300 diff --git a/debian/control b/debian/control index b42118a..463ef09 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: bison, libicu-dev, libjpeg-dev, libpng-dev, - libqt5opengl5-dev (>= 5.2.1+dfsg~), - libqt5xmlpatterns5-private-dev (>= 5.2.1~), + libqt5opengl5-dev (>= 5.3.0+dfsg~), + libqt5xmlpatterns5-private-dev (>= 5.3.0~), libsqlite3-dev, libwebp-dev, libxcomposite-dev, @@ -32,9 +32,9 @@ Build-Depends: bison, pkg-kde-tools (>= 0.6.4), python-minimal, python2.7, - qtbase5-private-dev (>= 5.2.1+dfsg~), - qtdeclarative5-private-dev (>= 5.2.1~), - qtscript5-private-dev (>= 5.2.1~), + qtbase5-private-dev (>= 5.3.0+dfsg~), + qtdeclarative5-private-dev (>= 5.3.0~), + qtscript5-private-dev (>= 5.3.0~), ruby Standards-Version: 3.9.5 Section: libs |