This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 91fd53914ac49a72d26b49017ef842bfee342264 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 23 03:23:05 2018 +0100 debian/rules: make sure to select Qt5 variant, even though we probably won't use debhelper to build Qt projects. --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 62227a4..5c9715c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -154,6 +154,8 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Switch to building cdmanager/powerej via Qt5. - Modernize respective build flags. - Add all clause. + - Make sure to select Qt5 variant, even though we probably won't use + debhelper to build Qt projects. * debian/compat: - Bump DH compat level to 9. diff --git a/debian/rules b/debian/rules index 83dfcde..dd00265 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +export QT_SELECT=qt5 + %: dh $@ --parallel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git