Package: qt5-qmake Version: 5.3.2+dfsg-4+deb8u1 Severity: normal Dear Maintainer,
qt5-qmake should depend on qt5-default or something else. Without that if you install just qt5-qmake, it is broken: Because when I install just qt5-qmake, I got an error: qmake --version qmake: could not find a Qt installation of '' QT_SELECT=qt5 qmake --version qmake: could not find a Qt installation of 'qt5' The same applies to qt4-qmake. Tested on jessie, but the same applies on sid. Attached patch is for master (in case the depending package is qt5-default and not something else). Kind regards, Petr -- System Information: Debian Release: 8.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/12 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages qt5-qmake depends on: ii libc6 2.19-18+deb8u2 ii libgcc1 1:4.9.2-10 ii libstdc++6 4.9.2-10 ii qtchooser 47-gd2b7997-2 qt5-qmake recommends no packages. qt5-qmake suggests no packages. -- no debconf information
>From 92e8ae9a13e081f44bcf8ce24e6f03748a7e64f4 Mon Sep 17 00:00:00 2001 From: Petr Vorel <petr.vo...@gmail.com> Date: Thu, 17 Mar 2016 21:10:38 +0100 Subject: [PATCH] qt5-qmake depends also on qt5-default Signed-off-by: Petr Vorel <petr.vo...@gmail.com> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c8a1065..547c7de 100644 --- a/debian/control +++ b/debian/control @@ -390,7 +390,7 @@ Package: qt5-qmake Architecture: any Multi-Arch: same Section: devel -Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends} +Depends: qtchooser, qt5-default, ${misc:Depends}, ${shlibs: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. -- 2.8.0.rc3