The branch, build-baikal has been updated via e4229c2ccb033dda63c92b65f40570feb3da339b (commit) from 55852fbd7d38a5486e02b405d6778c17a3d77e8a (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/Makefile | 6 ++++++ 2 files changed, 8 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9567fa1..0d91c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low - Move X2Go SQL configuration files (/etc/x2go/x2gosql) into package libx2go-server-db-perl. - Only extend LD_LIBRARY_PATH by Xrandr extension for KDE. Breaks GNOME. + - Install /etc/x2go/x2go_logout with its directory x2go_logout.d via Makefile + installation. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Depend on nx-libs (>=3.5.0.15-0~) which has the Xrandr symlinks folder. diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 87af41a..1e6315d 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -67,6 +67,9 @@ install_scripts: install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) $(INSTALL_FILE) etc/x2goserver.conf $(DESTDIR)$(ETCDIR)/ + $(INSTALL_DIR) $(DESTDIR)$(ETCDIR)/x2go_logout.d + $(INSTALL_FILE) etc/x2go_logout $(DESTDIR)$(ETCDIR)/ + $(INSTALL_FILE) etc/x2go_logout.d/* $(DESTDIR)$(ETCDIR)/x2go_logout.d/ install_man: $(INSTALL_DIR) $(DESTDIR)$(MANDIR) @@ -92,6 +95,9 @@ uninstall_scripts: uninstall_config: $(RM_FILE) $(DESTDIR)$(ETCDIR)/x2goserver.conf + $(RM_FILE) $(DESTDIR)$(ETCDIR)/x2go_logout.d/* + $(RM_FILE) $(DESTDIR)$(ETCDIR)/x2go_logout + $(RM_DIR) $(DESTDIR)$(ETCDIR)/x2go_logout.d || true $(RM_DIR) $(DESTDIR)$(ETCDIR) || true uninstall_man: 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).