[SCM] Qt SDK packaging branch, master, updated. 2-10-g3605760

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Aug 9 13:39:54 UTC 2013


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

The following commit has been merged in the master branch:
commit 360576051ac18eba833338a806a8e720ebe58263
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Aug 9 10:39:17 2013 -0300

    Create qt5-sdk.
---
 debian/changelog |    1 +
 debian/control   |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8de1294..a22eb2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ qt-sdk (3) UNRELEASED; urgency=low
   * Create libqt5-dev, depending on all the development headers of the
     different Qt 5 submodules available.
   * Add qtchooser as qt4-sdk's build dependency.
+  * Create qt5-sdk.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Fri, 09 Aug 2013 10:18:10 -0300
 
diff --git a/debian/control b/debian/control
index a6832f0..b60ad8d 100644
--- a/debian/control
+++ b/debian/control
@@ -43,6 +43,41 @@ Description: Complete Qt 4 Software Development Kit
  This metapackage provides a complete Qt 4 Software Development Kit.
  Tools cover IDE, revision control, debugging and documentation.
 
+Package: qt5-sdk
+Architecture: all
+Depends: build-essential,
+         cmake,
+         gdb,
+         git-core,
+         libphonon-dev,
+         libqt5-dev,
+         qt5-doc,
+         qt5-doc-html,
+         qt5-qmake,
+         qtbase5-dev-tools,
+         qtchooser,
+         qtcreator,
+         qtcreator-doc,
+         qtdeclarative5-dev-tools,
+         qttools5-dev-tools,
+         qtxmlpatterns5-dev-tools,
+         subversion,
+         ${misc:Depends}
+Suggests: libqt5v8-5-dbg,
+          libqt5webkit5-dbg,
+          qtbase5-dbg,
+          qtdeclarative5-dbg,
+          qtmultimedia5-dbg,
+          qtquick1-5-dbg,
+          qtscript5-dbg,
+          qtsvg5-dbg,
+          qttools5-dbg,
+          qtx11extras5-dbg,
+          qtxmlpatterns5-dbg
+Description: Complete Qt 5 Software Development Kit
+ This metapackage provides a complete Qt 5 Software Development Kit.
+ Tools cover IDE, revision control, debugging and documentation.
+
 Package: libqt5-dev
 Architecture: all
 Section: libdevel

-- 
Qt SDK packaging



More information about the pkg-kde-commits mailing list