The branch, build-main has been updated via 933e9a79d24b0669de27ba229d07329fcd1c2385 (commit) from 4cb228d3cfee43162922b2f8fbf4064fd0b39a82 (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/control | 37 ++++++++++++++++++++++++++++++++++++- debian/rules | 1 + debian/x2gobroker-common.install | 1 - 3 files changed, 37 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/control b/debian/control index dd5b395..f552bdb 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Standards-Version: 3.9.3 Package: x2gobroker-simple Architecture: all Depends: - ${perl:Depends}, ${misc:Depends}, Description: X2Go http(s) session broker (simple broker) X2Go is a serverbased computing environment with @@ -63,3 +62,39 @@ Description: X2Go http(s) based session broker (common files) . This package contains common files needed by all X2Go session brokers being package for this distribution. + +Package: x2gobroker-commmand +Architecture: any +Depends: + ${misc:Depends}, +Description: X2Go http(s) based session broker (common files) + X2Go is a serverbased computing environment with + - session resuming + - low bandwidth support + - LDAP support + - client side mass storage mounting support + - client side printing support + - audio support + - authentication by smartcard and USB stick + . + The session broker is a server tool for X2Go that + tells your X2Go Client application in a terminal + server cluster what servers and session types are + most appropriate for the user in front of the + X2Go terminal. + . + A session broker is most useful in load balanced + X2Go server farms. + . + This package contains a setuid backend command that + is required by the X2Go session broker. + . + WARNING: This packages installs the setuid wrapper + /usr/lib/x2go/broker/x2gobroker-command on your system. + This wrapper is only able to execute the Perl script + /usr/lib/x2go/broker/x2gobroker-command.pl. This is + done with setuid privileges. + . + If you hesitate to install this package, study the code + of the named wrapper and the named Perl script beforehand. + Nonetheless, you act on your own risk from here. diff --git a/debian/rules b/debian/rules index a190714..42ff909 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/debhelper.mk \ No newline at end of file diff --git a/debian/x2gobroker-common.install b/debian/x2gobroker-common.install index 4f12f9f..e69de29 100644 --- a/debian/x2gobroker-common.install +++ b/debian/x2gobroker-common.install @@ -1 +0,0 @@ -lib/x2gobroker-command usr/lib/x2go/broker/ \ No newline at end of file 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).