[SCM] qttools packaging branch, master, updated. debian/5.9.2-3-3-g0cc0e7f

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Nov 27 08:23:34 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=0cc0e7f

The following commit has been merged in the master branch:
commit 0cc0e7f771d40d1c35c03ae34569dbe24abb38d8
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Nov 27 11:21:00 2017 +0300

    Make qttools5-dev-tools depend on libqt5sql5-sqlite.
    
    It is needed by qhelpgenerator, and having a Depends: here is easier
    to handle cross-building.
    
    Thanks to Helmut Grohne for the suggestion.
---
 debian/changelog | 4 ++++
 debian/control   | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41436cb..2033398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ qttools-opensource-src (5.9.2-4) UNRELEASED; urgency=medium
   * Do not override dh_auto_configure anymore.
     Require debhelper >= 10.9.2~ (Closes: #880937).
 
+  [ Dmitry Shachnev ]
+  * Make qttools5-dev-tools depend on libqt5sql5-sqlite, it is needed by
+    qhelpgenerator and Qt Assistant.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Nov 2017 16:27:47 -0300
 
 qttools-opensource-src (5.9.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7704671..738baae 100644
--- a/debian/control
+++ b/debian/control
@@ -106,8 +106,7 @@ Package: qttools5-dev-tools
 Architecture: any
 Multi-Arch: foreign
 Section: devel
-Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
-Recommends: libqt5sql5-sqlite
+Depends: libqt5sql5-sqlite, qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Breaks: qtbase5-dev-tools (<< 5.6.0~), qttools5-dev (<< 5.5.0-2~)
 Replaces: qtbase5-dev-tools (<< 5.6.0~), qttools5-dev (<< 5.5.0-2~)
 Description: Qt 5 development tools

-- 
qttools packaging



More information about the pkg-kde-commits mailing list