diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-14 23:10:13 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-14 23:10:13 -0300 |
commit | d4ae989d5b44a6d16e4e236496e420cf0bf41077 (patch) | |
tree | 2edabd02099285c30f420963c702d2e426ab892c /debian/control | |
parent | cf9247be8c264565fbe0a43ba52a6b546e96a970 (diff) | |
download | qt5webkit-d4ae989d5b44a6d16e4e236496e420cf0bf41077.tar.gz |
Bump Qt build depends.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 3a1418a..23d4bdc 100644 --- a/debian/control +++ b/debian/control @@ -23,11 +23,11 @@ Build-Depends: debhelper (>= 9.0.0), libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf], libxrender-dev, libxslt1-dev, - libqt5xmlpatterns5-private-dev, - qtbase5-private-dev, - libqt5opengl5-dev, - qtscript5-private-dev, - qtdeclarative5-private-dev, + libqt5xmlpatterns5-private-dev (>= 5.1.0~), + qtbase5-private-dev (>= 5.1.0~), + libqt5opengl5-dev (>= 5.1.0~, + qtscript5-private-dev (>= 5.1.0~), + qtdeclarative5-private-dev (>= 5.1.0~), pkg-config, pkg-kde-tools (>= 0.6.4), chrpath, @@ -37,7 +37,7 @@ Build-Depends: debhelper (>= 9.0.0), libwebp-dev, libxcomposite-dev Build-Depends-Indep: libqt5sql5-sqlite, - qttools5-dev-tools (>= 5.0.2~) + qttools5-dev-tools (>= 5.1.0~) Standards-Version: 3.9.4 Section: libs Homepage: http://trac.webkit.org/wiki/QtWebKit |