[SCM] qtcreator packaging branch, master, updated. debian/4.0.2-1-4-g68fe61f

Adam Majer adamm at moszumanska.debian.org
Sat Aug 6 10:39:44 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=00ba190

The following commit has been merged in the master branch:
commit 00ba190b7e4d71c484efda0dccdde6fa27b75853
Author: Adam Majer <adamm at zombino.com>
Date:   Sat Aug 6 01:10:58 2016 +0200

    Increase build depends to be inline with upstream
    
    qbs 1.5.2
    Qt 5.5.x
---
 debian/changelog |  2 ++
 debian/control   | 36 ++++++++++++++++++------------------
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7196862..a70a5f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ qtcreator (4.0.3-1) UNRELEASED; urgency=medium
     + Clang: Fix dot-arrow-correction for zero results
     + Clang: Fix dot-arrow-correction for not-yet-parsed unsaved content
     + ProjectExplorer: Fix comparison with default-constructed Runnables
+    + Depend on qbs 1.5.2
+  * Update Qt build requirements to 5.5.x
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 06 Aug 2016 00:55:14 +0200
 
diff --git a/debian/control b/debian/control
index 04c440a..b2eb2b7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,25 +11,25 @@ Build-Depends: debhelper (>= 9),
                libclang-3.6-dev,
                libicu-dev,
                libjs-jquery,
-               libqt5opengl5-dev (>= 5.4.0~),
-               libqt5sql5-sqlite (>= 5.4.0~),
-               libqt5webkit5-dev (>= 5.4.0~),
-               libqt5x11extras5-dev (>= 5.4.0~),
+               libqt5opengl5-dev (>= 5.5.0~),
+               libqt5sql5-sqlite (>= 5.5.0~),
+               libqt5webkit5-dev (>= 5.5.0~),
+               libqt5x11extras5-dev (>= 5.5.0~),
                libx11-dev,
                libxext-dev,
                pkg-config,
-               qbs-dev (>= 1.5.0+dfsg~),
-               qml-module-qtquick2 (>= 5.4.0~),
-               qtbase5-dev (>= 5.4.0~),
-               qtbase5-private-dev (>= 5.4.0~),
-               qtdeclarative5-dev (>= 5.4.0~),
-               qtdeclarative5-private-dev (>= 5.4.0~),
-               qtscript5-dev (>= 5.4.0~),
-               qtscript5-private-dev (>= 5.4.0~),
-               qttools5-dev (>= 5.4.0~),
-               qttools5-dev-tools (>= 5.4.0~),
-               qttools5-private-dev (>= 5.4.0~),
-               qtxmlpatterns5-dev-tools (>= 5.4.0~)
+               qbs-dev (>= 1.5.2+dfsg~),
+               qml-module-qtquick2 (>= 5.5.0~),
+               qtbase5-dev (>= 5.5.0~),
+               qtbase5-private-dev (>= 5.5.0~),
+               qtdeclarative5-dev (>= 5.5.0~),
+               qtdeclarative5-private-dev (>= 5.5.0~),
+               qtscript5-dev (>= 5.5.0~),
+               qtscript5-private-dev (>= 5.5.0~),
+               qttools5-dev (>= 5.5.0~),
+               qttools5-dev-tools (>= 5.5.0~),
+               qttools5-private-dev (>= 5.5.0~),
+               qtxmlpatterns5-dev-tools (>= 5.5.0~)
 Standards-Version: 3.9.8
 Homepage: https://doc.qt.io/qt-5/topics-app-development.html
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/qt/qtcreator.git
@@ -38,8 +38,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtcreator.git
 Package: qtcreator
 Architecture: any
 Depends: libqt5sql5-sqlite,
-         qml-module-qtquick-controls (>= 5.4.0~),
-         qml-module-qtquick2 (>= 5.4.0~),
+         qml-module-qtquick-controls (>= 5.5.0~),
+         qml-module-qtquick2 (>= 5.5.0~),
          qtchooser,
          qtcreator-data (= ${source:Version}),
          ${misc:Depends},

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list