[SCM] knewstuff packaging branch, master, updated. debian/5.28.0-1-16-gb51b822
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Jul 8 07:21:56 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knewstuff.git;a=commitdiff;h=eca2312
The following commit has been merged in the master branch:
commit eca2312bd598ad3fb56644673b444f991dab95a7
Author: Harald Sitter <sitter at kde.org>
Date: Tue Dec 20 15:22:47 2016 +0100
fix qml deps
module uses kirigami, kirigami in turn should pull in
qtquick controls and qtquick itself.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e9a2ff4..af50e34 100644
--- a/debian/control
+++ b/debian/control
@@ -79,7 +79,7 @@ Description: Support for downloading application assets from the network.
Package: qml-module-org-kde-newstuff
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-org-kde-kirigami, ${misc:Depends}, ${shlibs:Depends}
Description: Support for downloading application assets from the network.
Framework for downloading and sharing additional
application data.
--
knewstuff packaging
More information about the pkg-kde-commits
mailing list