[SCM] qtbase packaging branch, master, updated. debian/5.9.1+dfsg-12-2-g384e7f3

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Oct 17 14:24:54 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=384e7f3

The following commit has been merged in the master branch:
commit 384e7f351b16c6c5c9efeec2ccb0b640cf6147d0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Oct 17 17:24:38 2017 +0300

    Move ${shlibs:Depends} from qt5-qmake to qt5-qmake-bin.
---
 debian/changelog | 2 ++
 debian/control   | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da3899b..2157495 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtbase-opensource-src (5.9.1+dfsg-13) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Move ${shlibs:Depends} from qt5-qmake to qt5-qmake-bin.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 17 Oct 2017 17:21:52 +0300
 
diff --git a/debian/control b/debian/control
index 4b97471..6fe3e22 100644
--- a/debian/control
+++ b/debian/control
@@ -392,7 +392,7 @@ Package: qt5-qmake-bin
 Architecture: any
 Multi-Arch: foreign
 Section: devel
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: qt5-qmake (<< 5.9.1+dfsg-12~)
 Replaces: qt5-qmake (<< 5.9.1+dfsg-12~)
 Description: Qt 5 qmake Makefile generator tool — binary file
@@ -408,8 +408,7 @@ Multi-Arch: same
 Section: devel
 Depends: qt5-qmake-bin (= ${binary:Version}),
          qtchooser (>= 55-gc9562a1-1~),
-         ${misc:Depends},
-         ${shlibs:Depends}
+         ${misc:Depends}
 Description: Qt 5 qmake Makefile generator tool
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list