[SCM] Qt SDK packaging branch, master, updated. 2-8-g25f5c4c

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


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

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

    Create libqt5-dev.
---
 debian/changelog |    2 ++
 debian/control   |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eab2a24..8cd5e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ qt-sdk (3) UNRELEASED; urgency=low
     - Move qt-sdk stuff to this new package.
     - Make qt-sdk a transitional dummy package.
     - Make qt4-sdk break and replace qt-sdk.
+  * Create libqt5-dev, depending on all the development headers of the
+    different Qt 5 submodules available.
 
  -- 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 ce810f0..c440d8c 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,25 @@ Suggests: libqt4-dbg, libqt4-webkit-dbg, libqt4-xmlpatterns-dbg
 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: libqt5-dev
+Architecture: all
+Section: libdevel
+Depends: libqt5opengl5-dev,
+ libqt5svg5-dev,
+ libqt5v8-5-dev,
+ libqt5webkit5-dev,
+ libqt5x11extras-dev,
+ libqt5xmlpatterns5-dev,
+ qtbase5-dev,
+ qtdeclarative5-dev,
+ qtmultimedia5-dev,
+ qtquick1-5-dev,
+ qtscript5-dev,
+ qttools5-dev
+Description: Qt 5 development files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains all the header development files used for building Qt 5
+ applications.

-- 
Qt SDK packaging



More information about the pkg-kde-commits mailing list