[Debian-med-packaging] Bug#874851: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)

Andreas Tille andreas at an3as.eu
Mon Sep 11 10:10:45 UTC 2017


Hi Andrey,

On Mon, Sep 11, 2017 at 01:10:50PM +0500, Andrey Rahmatullin wrote:
> That's not enough, you also need
> export QT_SELECT=qt5

OK, so I did:

$ git diff
diff --git a/debian/rules b/debian/rules
index 75d1955..d4f697f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+QT_SELECT=qt5
+
 %:
        dh $@


> After that you'll get better errors (the first one being "QPushButton: No
> such file or directory").

... but the situation is unchanged at my side in a pbuilder chroot.

Assuming that I would get the error message above I also would have no
idea how to deal with it.  As far as I can see QPushButton is moved to a
different dir:

$ apt-file search QPushButton
libqt4-dev: /usr/include/qt4/QtGui/QPushButton
qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPushButton

but according this it should be found with my provided Build-Depends.

Kind regards

     Andreas.

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list