[SCM] ktexteditor packaging branch, master, updated. debian/5.36.0-1-9-g6553220

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:23:39 UTC 2017


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

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

    Add a libkf5texteditor-doc package for the qch files
---
 debian/control                      | 64 ++++++++++++++++++++++++-------------
 debian/libkf5texteditor-doc.install |  2 ++
 debian/rules                        |  3 ++
 3 files changed, 47 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index b1c586b..42c78e4 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~),
                libgit2-dev (>= 0.22.0~),
                libkf5archive-dev (>= 5.37.0~),
@@ -17,25 +19,35 @@ Build-Depends: cmake (>= 3.0~),
                libkf5parts-dev (>= 5.37.0~),
                libkf5sonnet-dev (>= 5.37.0~),
                libkf5syntaxhighlighting-dev (>= 5.37.0~),
+               libqt5sql5-sqlite,
                libqt5xmlpatterns5-dev (>= 5.7.0~),
                perl,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
-               qtscript5-dev (>= 5.7.0~)
+               qtscript5-dev (>= 5.7.0~),
+               qttools5-dev-tools (>= 5.4),
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/ktexteditor
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/ktexteditor.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/ktexteditor.git
 
-Package: libkf5texteditor-dev
-Section: libdevel
+Package: ktexteditor-data
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
+Description: provide advanced plain text editing services
+ The KTextEditor interfaces - also called KTE interfaces - are a set
+ of well-defined interfaces which an application or library can
+ implement to provide advanced plain text editing
+ services. Applications which utilise this interface can thus allow
+ the user to choose which implementation of the editor component to
+ use. The only implementation right now is the Kate Editor Component
+ (Kate Part).
+
+Package: ktexteditor-katepart
 Architecture: any
-Depends: libkf5parts-dev (>= 5.37.0~),
-         libkf5texteditor5 (= ${binary:Version}),
-         qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: provide advanced plain text editing services
  The KTextEditor interfaces - also called KTE interfaces - are a set
  of well-defined interfaces which an application or library can
@@ -45,14 +57,17 @@ Description: provide advanced plain text editing services
  use. The only implementation right now is the Kate Editor Component
  (Kate Part).
  .
- Contains development files for ktexteditor.
+ This contains the Kate Part plugin.
 
-Package: libkf5texteditor5
+Package: libkf5texteditor-dev
+Section: libdevel
 Architecture: any
-Depends: ktexteditor-data (= ${source:Version}),
-         libjs-underscore,
+Depends: libkf5parts-dev (>= 5.37.0~),
+         libkf5texteditor5 (= ${binary:Version}),
+         qtbase5-dev (>= 5.7.0~),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+Recommends: libkf5texteditor-doc (= ${source:Version})
 Description: provide advanced plain text editing services
  The KTextEditor interfaces - also called KTE interfaces - are a set
  of well-defined interfaces which an application or library can
@@ -61,14 +76,14 @@ Description: provide advanced plain text editing services
  the user to choose which implementation of the editor component to
  use. The only implementation right now is the Kate Editor Component
  (Kate Part).
-Multi-Arch: same
-Recommends: ktexteditor-katepart (= ${binary:Version})
+ .
+ Contains development files for ktexteditor.
 
-Package: ktexteditor-data
+Package: libkf5texteditor-doc
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
 Multi-Arch: foreign
-Description: provide advanced plain text editing services
+Depends: ${misc:Depends}
+Description: provide advanced plain text editing services (documentation)
  The KTextEditor interfaces - also called KTE interfaces - are a set
  of well-defined interfaces which an application or library can
  implement to provide advanced plain text editing
@@ -76,10 +91,15 @@ Description: provide advanced plain text editing services
  the user to choose which implementation of the editor component to
  use. The only implementation right now is the Kate Editor Component
  (Kate Part).
+ .
+ This package contains the qch documentation files.
 
-Package: ktexteditor-katepart
+Package: libkf5texteditor5
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ktexteditor-data (= ${source:Version}),
+         libjs-underscore,
+         ${misc:Depends},
+         ${shlibs:Depends},
 Description: provide advanced plain text editing services
  The KTextEditor interfaces - also called KTE interfaces - are a set
  of well-defined interfaces which an application or library can
@@ -88,5 +108,5 @@ Description: provide advanced plain text editing services
  the user to choose which implementation of the editor component to
  use. The only implementation right now is the Kate Editor Component
  (Kate Part).
- .
- This contains the Kate Part plugin.
+Multi-Arch: same
+Recommends: ktexteditor-katepart (= ${binary:Version})
diff --git a/debian/libkf5texteditor-doc.install b/debian/libkf5texteditor-doc.install
new file mode 100644
index 0000000..ae9df14
--- /dev/null
+++ b/debian/libkf5texteditor-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5TextEditor.qch
+usr/share/qt5/doc/KF5TextEditor.tags
diff --git a/debian/rules b/debian/rules
index c6c5ba6..3d51c26 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='libkf5texteditor5-dbg (<= 5.19.0-1~~)'
 

-- 
ktexteditor packaging



More information about the pkg-kde-commits mailing list