The branch, master has been updated
via dfcd9b71037ceb7d77b7fe5684d7484e68496129 (commit)
from 927a9cde4f79b0a98eed60a753bd15f5ccbf62a1 (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 dfcd9b71037ceb7d77b7fe5684d7484e68496129
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon Dec 9 13:39:28 2013 +0100
Makefile: pre-set the PERL_INSTALLDIRS var with ,,vendor''. Use pure_install rather than install.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
debian/changelog | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/Makefile b/Makefile
index 6f71a66..03b0484 100755
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ build-indep:
$(MAKE) -C x2goserver-fmbindings $@
install:
- $(MAKE) -f Makefile.perl install
+ $(MAKE) -f Makefile.perl pure_install
$(MAKE) -C x2goserver-common $@
$(MAKE) -C x2goserver $@
$(MAKE) -C libx2go-server-db-perl $@
diff --git a/debian/changelog b/debian/changelog
index 197a8a0..272a424 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,7 +32,8 @@ x2goserver (4.1.0.0-0x2go1) UNRELEASED; urgency=low
who shares his/her desktop.
- Do not superenice desktop sharing / shadow sessions.
- Drop obsolete components x2goserver-compat, x2goserver-pyhoca.
- - Makefile: pre-set the PERL_INSTALLDIRS var with ,,vendor''.
+ - Makefile: pre-set the PERL_INSTALLDIRS var with ,,vendor''. Use
+ pure_install rather than install.
* debian/control:
+ Package X2Go::Log in separate package: libx2go-log-perl.
+ Package X2Go::Server::DB in separate package: libx2go-server-db-perl.
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).