[SCM] kcodecs packaging branch, master, updated. debian/5.36.0-1-12-g8f4e664

Maximiliano Curia maxy at moszumanska.debian.org
Mon Aug 28 06:22:18 UTC 2017


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

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

    Add a libkf5codecs-doc package for the qch files
---
 debian/control                  | 54 ++++++++++++++++++++++++++---------------
 debian/libkf5codecs-doc.install |  2 ++
 debian/rules                    |  3 +++
 3 files changed, 39 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 390ba24..ebbf9e9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,35 +5,20 @@ 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~),
                gperf,
+               graphviz,
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
                qttools5-dev (>= 5.4),
-               qttools5-dev-tools (>= 5.4)
+               qttools5-dev-tools (>= 5.4),
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/kcodecs
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kcodecs.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kcodecs.git
 
-Package: libkf5codecs5
-Architecture: any
-Multi-Arch: same
-Depends: libkf5codecs-data (= ${source:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: collection of methods to manipulate strings
- KCodecs provide a collection of methods to manipulate strings
- using various encodings.
-Breaks: kio (<< 5.37),
-        libkf5bookmarks5 (<< 5.37),
-        libkf5configwidgets5 (<< 5.37),
-        libkf5kdelibs4support5 (<< 5.37),
-        libkf5khtml5 (<< 5.37),
-        libkf5kiofilewidgets5 (<< 5.37),
-        libkf5notifications5 (<< 5.37),
-        libkf5texteditor5 (<< 5.37)
-
 Package: libkf5codecs-data
 Architecture: all
 Multi-Arch: foreign
@@ -50,8 +35,37 @@ Section: libdevel
 Depends: libkf5codecs5 (= ${binary:Version}),
          qtbase5-dev (>= 5.7.0~),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+Recommends: libkf5codecs-doc (= ${source:Version})
 Description: development files for kcodecs
  This package contains development files for building software that uses
  libraries from kcodecs.
 Breaks: libkf5configwidgets-dev (<< 5.37)
+
+Package: libkf5codecs-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: collection of methods to manipulate strings (documentation)
+ KCodecs provide a collection of methods to manipulate strings
+ using various encodings.
+ .
+ This package contains the qch documentation files.
+
+Package: libkf5codecs5
+Architecture: any
+Multi-Arch: same
+Depends: libkf5codecs-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: collection of methods to manipulate strings
+ KCodecs provide a collection of methods to manipulate strings
+ using various encodings.
+Breaks: kio (<< 5.37),
+        libkf5bookmarks5 (<< 5.37),
+        libkf5configwidgets5 (<< 5.37),
+        libkf5kdelibs4support5 (<< 5.37),
+        libkf5khtml5 (<< 5.37),
+        libkf5kiofilewidgets5 (<< 5.37),
+        libkf5notifications5 (<< 5.37),
+        libkf5texteditor5 (<< 5.37),
diff --git a/debian/libkf5codecs-doc.install b/debian/libkf5codecs-doc.install
new file mode 100644
index 0000000..907925c
--- /dev/null
+++ b/debian/libkf5codecs-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Codecs.qch
+usr/share/qt5/doc/KF5Codecs.tags
diff --git a/debian/rules b/debian/rules
index 841d92a..8550163 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@
 
 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:
 	dh_strip --dbgsym-migration='libkf5codecs5-dbg (<= 5.19.0-1~~)'

-- 
kcodecs packaging



More information about the pkg-kde-commits mailing list