[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.2.0-1-4-g274a9cf

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Mon Dec 16 15:45:42 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 274a9cf926f67a13072eff8099c00ba2fe7e218b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Dec 15 19:44:56 2013 +0400

    Make qtdeclarative5-examples depend on all plugins used by examples.
---
 debian/changelog | 1 +
 debian/control   | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 35164a5..84d8a2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtdeclarative-opensource-src (5.2.0-2) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Update libqt5qml5.symbols with feedback from i386, s390x and powerpc buildds.
+  * Make qtdeclarative5-examples depend on all plugins used by examples.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 15 Dec 2013 17:44:35 +0400
 
diff --git a/debian/control b/debian/control
index 8bd29fd..a7f3f7b 100644
--- a/debian/control
+++ b/debian/control
@@ -255,7 +255,13 @@ Architecture: any
 Multi-Arch: same
 Section: x11
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qtdeclarative5-dialogs-plugin,
+         qtdeclarative5-localstorage-plugin,
+         qtdeclarative5-models-plugin,
+         qtdeclarative5-particles-plugin,
+         qtdeclarative5-test-plugin,
+         qtdeclarative5-xmllistmodel-plugin,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 declarative examples
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list