[SCM] kemoticons packaging branch, master, updated. debian/5.36.0-1-9-g8e9a1e1
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 11:21:41 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kemoticons.git;a=commitdiff;h=f84614f
The following commit has been merged in the master branch:
commit f84614f6a52a5604aca2e2771116a884d470bb7f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 16:53:33 2017 +0200
Add a libkf5emoticons-doc package for the qch files
---
debian/control | 55 ++++++++++++++++++++++++++++++++++++-------------------
debian/rules | 3 +++
2 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/debian/control b/debian/control
index e28371a..82b4d16 100644
--- a/debian/control
+++ b/debian/control
@@ -5,35 +5,22 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>, Diane Trout <diane at ghic.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.37.0~),
+ graphviz,
libkf5archive-dev (>= 5.37.0~),
libkf5config-dev (>= 5.37.0~),
libkf5coreaddons-dev (>= 5.37.0~),
libkf5service-dev (>= 5.37.0~),
+ libqt5sql5-sqlite,
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/kemoticons
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kemoticons.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kemoticons.git
-Package: libkf5emoticons-dev
-Section: libdevel
-Architecture: any
-Depends: libkf5archive-dev (>= 5.37.0~),
- libkf5emoticons5 (= ${binary:Version}),
- libkf5service-dev (>= 5.37.0~),
- qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
-Description: Support for emoticons and emoticons themes.
- This class can be used to retrieve, install,
- create emoticons theme. It can also be used to
- set the emoticon theme and the parse mode in the
- config file.
- .
- Contains development files for kemoticons.
-Breaks: libkf5kdelibs4support-dev (<< 5.37)
-
Package: libkf5emoticons-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -61,12 +48,42 @@ Description: Support for emoticons and emoticons themes.
.
This package contains the data files.
+Package: libkf5emoticons-dev
+Section: libdevel
+Architecture: any
+Depends: libkf5archive-dev (>= 5.37.0~),
+ libkf5emoticons5 (= ${binary:Version}),
+ libkf5service-dev (>= 5.37.0~),
+ qtbase5-dev (>= 5.7.0~),
+ ${misc:Depends},
+Breaks: libkf5kdelibs4support-dev (<< 5.37)
+Recommends: libkf5emoticons-doc (= ${source:Version})
+Description: Support for emoticons and emoticons themes.
+ This class can be used to retrieve, install,
+ create emoticons theme. It can also be used to
+ set the emoticon theme and the parse mode in the
+ config file.
+ .
+ Contains development files for kemoticons.
+
+Package: libkf5emoticons-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Support for emoticons and emoticons themes (documentation)
+ This class can be used to retrieve, install,
+ create emoticons theme. It can also be used to
+ set the emoticon theme and the parse mode in the
+ config file.
+ .
+ This package contains the qch documentation files.
+
Package: libkf5emoticons5
Architecture: any
Multi-Arch: same
Depends: libkf5emoticons-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Recommends: libkf5emoticons-bin (= ${binary:Version})
Description: Support for emoticons and emoticons themes.
This class can be used to retrieve, install,
diff --git a/debian/rules b/debian/rules
index 76f1c84..59ab05d 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='libkf5emoticons5-dbg (<= 5.19.0-1~~)'
--
kemoticons packaging
More information about the pkg-kde-commits
mailing list