[SCM] sonnet packaging branch, master, updated. debian/5.36.0-1-9-gbedff88
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 17:15:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/sonnet.git;a=commitdiff;h=c1f29e1
The following commit has been merged in the master branch:
commit c1f29e18d76ac90cc54c1edbb06c992798bf8466
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 19:56:08 2017 +0200
Add a libkf5sonnet-doc package for the qch files
---
debian/control | 47 +++++++++++++++++++++++++++--------------
debian/libkf5sonnet-doc.install | 4 ++++
debian/rules | 3 +++
3 files changed, 38 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index abc714c..1fb85a1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,17 +6,20 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: aspell,
cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.37.0~),
+ graphviz,
hspell,
libaspell-dev,
libhunspell-dev,
+ libqt5sql5-sqlite,
libvoikko-dev,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.7.0~),
qttools5-dev (>= 5.4),
qttools5-dev-tools (>= 5.4),
- zlib1g-dev
+ zlib1g-dev,
Standards-Version: 4.0.0
Homepage: http://projects.kde.org/sonnet
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/sonnet.git
@@ -29,7 +32,8 @@ Depends: libkf5sonnet-dev-bin (= ${binary:Version}),
libkf5sonnetcore5 (= ${binary:Version}),
libkf5sonnetui5 (= ${binary:Version}),
qtbase5-dev (>= 5.7.0~),
- ${misc:Depends}
+ ${misc:Depends},
+Recommends: libkf5sonnet-doc (= ${source:Version})
Description: spell checking library for Qt, devel files
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
@@ -51,13 +55,35 @@ Description: spell checking library for Qt, devel binaries
.
This package contains the utility programs related to the Sonnet framework.
+Package: libkf5sonnet-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: spell checking library for Qt (documentation)
+ Sonnet is a Qt based library that offers easy access to spell
+ checking using various plugin based backends. It is part of KDE
+ Frameworks 5.
+ .
+ This package contains the qch documentation files.
+
+Package: libkf5sonnet5-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: spell checking library for Qt, data files
+ Sonnet is a Qt based library that offers easy access to spell
+ checking using various plugin based backends. It is part of KDE
+ Frameworks 5.
+ .
+ This package contains the translations.
+
Package: libkf5sonnetcore5
Section: libs
Architecture: any
Multi-Arch: same
Depends: libkf5sonnet5-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Recommends: sonnet-plugins (= ${binary:Version})
Description: spell checking library for Qt, core lib
Sonnet is a Qt based library that offers easy access to spell
@@ -65,7 +91,7 @@ Description: spell checking library for Qt, core lib
Frameworks 5.
Breaks: libkf5khtml5 (<< 5.37),
libkf5texteditor5 (<< 5.37),
- libkf5textwidgets5 (<< 5.37)
+ libkf5textwidgets5 (<< 5.37),
Package: libkf5sonnetui5
Architecture: any
@@ -82,18 +108,7 @@ Description: spell checking library for Qt, ui lib
Breaks: kdesignerplugin (<< 5.37),
libkf5khtml5 (<< 5.37),
libkf5texteditor5 (<< 5.37),
- libkf5textwidgets5 (<< 5.37)
-
-Package: libkf5sonnet5-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: spell checking library for Qt, data files
- Sonnet is a Qt based library that offers easy access to spell
- checking using various plugin based backends. It is part of KDE
- Frameworks 5.
- .
- This package contains the translations.
+ libkf5textwidgets5 (<< 5.37),
Package: sonnet-plugins
Section: kde
diff --git a/debian/libkf5sonnet-doc.install b/debian/libkf5sonnet-doc.install
new file mode 100644
index 0000000..a7f3384
--- /dev/null
+++ b/debian/libkf5sonnet-doc.install
@@ -0,0 +1,4 @@
+usr/share/qt5/doc/KF5SonnetCore.qch
+usr/share/qt5/doc/KF5SonnetCore.tags
+usr/share/qt5/doc/KF5SonnetUi.qch
+usr/share/qt5/doc/KF5SonnetUi.tags
diff --git a/debian/rules b/debian/rules
index 76aa1ac..8689d1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,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='libkf5sonnet5-dbg (<= 5.19.0-1~~)'
--
sonnet packaging
More information about the pkg-kde-commits
mailing list