[SCM] krunner packaging branch, master, updated. debian/5.36.0-1-8-g49940ac

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:24:34 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/krunner.git;a=commitdiff;h=cf8a8c7

The following commit has been merged in the master branch:
commit cf8a8c77bcacc98b7ba499b29a86781609782c32
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 15 19:15:01 2017 +0200

    Add a libkf5runner-doc package for the qch files
---
 debian/control                  | 32 +++++++++++++++++++++++++-------
 debian/libkf5runner-doc.install |  2 ++
 debian/rules                    |  3 +++
 3 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5f85a8e..8be7956 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
                debhelper (>= 9),
+               doxygen,
                extra-cmake-modules (>= 5.37.0~),
+               graphviz,
                kio-dev (>= 5.26.0~),
                libkf5config-dev (>= 5.37.0~),
                libkf5coreaddons-dev (>= 5.37.0~),
@@ -15,12 +17,14 @@ Build-Depends: cmake (>= 3.0~),
                libkf5service-dev (>= 5.37.0~),
                libkf5solid-dev (>= 5.37.0~),
                libkf5threadweaver-dev (>= 5.37.0~),
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                plasma-framework-dev (>= 5.26.0~),
                qtbase5-dev (>= 5.7.0~),
                qtdeclarative5-dev (>= 5.7.0~),
+               qttools5-dev-tools (>= 5.4),
                xauth,
-               xvfb
+               xvfb,
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/krunner
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/krunner.git
@@ -33,25 +37,27 @@ Depends: extra-cmake-modules (>= 5.37.0~),
          libkf5runner5 (= ${binary:Version}),
          plasma-framework-dev (>= 5.26.0~),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
 Breaks: kapptemplate (<= 4:16.04)
 Replaces: kapptemplate (<= 4:16.04)
+Recommends: libkf5runner-doc (= ${source:Version})
 Description: development files for krunner
  An assortment of text-related widgets.
   .
  Contains development files for krunner.
 
-Package: qml-module-org-kde-runnermodel
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Used to write plugins loaded at runtime called "Runners".
+Package: libkf5runner-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Used to write plugins loaded at runtime called "Runners" (documentation)
  Launcher built into the Plasma desktop. While its
  basic function is to launch programs from a sort
  of mini-command-line, its functionality can be
  extended by "runners" to assist the user
  to accomplish a lot of tasks.
  .
- This package contains the runtime files.
+ This package contains the qch documentation files.
 
 Package: libkf5runner5
 Architecture: any
@@ -64,3 +70,15 @@ Description: Used to write plugins loaded at runtime called "Runners".
  of mini-command-line, its functionality can be
  extended by "runners" to assist the user
  to accomplish a lot of tasks.
+
+Package: qml-module-org-kde-runnermodel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Used to write plugins loaded at runtime called "Runners".
+ Launcher built into the Plasma desktop. While its
+ basic function is to launch programs from a sort
+ of mini-command-line, its functionality can be
+ extended by "runners" to assist the user
+ to accomplish a lot of tasks.
+ .
+ This package contains the runtime files.
diff --git a/debian/libkf5runner-doc.install b/debian/libkf5runner-doc.install
new file mode 100644
index 0000000..da20b7e
--- /dev/null
+++ b/debian/libkf5runner-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Runner.qch
+usr/share/qt5/doc/KF5Runner.tags
diff --git a/debian/rules b/debian/rules
index b851968..6fb3a29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_QCH=ON
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5runner5-dbg (<= 5.19.0-1~~)'
 

-- 
krunner packaging



More information about the pkg-kde-commits mailing list