diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-17 17:24:38 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-19 16:25:01 +0300 |
commit | 87177f65b2137dae9184ede5dbb72767e37e650a (patch) | |
tree | fb73a47652ba2f7011faeaa535cc062c659f2e70 | |
parent | f536a4a6b5a566f4c1ca0728eab00d4f32239ec1 (diff) | |
download | qtbase-87177f65b2137dae9184ede5dbb72767e37e650a.tar.gz |
Move ${shlibs:Depends} from qt5-qmake to qt5-qmake-bin.
(cherry picked from commit 384e7f351b16c6c5c9efeec2ccb0b640cf6147d0)
-rw-r--r-- | debian/control | 5 |
1 files 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. |