The branch, build-main has been updated via 00034ba69ecca2523dc6ad1b5b16f9952508683c (commit) from 14f559e001506c6aefb74a8c8c74470ab2dc3963 (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 | 3 +++ debian/control | 3 +++ 2 files changed, 6 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 73dcd8f..42e3641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ x2gobroker (0.0.0.1-0~x2go1) UNRELEASED; urgency=low - Using our own PAM service ,,x2gobroker''. * /debian/control: + Add an initial dependency selection to the various Depends fields. + + Make sure libx2go-broker-perl of the same version gets installed + with x2gobroker-common. + + Add dependencies: libauthen-pam-perl, libauthen-simple-pam-perl. * Fix code indentations (spaces replaced by tabs, use proper indentation levels). diff --git a/debian/control b/debian/control index c58792f..3381442 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Package: x2gobroker-common Architecture: all Depends: ${misc:Depends}, + libx2go-broker-perl (>= ${source:Version}), libx2go-broker-perl (<< ${source:Version}.1~), Description: X2Go http(s) based session broker (common files) X2Go is a serverbased computing environment with - session resuming @@ -133,6 +134,8 @@ Depends: apache2 | httpd, perl, x2gobroker-common (>= ${source:Version}), x2gobroker-common (<< ${source:Version}.1~), + libauthen-pam-perl, + libauthen-simple-pam-perl, Description: X2Go http(s) session broker (for demo purposes only) X2Go is a serverbased computing environment with - session resuming 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).