[SCM] qtgraphicaleffects packaging branch, experimental, updated. debian/5.9.1-2-5-gbf669f9

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 15 20:01:46 UTC 2017


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

The following commit has been merged in the experimental branch:
commit bf669f91ba4ee80244a2f5ed5e425c33a02ef165
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 15 23:01:23 2017 +0300

    Add ${qmlc:Depends} to really get proper dependencies.
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e00f1d2..ed9b5fe 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,11 @@ Package: qml-module-qtgraphicaleffects
 Architecture: any
 Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: qml-module-qtquick-window2, qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qtquick-window2,
+         qml-module-qtquick2,
+         ${misc:Depends},
+         ${qmlc:Depends},
+         ${shlibs:Depends}
 Description: Qt 5 Graphical Effects module
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list