This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 472f75cde592ae386e2755bbaa6c3d353716655d Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 23 03:23:49 2018 +0100 debian/rules: call qmake instead of qmake-qt5. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c9715c..325ad78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -156,6 +156,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Add all clause. - Make sure to select Qt5 variant, even though we probably won't use debhelper to build Qt projects. + - Call qmake instead of qmake-qt5. * debian/compat: - Bump DH compat level to 9. diff --git a/debian/rules b/debian/rules index dd00265..ccd1f02 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export QT_SELECT=qt5 configure: configure-stamp configure-stamp: dh_testdir - cd cdmanager/powerej && qmake-qt5 powerej.pro + cd cdmanager/powerej && qmake powerej.pro touch $@ build: build-arch build-indep -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git