[SCM] purpose packaging branch, master, updated. 14f2161dc8545eab3b2282807fa3b384dfc9a9b3
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Fri Sep 30 10:18:17 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=14f2161
The following commit has been merged in the master branch:
commit 14f2161dc8545eab3b2282807fa3b384dfc9a9b3
Author: Harald Sitter <sitter at kde.org>
Date: Fri Sep 30 12:18:06 2016 +0200
force qml module to depend on -bin
since -bin is pulled in via symbols dep injection and this nasty hack
doesn't work for packages built by the same source, we need to explicitly
depend on -bin as otherwise the qml module won't pull it in UNLESS the
api using application also links against libpurpose*.so
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9c470be..628f8d5 100644
--- a/debian/control
+++ b/debian/control
@@ -74,10 +74,11 @@ Description: Provides an abstraction to provide and leverage actions of a specif
Package: qml-modules-org-kde-purpose
Architecture: any
Multi-Arch: same
-Depends: qml-module-qtquick-controls,
+Depends: libkf5purpose-bin (= ${binary:Version})
+ ${misc:Depends},
+ qml-module-qtquick-controls,
qml-module-qtquick-layouts,
qml-module-qtquick2,
- ${misc:Depends},
${shlibs:Depends}
Description: Provides an abstraction to provide and leverage actions of a specific kind, qml bindings
Purpose offers the possibility to create integrate services and actions on
--
purpose packaging
More information about the pkg-kde-commits
mailing list