[SCM] qttools packaging branch, experimental, updated. debian/5.7.0-1-3-g9d6c948

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Aug 27 15:21:21 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 9d6c9481a1e3b85bde866c5a3876fa9d1aa7521f
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Aug 27 12:21:01 2016 -0300

    Make qttools5-dev depend upon qttools5-dev-tools (Closes: #835295).
---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 91b44b7..0f92c13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,13 @@ qttools-opensource-src (5.7.0-2) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Mark qttools5-dev-tools as M-A: same. The package is coinstallable and
     files shipped in /usr/share/qt5/ are really architecture-independent.
+  * Make qttools5-dev depend upon qttools5-dev-tools (Closes: #835295).
+    qtttools5-dev ships CMake files that both set variables for building
+    against the libs shipped in it and to use some of the tools shipped by
+    qttools5-dev-tools. If at some later point we need to break this
+    relationship the easiest way would be to split qttools5-dev-tools
+    into the necessary parts.
+    Thanks Harald Sitter for the bug report and the patch.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 27 Aug 2016 11:54:10 -0300
 
diff --git a/debian/control b/debian/control
index 947b18b..cc4e381 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,7 @@ Depends: libqt5clucene5 (= ${binary:Version}),
          libqt5designercomponents5 (= ${binary:Version}),
          libqt5help5 (= ${binary:Version}),
          qtbase5-dev,
+         qttools5-dev-tools (= ${binary:Version}),
          ${misc:Depends}
 Description: Qt 5 tools development files
  Qt is a cross-platform C++ application framework. Qt's primary feature

-- 
qttools packaging



More information about the pkg-kde-commits mailing list