This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 6da97c9 x2gokdriveclient.spec: add BR: pkgconfig(zlib). new 6ad425f AUTHORS: actually add file, whoops. new bf64f43 .gitignore: copy from X2Go Client, adapt to this project. 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: .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ AUTHORS | 1 + debian/changelog | 2 ++ 3 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 AUTHORS -- 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 6ad425fd61bdf93d0cfcd3a9ec8f5b1364d9bcb6 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 19:11:35 2023 +0100 AUTHORS: actually add file, whoops. --- AUTHORS | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..16573c2 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> diff --git a/debian/changelog b/debian/changelog index 4b3da7f..6845a75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -106,6 +106,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium location. It previously only triggered for non-existent Qt6 builds. - x2gokdriveclient.spec: add PREFIX to make call. - x2gokdriveclient.spec: add BR: pkgconfig(zlib). + - AUTHORS: actually add file, whoops. * debian/rules: + Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. -- 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 bf64f43b5d183cef1f2ce6e2cd87267395da6357 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 19:14:36 2023 +0100 .gitignore: copy from X2Go Client, adapt to this project. --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ debian/changelog | 1 + 2 files changed, 41 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8f4a87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Temporary object files/static libs. +*.dylib +*.so +*.so.* +*.[oa] +*.exe +*.lib +*.dll + +client_build/ +.build_man2html +x2gokdriveclient + +# Generated by qmake. +moc_*.cpp +ui_*.h +qrc_resources.cpp + +# VIM temporary files. +.*.sw* + +# Generated by lrelease. +x2goclient_*.qm + +# Generated by qmake when building on OS X. +# Currently not used... +#x2gokdriveclient.app +#x2gokdriveclient.dmg + +x2gokdriveclient.pro.user + +# This file. +.gitignore + +# Generated by Visual Studio. +.vscode/ + +# Auto-generated from template. +# Currently not used, maybe later. +#debian/control diff --git a/debian/changelog b/debian/changelog index 6845a75..b5d5e8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -107,6 +107,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - x2gokdriveclient.spec: add PREFIX to make call. - x2gokdriveclient.spec: add BR: pkgconfig(zlib). - AUTHORS: actually add file, whoops. + - .gitignore: copy from X2Go Client, adapt to this project. * debian/rules: + Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git