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




Hi,

I tried to port clustalx[1] to Qt5 by the following patch:

diff --git a/debian/control b/debian/control index 569d145..efee27b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Uploaders: Steffen Moeller moeller@debian.org, Section: science Priority: optional Build-Depends: debhelper (>= 9),

Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clustalx.git Vcs-Git: https://anonscm.debian.org/git/debian-med/clustalx.git diff --git a/debian/rules b/debian/rules index e52b82f..75d1955 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@

override_dh_auto_configure:

Unfortunately this ends up in:

qmake: could not find a Qt installation of ''

and I admit this pretty useless error message seems to be a usual pattern. I wonder whether there is any better chance to find out what Build-Depends is missing.

Kind regards

  Andreas.

[1] https://anonscm.debian.org/git/debian-med/clustalx.git

-- http://fam-tille.de


Reply to: