[SCM] kdeclarative packaging branch, kubuntu_unstable, updated. 8fa02b7ad5362c54cfc8d26027cfdd80cb58dbda
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Mar 5 10:22:26 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdeclarative.git;a=commitdiff;h=8fa02b7
The following commit has been merged in the kubuntu_unstable branch:
commit 8fa02b7ad5362c54cfc8d26027cfdd80cb58dbda
Author: Harald Sitter <sitter at kde.org>
Date: Thu Mar 5 11:21:48 2015 +0100
package new helper tool
recommended by the library as upstream requested it to be installed in most
cases, while not strictly a dependency
---
debian/control | 7 +++++++
debian/kpackagelauncherqml.install | 1 +
2 files changed, 8 insertions(+)
diff --git a/debian/control b/debian/control
index 8ebbdaf..f9647b0 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,12 @@ XS-Testsuite: autopkgtest
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/frameworks/kdeclarative.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kdeclarative.git
+Package: kpackagelauncherqml
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: commandline tool for launching kpackage QML application
+ A small commandline tool to launch KPackages (QML applications).
+
Package: libkf5declarative-dev
Section: libdevel
Architecture: any
@@ -64,6 +70,7 @@ Architecture: any
Depends: libkf5declarative-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
+Recommends: kpackagelauncherqml
Multi-Arch: same
Description: provides integration of QML and KDE frameworks
Framework providing integration of QML and other KDE frameworks such
diff --git a/debian/kpackagelauncherqml.install b/debian/kpackagelauncherqml.install
new file mode 100644
index 0000000..bbc9bf7
--- /dev/null
+++ b/debian/kpackagelauncherqml.install
@@ -0,0 +1 @@
+usr/bin/kpackagelauncherqml
--
kdeclarative packaging
More information about the pkg-kde-commits
mailing list