summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-10-17 17:24:38 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-10-17 17:24:38 +0300
commit384e7f351b16c6c5c9efeec2ccb0b640cf6147d0 (patch)
tree706babe4937da117f46d0ed0fef018d97cc8974c
parentb9d059ce09e80d2ef9b93e0f8a03c249d48b2b1b (diff)
downloadqtbase-384e7f351b16c6c5c9efeec2ccb0b640cf6147d0.tar.gz
Move ${shlibs:Depends} from qt5-qmake to qt5-qmake-bin.
-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.