The branch, master has been updated via ec0343d824de168ef278dc2dfcfa258724df8b5b (commit) from ded56322983f5e66647a0d16fa496b77017d6f92 (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 ec0343d824de168ef278dc2dfcfa258724df8b5b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 15 22:14:36 2012 +0200 /debian/control: Add an initial dependency selection to the various Depends fields. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/control | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b4e2099..22bd8c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,5 +2,7 @@ x2gobroker (0.0.0.1-0~x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * Setting up new public X2Go project: x2gohttpbroker. + * /debian/control: + + Add an initial dependency selection to the various Depends fields. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 15 Sep 2012 17:30:24 +0200 diff --git a/debian/control b/debian/control index 04024e5..b20d578 100644 --- a/debian/control +++ b/debian/control @@ -10,11 +10,11 @@ Build-Depends: cdbs (>= 0.4.90~), Standards-Version: 3.9.3 -Package: x2gobroker-simple +Package: x2gobroker-common Architecture: all Depends: ${misc:Depends}, -Description: X2Go http(s) session broker (simple broker) +Description: X2Go http(s) based session broker (common files) X2Go is a serverbased computing environment with - session resuming - low bandwidth support @@ -33,15 +33,17 @@ Description: X2Go http(s) session broker (simple broker) A session broker is most useful in load balanced X2Go server farms. . - This package contains a simple example of an X2Go session - broker. + This package contains common files needed by all X2Go session + brokers being package for this distribution. -Package: x2gobroker-common +Package: x2gobroker-simple Architecture: all Depends: - ${perl:Depends}, ${misc:Depends}, -Description: X2Go http(s) based session broker (common files) + apache2 | httpd, + perl, + x2gobroker-common (>= ${source:Version}), x2gobroker-common (<< ${source:Version}.1~), +Description: X2Go http(s) session broker (simple broker) X2Go is a serverbased computing environment with - session resuming - low bandwidth support @@ -60,13 +62,14 @@ Description: X2Go http(s) based session broker (common files) A session broker is most useful in load balanced X2Go server farms. . - This package contains common files needed by all X2Go session - brokers being package for this distribution. + This package contains a simple example of an X2Go session + broker. Package: x2goserver-broker Architecture: any Depends: ${misc:Depends}, + x2goserver, Description: X2Go http(s) based session broker (common files) X2Go is a serverbased computing environment with - session resuming hooks/post-receive -- x2gobroker.git (Debian package x2gobroker) 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" (Debian package x2gobroker).