This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 95f7a9f debian/po: regenerate templates and files. new 91fd539 debian/rules: make sure to select Qt5 variant, even though we probably won't use debhelper to build Qt projects. new 472f75c debian/rules: call qmake instead of qmake-qt5. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ debian/rules | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
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
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