[SCM] kiconthemes packaging branch, master, updated. debian/5.36.0-1-9-ge611509
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:21:56 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kiconthemes.git;a=commitdiff;h=bbc0bae
The following commit has been merged in the master branch:
commit bbc0bae4dbda80d9457df0195284ff8ce7c9fc47
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 17:06:24 2017 +0200
Add a libkf5iconthemes-doc package for the qch files
---
debian/control | 57 +++++++++++++++++++++++--------------
debian/libkf5iconthemes-doc.install | 2 ++
debian/rules | 3 ++
3 files changed, 41 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index 12f310c..3850756 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +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~),
+ graphviz,
libkf5archive-dev (>= 5.37.0~),
libkf5configwidgets-dev (>= 5.37.0~),
libkf5coreaddons-dev (>= 5.37.0~),
libkf5i18n-dev (>= 5.37.0~),
libkf5itemviews-dev (>= 5.37.0~),
libkf5widgetsaddons-dev (>= 5.37.0~),
+ libqt5sql5-sqlite,
libqt5svg5-dev (>= 5.7.0~),
pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev (>= 5.7.0~)
+ qtbase5-dev (>= 5.7.0~),
+ qttools5-dev-tools (>= 5.4),
Standards-Version: 4.0.0
Homepage: https://projects.kde.org/projects/frameworks/kiconthemes
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kiconthemes.git
@@ -29,6 +33,16 @@ Description: Support for icon themes
.
This package contains runtime binaries.
+Package: libkf5iconthemes-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Support for icon themes.
+ Library to use/access icon themes in Qt. These classes
+ are used by the iconloader but can be used by others too.
+ .
+ This package contains the data files.
+
Package: libkf5iconthemes-dev
Section: libdevel
Architecture: any
@@ -38,12 +52,7 @@ Depends: libkf5configwidgets-dev (>= 5.37.0~),
libkf5itemviews-dev (>= 5.37.0~),
libkf5widgetsaddons-dev (>= 5.37.0~),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
-Description: development files for kiconthemes
- Library to use/access icon themes in Qt. These classes
- are used by the iconloader but can be used by others too.
- .
- Contains development files for kiconthemes.
+ ${misc:Depends},
Breaks: kross-dev (<< 5.37),
libkf5bookmarks-dev (<< 5.37),
libkf5kcmutils-dev (<< 5.37),
@@ -51,18 +60,30 @@ Breaks: kross-dev (<< 5.37),
libkf5khtml-dev (<< 5.37),
libkf5style-dev (<< 5.37),
libkf5textwidgets-dev (<< 5.37),
- libkf5xmlgui-dev (<< 5.37)
+ libkf5xmlgui-dev (<< 5.37),
+Recommends: libkf5iconthemes-doc (= ${source:Version})
+Description: development files for kiconthemes
+ Library to use/access icon themes in Qt. These classes
+ are used by the iconloader but can be used by others too.
+ .
+ Contains development files for kiconthemes.
+
+Package: libkf5iconthemes-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Support for icon themes (documentation)
+ Library to use/access icon themes in Qt. These classes
+ are used by the iconloader but can be used by others too.
+ .
+ This package contains the qch documentation files.
Package: libkf5iconthemes5
Architecture: any
Multi-Arch: same
Depends: libkf5iconthemes-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
-Recommends: libkf5iconthemes-bin (= ${binary:Version})
-Description: Support for icon themes.
- Library to use/access icon themes in Qt. These classes
- are used by the iconloader but can be used by others too.
+ ${shlibs:Depends},
Breaks: frameworkintegration (<< 5.28),
kdesignerplugin (<< 5.37),
libkf5bookmarks5 (<< 5.37),
@@ -84,14 +105,8 @@ Breaks: frameworkintegration (<< 5.28),
libkf5wallet-bin (<< 5.37),
libkf5xmlgui5 (<< 5.37),
plasma-framework (<< 5.37),
- qml-module-org-kde-kquickcontrolsaddons (<< 5.37)
-
-Package: libkf5iconthemes-data
-Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Multi-Arch: foreign
+ qml-module-org-kde-kquickcontrolsaddons (<< 5.37),
+Recommends: libkf5iconthemes-bin (= ${binary:Version})
Description: Support for icon themes.
Library to use/access icon themes in Qt. These classes
are used by the iconloader but can be used by others too.
- .
- This package contains the data files.
diff --git a/debian/libkf5iconthemes-doc.install b/debian/libkf5iconthemes-doc.install
new file mode 100644
index 0000000..2de4d1d
--- /dev/null
+++ b/debian/libkf5iconthemes-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5IconThemes.qch
+usr/share/qt5/doc/KF5IconThemes.tags
diff --git a/debian/rules b/debian/rules
index 8cf1927..5a4a81e 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='libkf5iconthemes5-dbg (<= 5.19.0-1~~)'
--
kiconthemes packaging
More information about the pkg-kde-commits
mailing list