[SCM] kcompletion packaging branch, master, updated. debian/5.36.0-1-9-g59a18fe

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:19:58 UTC 2017


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

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

    Add a libkf5completion-doc package for the qch files
---
 debian/control                      | 44 ++++++++++++++++++++++++-------------
 debian/libkf5completion-doc.install |  2 ++
 debian/rules                        |  3 +++
 3 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 9511387..2344e80 100644
--- a/debian/control
+++ b/debian/control
@@ -5,27 +5,41 @@ 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,
                libkf5config-dev (>= 5.37.0~),
                libkf5widgetsaddons-dev (>= 5.37.0~),
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
                qttools5-dev (>= 5.4),
                qttools5-dev-tools (>= 5.4),
                xauth,
-               xvfb
+               xvfb,
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/kcompletion
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kcompletion.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kcompletion.git
 
+Package: libkf5completion-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Widgets with advanced auto-completion features.
+ KCompletion provides widgets with advanced completion support as well as a
+ lower-level completion class which can be used with your own widgets.
+ .
+ This package contains the translations.
+
 Package: libkf5completion-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5completion5 (= ${binary:Version}),
          libkf5config-dev (>= 5.37.0~),
          libkf5widgetsaddons-dev (>= 5.37.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+Recommends: libkf5completion-doc (= ${source:Version})
 Description: development files for kcompletion
  KCompletion provides widgets with advanced completion support as well as a
  lower-level completion class which can be used with your own widgets.
@@ -33,14 +47,24 @@ Description: development files for kcompletion
  Contains development files for kcompletion.
 Breaks: kio-dev (<< 5.28),
         libkf5kio-dev (<< 5.37),
-        libkf5textwidgets-dev (<< 5.37)
+        libkf5textwidgets-dev (<< 5.37),
+
+Package: libkf5completion-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Widgets with advanced auto-completion features (documentation)
+ KCompletion provides widgets with advanced completion support as well as a
+ lower-level completion class which can be used with your own widgets.
+ .
+ This package contains the qch documentation files.
 
 Package: libkf5completion5
 Architecture: any
 Multi-Arch: same
 Depends: libkf5completion-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Widgets with advanced auto-completion features.
  KCompletion provides widgets with advanced completion support as well as a
  lower-level completion class which can be used with your own widgets.
@@ -56,14 +80,4 @@ Breaks: frameworkintegration (<< 5.28),
         libkf5newstuff5 (<< 5.37),
         libkf5notifyconfig5 (<< 5.37),
         libkf5texteditor5 (<< 5.37),
-        libkf5textwidgets5 (<< 5.37)
-
-Package: libkf5completion-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Widgets with advanced auto-completion features.
- KCompletion provides widgets with advanced completion support as well as a
- lower-level completion class which can be used with your own widgets.
- .
- This package contains the translations.
+        libkf5textwidgets5 (<< 5.37),
diff --git a/debian/libkf5completion-doc.install b/debian/libkf5completion-doc.install
new file mode 100644
index 0000000..3412541
--- /dev/null
+++ b/debian/libkf5completion-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Completion.qch
+usr/share/qt5/doc/KF5Completion.tags
diff --git a/debian/rules b/debian/rules
index b6620a5..73483fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export QT_SELECT=5
 
 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='libkf5completion5-dbg (<= 5.19.0-1~~)'
 

-- 
kcompletion packaging



More information about the pkg-kde-commits mailing list