The branch, build-main has been updated via e4f4a3be711ee2246032b555da42151dfb232af8 (commit) from 0318f27362e56d6587c82d63926cfe677eaccffd (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 98fff88..4bf0feb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ x2gobroker (0.0.1.1-0~x2go1) UNRELEASED; urgency=low - Fix hard-coded path to x2gobroker's authservice socket. * /debian/control: + Fix --root parameter in DEB_PYTHON_INSTALL_ARGS. + + Let bin:package x2gobroker-authservice depend on python-x2gobroker (of the + same version). (Fixes: #170). * Properly remove the X2Go Session broker log files on package purgal. * Let bin:package x2gobroker-authservice create x2gouser:x2gouser, as well. (Fixes: #171). diff --git a/debian/control b/debian/control index 45e0eae..a493d8a 100644 --- a/debian/control +++ b/debian/control @@ -90,6 +90,7 @@ Depends: python, python-argparse, python-setproctitle, + python-x2gobroker (>= ${source:Version}), python-x2gobroker (<< ${source:Version}.1~), Suggests: x2gobroker-daemon, Description: X2Go http(s) based session broker (PAM authentication service) 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).