[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-204-g4fe465b

X2Go dev team git-admin at x2go.org
Tue Jul 30 22:23:29 CEST 2013


The branch, master has been updated
       via  4fe465b30916b42bca6f2b4d84d68180eb3e99b6 (commit)
      from  49825c704ac911da7da1e6fe14911ab0d4399eae (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 4fe465b30916b42bca6f2b4d84d68180eb3e99b6
Author: Mike Gabriel <mike.gabriel at 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 5278dc4..229c3cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,8 +53,11 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
 
 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 4fe806d..98d16cc 100755
--- a/x2goserver-xsession/Makefile
+++ b/x2goserver-xsession/Makefile
@@ -58,7 +58,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).




More information about the x2go-commits mailing list