The branch, master has been updated via bd0955765cfa6d6c6de1d462fb5a5ab004de65df (commit) from 5b05ae9c35e0971afa386651a762965a6d99a05f (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 bd0955765cfa6d6c6de1d462fb5a5ab004de65df Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 11 22:22:43 2013 +0100 Fix build-arch target in x2goserver/Makefile. (Fixes: #121). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver/Makefile | 2 ++ 2 files changed, 3 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1c67c6a..432dd7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low - Fix failures of x2gogetagent that was related to faulty regexp in SQLite3 DB wrapper script. - Add X2Go Server feature X2GO_LIST_SHADOWSESSIONS. + - Fix build-arch target in x2goserver/Makefile. (Fixes: #121). * /debian/control: + Package X2Go::Log in separate package: libx2go-log-perl. + Package X2Go::Server::DB in separate package: libx2go-server-db-perl. diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 4f19236..f2d6d7a 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -34,6 +34,8 @@ all: clean build build: build-arch build-indep +build-arch: + build-indep: build_man2html build_man2html: 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).