[SCM] knewstuff packaging branch, master, updated. debian/5.36.0-1-10-gaba88ca

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:22:57 UTC 2017


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

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

    Add a libkf5newstuff-doc package for the qch files
---
 debian/control                    | 45 ++++++++++++++++++++++++++-------------
 debian/libkf5newstuff-doc.install |  4 ++++
 debian/rules                      |  3 +++
 3 files changed, 37 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 6ea7209..8ed55be 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~),
                libkf5archive-dev (>= 5.37.0~),
                libkf5attica-dev (>= 5.37.0~),
@@ -20,14 +22,28 @@ Build-Depends: cmake (>= 3.0~),
                libkf5textwidgets-dev (>= 5.37.0~),
                libkf5widgetsaddons-dev (>= 5.37.0~),
                libkf5xmlgui-dev (>= 5.37.0~),
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
-               qtdeclarative5-dev (>= 5.7.0~)
+               qtdeclarative5-dev (>= 5.7.0~),
+               qttools5-dev-tools (>= 5.4),
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/knewstuff
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/knewstuff.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/knewstuff.git
 
+Package: libkf5newstuff-data
+Architecture: all
+Depends: ${misc:Depends}
+Multi-Arch: foreign
+Breaks: libkf5newstuff5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa4)
+Replaces: libkf5newstuff5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa4)
+Description: Support for downloading application assets from the network.
+ Framework for downloading and sharing additional
+ application data.
+ .
+ This package contains the data files.
+
 Package: libkf5newstuff-dev
 Section: libdevel
 Architecture: any
@@ -38,7 +54,8 @@ Depends: kio-dev (>= 5.26.0~),
          libkf5newstuffcore5 (= ${binary:Version}),
          libkf5xmlgui-dev (>= 5.37.0~),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+Recommends: libkf5newstuff-doc (= ${source:Version})
 Description: development files for knewstuff
  Framework for downloading and sharing additional
  application data.
@@ -46,12 +63,22 @@ Description: development files for knewstuff
  Contains development files for knewstuff.
 Breaks: libkf5kdelibs4support-dev (<< 5.37)
 
+Package: libkf5newstuff-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Support for downloading application assets from the network (documentation)
+ Framework for downloading and sharing additional
+ application data.
+ .
+ This package contains the qch documentation files.
+
 Package: libkf5newstuff5
 Architecture: any
 Multi-Arch: same
 Depends: libkf5newstuff-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Support for downloading application assets from the network.
  Framework for downloading and sharing additional
  application data.
@@ -66,18 +93,6 @@ Description: Support for downloading application assets from the network.
  application data.
 Breaks: frameworkintegration (<< 5.37)
 
-Package: libkf5newstuff-data
-Architecture: all
-Depends: ${misc:Depends}
-Multi-Arch: foreign
-Breaks: libkf5newstuff5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa4)
-Replaces: libkf5newstuff5 (<= 4.100.0-0ubuntu1~ubuntu14.10~ppa4)
-Description: Support for downloading application assets from the network.
- Framework for downloading and sharing additional
- application data.
- .
- This package contains the data files.
-
 Package: qml-module-org-kde-newstuff
 Architecture: any
 Depends: qml-module-org-kde-kirigami, ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/libkf5newstuff-doc.install b/debian/libkf5newstuff-doc.install
new file mode 100644
index 0000000..1a3a348
--- /dev/null
+++ b/debian/libkf5newstuff-doc.install
@@ -0,0 +1,4 @@
+usr/share/qt5/doc/KF5NewStuff.qch
+usr/share/qt5/doc/KF5NewStuff.tags
+usr/share/qt5/doc/KF5NewStuffCore.qch
+usr/share/qt5/doc/KF5NewStuffCore.tags
diff --git a/debian/rules b/debian/rules
index 8bf7339..927c401 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='libkf5newstuff5-dbg (<= 5.19.0-1~~)'
 

-- 
knewstuff packaging



More information about the pkg-kde-commits mailing list