[SCM] qtbase packaging branch, experimental, updated. debian/5.9.2+dfsg-2-13-gf8d183e

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Oct 19 14:13:49 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 87177f65b2137dae9184ede5dbb72767e37e650a
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.
    
    (cherry picked from commit 384e7f351b16c6c5c9efeec2ccb0b640cf6147d0)
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9f411bc..4938908 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