summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
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@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.