[SCM] sonnet packaging branch, master, updated. debian/5.37.0-2-100-g6ea1571

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 19:01:38 UTC 2018


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

The following commit has been merged in the master branch:
commit f503d30be6442cc43418aa5ce553b633a5998665
Author: Harald Sitter <sitter at kde.org>
Date:   Fri May 6 12:20:28 2016 +0200

    add missing builtin substvars to -dev to have it properly generate deps
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7709d17..b9f068e 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,9 @@ Section: libdevel
 Architecture: any
 Depends: libkf5sonnetcore5 (= ${binary:Version}),
          libkf5sonnetui5 (= ${binary:Version}),
-         qtbase5-dev (>= 5.4)
+         qtbase5-dev (>= 5.4),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: spell checking library for Qt
  Sonnet is a Qt based library that offers easy access to spell
  checking using various plugin based backends.  It is part of KDE

-- 
sonnet packaging



More information about the pkg-kde-commits mailing list