[SCM] qtcreator packaging branch, master, updated. 3c44e458a5ac8788524ef007e7a40daa1fee8f1c

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed May 22 21:12:42 UTC 2013


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

The following commit has been merged in the master branch:
commit 3c44e458a5ac8788524ef007e7a40daa1fee8f1c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed May 22 18:12:26 2013 -0300

    Change Depends and Recommends of package qtcreator.
---
 debian/changelog |    1 +
 debian/control   |    9 ++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8757977..810371d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qtcreator (2.7.0-1) UNRELEASED; urgency=low
     are now using the system botan.
   * Start using Qt5 to compile.
   * Export CFLAGS, CXXFLAGS, LDFLAGS for hardening and QT_SELECT to choose qt5.
+  * Change Depends and Recommends of package qtcreator.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 22 May 2013 15:40:28 -0300
 
diff --git a/debian/control b/debian/control
index dd284cb..5caca11 100644
--- a/debian/control
+++ b/debian/control
@@ -19,15 +19,14 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtcreator.git
 
 Package: qtcreator
 Architecture: any
-Depends: libqt4-help, libqt4-sql-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt5help5, libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
 Recommends: gdb,
             make,
-            qt4-demos,
-            qt4-dev-tools,
-            qt4-doc,
-            qt4-qmlviewer,
+            qttools5-dev-tools,
             qtcreator-doc,
+            qmlscene
             xterm | x-terminal-emulator
+# Missing stuff due to Qt4 to Qt5 transition: qt5 demos, doc.
 Suggests: cmake, g++, git, kdelibs5-data, subversion
 Description: lightweight integrated development environment (IDE) for Qt
  Qt Creator is a new, lightweight, cross-platform integrated development

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list