[SCM] karchive packaging branch, master, updated. debian/5.36.0-1-13-g6f69879

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


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

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

    Add a libkf5archive-doc package for the qch files
---
 debian/control                   | 28 ++++++++++++++++++++++++----
 debian/libkf5archive-doc.install |  2 ++
 debian/rules                     |  3 +++
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 91a21f1..30a45f1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,16 @@ 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,
                libbz2-dev,
                liblzma-dev,
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.16~),
                qtbase5-dev (>= 5.7.0~),
-               zlib1g-dev
+               qttools5-dev-tools (>= 5.4),
+               zlib1g-dev,
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/karchive
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/karchive.git
@@ -21,7 +25,8 @@ Section: libdevel
 Architecture: any
 Depends: libkf5archive5 (= ${binary:Version}),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+Recommends: libkf5archive-doc (= ${source:Version})
 Description: development files for karchive
  Karchive is a Qt 5 addon providing access to numerous types of archives.
  .
@@ -38,7 +43,22 @@ Breaks: kdoctools-dev (<< 5.28),
         libkf5doctools-dev (<< 5.37),
         libkf5emoticons-dev (<< 5.37),
         libkf5khtml-dev (<< 5.37),
-        libkf5newstuff-dev (<< 5.37)
+        libkf5newstuff-dev (<< 5.37),
+
+Package: libkf5archive-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Qt 5 addon providing access to numerous types of archives (documentation)
+ KArchive provides classes for easy reading, creation and manipulation of
+ "archive" formats like ZIP and TAR.
+ .
+ It also provides transparent compression and decompression of data, like the
+ GZip format, via a subclass of QIODevice.
+ .
+ This package is part of KDE Frameworks 5.
+ .
+ This package contains the qch documentation files.
 
 Package: libkf5archive5
 Architecture: any
@@ -66,4 +86,4 @@ Breaks: kdoctools5 (<< 5.37),
         libkf5newstuffcore5 (<< 5.37),
         libkf5package5 (<< 5.37),
         libkf5plasma5 (<< 5.37),
-        libkf5texteditor5 (<< 5.37)
+        libkf5texteditor5 (<< 5.37),
diff --git a/debian/libkf5archive-doc.install b/debian/libkf5archive-doc.install
new file mode 100644
index 0000000..f40f15a
--- /dev/null
+++ b/debian/libkf5archive-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Archive.qch
+usr/share/qt5/doc/KF5Archive.tags
diff --git a/debian/rules b/debian/rules
index 3ce494d..a8a17bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,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:
 	$(overridden_command) --dbgsym-migration='libkf5archive5-dbg (<= 5.19.0-1~~)'

-- 
karchive packaging



More information about the pkg-kde-commits mailing list