This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 6e4ea44 x2goserver/{bin/x2go{runcommand,suspend-session},sbin/x2gocleansessions}: remove hopefully redundant HOSTNAME export commands. new 21ad1ba debian/control: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move. new 15cd4c2 x2goserver.spec: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move. new c737a7d x2goserver/etc/x2goagent.options: remove file, moved to x2goagent. 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 | 5 +++++ debian/control | 2 +- x2goserver.spec | 2 +- x2goserver/etc/x2goagent.options | 36 ------------------------------------ 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 x2goserver/etc/x2goagent.options -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 21ad1ba82aa59d51cbbb0d91ace946a4700b2a21 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 2 07:22:28 2017 +0100 debian/control: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 78a7d70..8a26609 100644 --- a/debian/changelog +++ b/debian/changelog @@ -109,6 +109,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium - Whitespace fixes. - Add BD on dh-systemd. We'll need it for systemd integration. - Depend upon dbus for dbus-run-session. + - Pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects + the x2goagent.options file move. * debian/rules: - Call the systemd addon to process and install the systemd service file. - Don't fail if we don't have the systemd addon. Systems that don't have diff --git a/debian/control b/debian/control index 3c8c802..7533c5e 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - x2goagent (>= 2:3.5.0.25-0~), + x2goagent (>= 2:3.5.0.33-0~), bash, lsof, bc, -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 15cd4c2958582cae1d1187a807d45ebfb6e7c8e8 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 2 07:24:09 2017 +0100 x2goserver.spec: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8a26609..16ff389 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium should be specified as Requires(posttrans) as well. - Pull in dbus-run-session if possible. Only available on Fedora, SLE12+ and OpenSuSE 13+. + - Pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects + the x2goagent.options file move. * debian/po: - Tiny fixup on author name. * debian/control: diff --git a/x2goserver.spec b/x2goserver.spec index 2981fb7..4f3f0eb 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -125,7 +125,7 @@ Requires: sudo %if 0%{?fedora} > 19 || 0%{?el5} || 0%{?el6} || 0%{?el7} Requires: logcheck %endif -Requires: x2goagent >= 3.5.0.25 +Requires: x2goagent >= 3.5.0.33 Requires(post): grep Requires: grep Requires(post): perl(DBD::SQLite) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit c737a7d59eec8bcea30dcfa8cc97a66d885fcd1e Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 2 07:25:13 2017 +0100 x2goserver/etc/x2goagent.options: remove file, moved to x2goagent. --- debian/changelog | 1 + x2goserver/etc/x2goagent.options | 36 ------------------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16ff389..2d964af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium - x2goserver/{bin/x2go{runcommand,suspend-session}, sbin/x2gocleansessions}: remove hopefully redundant HOSTNAME export commands. + - x2goserver/etc/x2goagent.options: remove file, moved to x2goagent. * x2goserver.spec: - Add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl diff --git a/x2goserver/etc/x2goagent.options b/x2goserver/etc/x2goagent.options deleted file mode 100644 index de4735d..0000000 --- a/x2goserver/etc/x2goagent.options +++ /dev/null @@ -1,36 +0,0 @@ -# -# This file can be used to specify default options that are passed to nxagent. -# -# These options can be overriden by the client! -# -# See the output of `nxagent -help` for the full list of options. -# -# Remember: -# "-extension" disables an extension. -# "+extension" enables an extension. - -X2GO_NXAGENT_DEFAULT_OPTIONS="" - -# Disable XFIXES. -# Workaround for https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/985202 -# -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES" - -# Uncomment to disable GLX, the old mesa version is hopelessly outdated anyways. -# Unbreaks the gnome3 control center -# -#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX" - -# Launch X2Go's X-server x2goagent with option "-nolisten tcp". -# -# This is the default setting and the X2Go developers really recommend not to -# touch this. However, if you play with this (i.e. if you comment it out) you -# should really know what you are doing. -# -# For everyone else: don't touch the line below!!! -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp" - -# Enforce clipboard behaviour in X2Go sessions globally (for all connecting clients) -# Possible values for the -clipboard option: both, server, client, none -# If this option stays commented out, clients can choose the sessions' clipboard behaviour... -#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -clipboard both" -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git