[SCM] sonnet packaging branch, master, updated. debian/5.21.0-1-5-gd588295

Maximiliano Curia maxy at moszumanska.debian.org
Wed May 18 21:43:46 UTC 2016


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

The following commit has been merged in the master branch:
commit ba4e2cce3e6d34afa169c7dbef6f4c29d580b460
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon May 16 10:21:48 2016 +0200

    Add a dev-bin package for the parsetrigrams cross building helper
---
 debian/control                      | 30 ++++++++++++++++++++++--------
 debian/libkf5sonnet-dev-bin.install |  1 +
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6893129..45e5346 100644
--- a/debian/control
+++ b/debian/control
@@ -24,16 +24,30 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/sonnet.git
 Package: libkf5sonnet-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5sonnetcore5 (= ${binary:Version}),
+Depends: libkf5sonnet-dev-bin (= ${binary:Version}),
+         libkf5sonnetcore5 (= ${binary:Version}),
          libkf5sonnetui5 (= ${binary:Version}),
-         qtbase5-dev (>= 5.4.0~)
-Description: spell checking library for Qt
+         qtbase5-dev (>= 5.4.0~),
+         ${misc:Depends}
+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
  Frameworks 5.
  .
  This package contains development files for building software that uses
- libraries from the Sonnet framework
+ libraries from the Sonnet framework.
+
+Package: libkf5sonnet-dev-bin
+Section: libdevel
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: spell checking library for Qt, devel binaries
+ 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 utility programs related to the Sonnet framework.
 
 Package: libkf5sonnetcore5
 Section: libs
@@ -43,7 +57,7 @@ Depends: libkf5sonnet5-data (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: sonnet-plugins (= ${binary:Version})
-Description: spell checking library for Qt
+Description: spell checking library for Qt, core lib
  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.
@@ -53,7 +67,7 @@ Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: sonnet-plugins (= ${binary:Version})
-Description: spell checking library for Qt
+Description: spell checking library for Qt, ui lib
  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.
@@ -65,7 +79,7 @@ Package: libkf5sonnet5-data
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: spell checking library for Qt
+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.
@@ -77,7 +91,7 @@ Section: kde
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: hspell
-Description: spell checking library for Qt
+Description: spell checking library for Qt, plugins
  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.
diff --git a/debian/libkf5sonnet-dev-bin.install b/debian/libkf5sonnet-dev-bin.install
new file mode 100644
index 0000000..0d243ba
--- /dev/null
+++ b/debian/libkf5sonnet-dev-bin.install
@@ -0,0 +1 @@
+usr/bin/parsetrigrams

-- 
sonnet packaging



More information about the pkg-kde-commits mailing list