[SCM] kwidgetsaddons packaging branch, master, updated. debian/5.36.0-1-13-g0c9bfa7

Maximiliano Curia maxy at moszumanska.debian.org
Mon Aug 28 06:23:46 UTC 2017


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

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

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

diff --git a/debian/control b/debian/control
index 57aa0b9..82fb003 100644
--- a/debian/control
+++ b/debian/control
@@ -5,22 +5,40 @@ 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,
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
                qttools5-dev (>= 5.5.0~),
-               qttools5-dev-tools (>= 5.4)
+               qttools5-dev-tools (>= 5.4),
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/kwidgetsaddons
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kwidgetsaddons.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kwidgetsaddons.git
 
+Package: libkf5widgetsaddons-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5widgetsaddons5-data
+Replaces: libkf5widgetsaddons5-data
+Description: add-on widgets and classes for applications that use the Qt Widgets module
+ Provided are action classes that can be added to toolbars or menus,
+ a wide range of widgets for selecting characters, fonts, colors,
+ actions, dates and times, or MIME types, as well as platform-aware
+ dialogs for configuration pages, message boxes, and password requests.
+ .
+ This package contains the translations.
+
 Package: libkf5widgetsaddons-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5widgetsaddons5 (= ${binary:Version}),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+Recommends: libkf5widgetsaddons-doc (= ${source:Version})
 Description: development files for kwidgetsaddons
  Provided are action classes that can be added to toolbars or menus,
  a wide range of widgets for selecting characters, fonts, colors,
@@ -33,14 +51,26 @@ Breaks: kross-dev (<< 5.37),
         libkf5configwidgets-dev (<< 5.37),
         libkf5iconthemes-dev (<< 5.37),
         libkf5jobwidgets-dev (<< 5.37),
-        libkf5khtml-dev (<< 5.37)
+        libkf5khtml-dev (<< 5.37),
+
+Package: libkf5widgetsaddons-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: add-on widgets and classes for applications that use the Qt Widgets module (documentation)
+ Provided are action classes that can be added to toolbars or menus,
+ a wide range of widgets for selecting characters, fonts, colors,
+ actions, dates and times, or MIME types, as well as platform-aware
+ dialogs for configuration pages, message boxes, and password requests.
+ .
+ This package contains the qch documentation files.
 
 Package: libkf5widgetsaddons5
 Architecture: any
 Multi-Arch: same
 Depends: libkf5widgetsaddons-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: add-on widgets and classes for applications that use the Qt Widgets module
  Provided are action classes that can be added to toolbars or menus,
  a wide range of widgets for selecting characters, fonts, colors,
@@ -73,18 +103,4 @@ Breaks: frameworkintegration (<< 5.28),
         libkf5xmlgui5 (<< 5.37),
         libkwalletbackend5-5 (<< 5.37),
         plasma-framework (<< 5.37),
-        qml-module-org-kde-kquickcontrols (<< 5.37)
-
-Package: libkf5widgetsaddons-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5widgetsaddons5-data
-Replaces: libkf5widgetsaddons5-data
-Description: add-on widgets and classes for applications that use the Qt Widgets module
- Provided are action classes that can be added to toolbars or menus,
- a wide range of widgets for selecting characters, fonts, colors,
- actions, dates and times, or MIME types, as well as platform-aware
- dialogs for configuration pages, message boxes, and password requests.
- .
- This package contains the translations.
+        qml-module-org-kde-kquickcontrols (<< 5.37),
diff --git a/debian/libkf5widgetsaddons-doc.install b/debian/libkf5widgetsaddons-doc.install
new file mode 100644
index 0000000..4a38c20
--- /dev/null
+++ b/debian/libkf5widgetsaddons-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5WidgetsAddons.qch
+usr/share/qt5/doc/KF5WidgetsAddons.tags
diff --git a/debian/rules b/debian/rules
index a0d81e5..4fdd920 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_QCH=ON
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5widgetsaddons5-dbg (<= 5.19.0-1~~)'
 

-- 
kwidgetsaddons packaging



More information about the pkg-kde-commits mailing list