The branch, master has been updated via e7060acc301ac402c64aaf554509b82a1697b69f (commit) from 9ab3a62536d24816c01ab3aa31881516fb9e1aac (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 e7060acc301ac402c64aaf554509b82a1697b69f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 18 21:23:16 2013 +0100 Adapt man page installation to moval of x2gobroker(-testauth) from an sbin to a bin directory (executable for any user). ----------------------------------------------------------------------- Summary of changes: Makefile | 6 +++++- debian/changelog | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/Makefile b/Makefile index ee09c35..f48fcd8 100755 --- a/Makefile +++ b/Makefile @@ -125,8 +125,12 @@ install: # x2gobroker mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \ + "${DESTDIR}${MANDIR}/man1" + mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \ "${DESTDIR}${MANDIR}/man8" - ${INSTALL_FILE} man/man8/x2gobroker{,-keygen,-testauth}.8* \ + ${INSTALL_FILE} man/man1/x2gobroker{,-testauth}.1* \ + "${DESTDIR}${MANDIR}/man1" + ${INSTALL_FILE} man/man8/x2gobroker-keygen.8* \ "${DESTDIR}${MANDIR}/man8" ${INSTALL_PROGRAM} bin/x2gobroker bin/x2gobroker-testauth \ "${DESTDIR}${BINDIR}/" diff --git a/debian/changelog b/debian/changelog index 01103aa..b020a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low - Add new helper tool: x2gobroker-daemon-debug. - WebUI "plain": throw explainative log errors for every 404 http error. - Fix man pages (layout issues on x2gobroker-authservice man page). + - Adapt man page installation to moval of x2gobroker(-testauth) from + an sbin to a bin directory (executable for any user). * debian/control: + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. + Fix SYNOPSIS texts. 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).