The branch, release/4.0.1.x has been updated via aab237ea7f03619cb1e76b07d8eb2cc0913df25f (commit) from f7ea81f0ceb71626b3c5a4c6aec3e3b7e24b624e (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 aab237ea7f03619cb1e76b07d8eb2cc0913df25f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 30 22:21:05 2013 +0200 Install Xsession file as executable. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 ++++- x2goserver-xsession/Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 983ecbf..d7f9bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,10 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low + [ Orion Poplawski ] * New upstream version (4.0.1.7): - - Continue development... + - Install Xsession file as executable. + + [ Mike Gabriel ] * /debian/control: - Update LONG_DESCRIPTIONS. diff --git a/x2goserver-xsession/Makefile b/x2goserver-xsession/Makefile index 6ce7beb..b0945b9 100755 --- a/x2goserver-xsession/Makefile +++ b/x2goserver-xsession/Makefile @@ -66,7 +66,7 @@ install_config: # provide target dirs for X11 related symlinks mkdir -p $(DESTDIR)/etc/X11/Xsession.d touch $(DESTDIR)/etc/X11/Xsession.options - $(INSTALL_FILE) etc/Xsession $(DESTDIR)$(ETCDIR)/ + $(INSTALL_PROGRAM) etc/Xsession $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/ 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).