The branch, master has been updated via 2edbb54fdec01f43f2e4a140f2e7bffb1d4b5fb6 (commit) from 24f47339e7c6c57665d37deacfba75140f5f725f (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 2edbb54fdec01f43f2e4a140f2e7bffb1d4b5fb6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 21 22:13:50 2013 +0100 Makefile: Clean up x2gobroker-agent binary. ----------------------------------------------------------------------- Summary of changes: Makefile | 3 +++ debian/changelog | 1 + debian/rules | 1 + 3 files changed, 5 insertions(+) The diff of changes is: diff --git a/Makefile b/Makefile index 58b74f2..c1dd915 100755 --- a/Makefile +++ b/Makefile @@ -140,3 +140,6 @@ install: ${INSTALL_PROGRAM} bin/x2gobroker bin/x2gobroker-testauth \ "${DESTDIR}${BINDIR}/" ${INSTALL_PROGRAM} sbin/x2gobroker-keygen "${DESTDIR}${SBINDIR}/" + +clean: + ${RM_FILE} lib/x2gobroker-agent diff --git a/debian/changelog b/debian/changelog index ae86bdf..fafff87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low location of the authservice socket file. - Let x2gobroker-authservice take care of tidying up its own socket file. - Provide PAM config file for Debian and RHEL separately (as they differ). + - Makefile: Clean up x2gobroker-agent binary. * debian/control: + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. + Fix SYNOPSIS texts. diff --git a/debian/rules b/debian/rules index 3541dc2..58c1ddd 100755 --- a/debian/rules +++ b/debian/rules @@ -36,3 +36,4 @@ common-binary-indep:: clean:: rm -f pam/x2gobroker + rm -f lib/x2gobroker-agent hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).