This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from f4864b3 X.Org upstream spells it KDrive, not Kdrive. new 8bd90c2 x2gokdriveclient.pro: we require C++11, so set this via CONFIG. new e6c6884 x2gokdriveclient.pro: whitespace only. new 2e34dfd debian/rules: let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. The 3 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 | 11 +++++++++++ debian/rules | 2 +- x2gokdriveclient.pro | 3 +-- 3 files changed, 13 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 8bd90c22c841718e64816d10912ec9560cb9dab2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 11:23:35 2020 +0100 x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly for documentation purposes, since this feature should be enabled by default. --- debian/changelog | 7 +++++++ x2gokdriveclient.pro | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d6df311..96186ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + [ Mike Gabriel ] * Initial release. + [ Mihai Moldovan ] + * Initial release: + - x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly + for documentation purposes, since this feature should be enabled by + default. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/x2gokdriveclient.pro b/x2gokdriveclient.pro index d8ceb8c..a3c7601 100644 --- a/x2gokdriveclient.pro +++ b/x2gokdriveclient.pro @@ -5,7 +5,7 @@ TEMPLATE = app TARGET = x2gokdriveclient INCLUDEPATH += . -CONFIG += console +CONFIG += console c++11 QT += widgets QT += network -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 2e34dfd74818686661bbebd7dff4de1407c0e0ca Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 11:26:30 2020 +0100 debian/rules: let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 738b40c..6e5fed2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,5 +9,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium for documentation purposes, since this feature should be enabled by default. - x2gokdriveclient.pro: whitespace only. + * debian/rules: + * Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. + Especially needed for C++11 support. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/rules b/debian/rules index 7603c06..6d63344 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_configure: dh_auto_configure override_dh_auto_build: - qmake QMAKE_CFLAGS="${CPPFLAGS} ${CFLAGS}" QMAKE_CXXFLAGS="${CPPFLAGS} ${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" x2gokdriveclient.pro + qmake QMAKE_CFLAGS+="${CPPFLAGS} ${CFLAGS}" QMAKE_CXXFLAGS+="${CPPFLAGS} ${CXXFLAGS}" QMAKE_LFLAGS+="${LDFLAGS}" x2gokdriveclient.pro override_dh_install: mkdir -p $(CURDIR)/debian/x2gokdriveclient/usr/bin/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit e6c68843420d07fffa8ec756b42a4c5ffd86fe64 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 11:23:57 2020 +0100 x2gokdriveclient.pro: whitespace only. --- debian/changelog | 1 + x2gokdriveclient.pro | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 96186ad..738b40c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,5 +8,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly for documentation purposes, since this feature should be enabled by default. + - x2gokdriveclient.pro: whitespace only. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/x2gokdriveclient.pro b/x2gokdriveclient.pro index a3c7601..f3df708 100644 --- a/x2gokdriveclient.pro +++ b/x2gokdriveclient.pro @@ -22,4 +22,3 @@ RESOURCES += resources.qrc # Input SOURCES += main.cpp client.cpp displayarea.cpp HEADERS += client.h displayarea.h - -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git