The branch, master has been updated via 9da2c4d6265d79db87121bb529901759f3c2af4f (commit) via db9fa7f16780b11876c1b66399be76929feaea03 (commit) from 0253416b5e4b2e90b0a142b9219c3e808def41d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9da2c4d6265d79db87121bb529901759f3c2af4f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 20 20:31:07 2012 +0100 typo fix commit db9fa7f16780b11876c1b66399be76929feaea03 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 20 10:16:49 2012 +0100 Let x2goserver package suggest x2goserver-fmbindings. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/control | 1 + x2goserver/bin/x2goumount-session | 2 +- 3 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ef996c8..24be3ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ x2goserver (3.1.0.0-0~x2go1) UNRELEASED; urgency=low - Allow other $XAUTHORITY values than the default ($HOME/.Xauthority). - For x2gomountdirs / x2goumount-session allow other TMP paths than /tmp. Use ENV{'TMP'} instead, unless it is empty. Then use /tmp. + * Let x2goserver package suggest x2goserver-fmbindings. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 01 Feb 2012 13:45:00 +0100 diff --git a/debian/control b/debian/control index 8ca849c..ae422e5 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Suggests: x2goserver-printing (= ${source:Version}), x2goserver-compat (= ${source:Version}), x2goserver-xsession (= ${source:Version}), + x2goserver-fmbindings (= ${source:Version}), x2goserver-pyhoca (= ${source:Version}) Breaks: x2goserver-one, diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 3cf856c..88bc7fc 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -34,7 +34,7 @@ setlogmask( LOG_UPTO(x2gologlevel()) ); syslog('info', "x2goumount-session has been called with options: @ARGV"); -my $tmp_dir = $ENV{'TMP'} || '/tmp' +my $tmp_dir = $ENV{'TMP'} || '/tmp'; my $session=shift; my $only_path=shift; hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).