The branch, master has been updated via 303d9d5306d15017543af331e6d20559917ffde3 (commit) from edbdde4b2e7b688fc0b660c199e84d8352591b9d (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 303d9d5306d15017543af331e6d20559917ffde3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 19:11:57 2013 +0100 Use x2gopath in scripts rather than deprecated x2gobasepath. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- .../x2goserver-gnomebindings.features | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8944397..61b81b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ x2gognomebindings (2.0.2.1-0~x2go1) UNRELEASED; urgency=low * New upstream version (2.0.2.1): - - No changes on the actual GNOMEv2 bindings code. + - Use x2gopath in scripts rather than deprecated x2gobasepath. * /debian/control: - Update LONG_DESCRIPTION. - Add dependency: libgtk2.0-bin. diff --git a/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features b/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features index fb25030..cd4963c 100755 --- a/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features +++ b/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features @@ -20,7 +20,7 @@ # Copyright (C) 2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go` +X2GO_LIB_PATH=`x2gopath libexec` $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@" hooks/post-receive -- x2gognomebindings.git (GNOMEv2 bindings for X2Go) 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 "x2gognomebindings.git" (GNOMEv2 bindings for X2Go).