Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster) (original) (raw)
- To: 874851@bugs.debian.org, Debian Mentors List <debian-mentors@lists.debian.org>
- Subject: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- From: Andreas Tille <andreas@an3as.eu>
- Date: Mon, 11 Sep 2017 09:45:19 +0200
- Message-id: <[🔎] 20170911074519.d3npjhs7c2bed22m@an3as.eu>
- In-reply-to: 20170909190314.GA28371@pryan.ekaia.org
- References: 20170909190314.GA28371@pryan.ekaia.org
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),
libqt4-dev
qtbase5-dev,
qtbase5-dev-tools,
qttools5-dev-tools
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:
qmake-qt4
qmake # did not found a better way to push hardening flags into Makefile sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \ -e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
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
Reply to:
- Follow-Ups:
- Prev by Date:Bug#874428: RFS: goldendict/1.5.0~git20160508.g92b5485-1.2 [RC, NMU]
- Next by Date:Bug#874428: RFS: goldendict/1.5.0~git20160508.g92b5485-1.2 [RC, NMU]
- Previous by thread:Bug#875307: marked as done (RFS: spyder-unittest/0.2.0-1)
- Next by thread:Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Index(es):