summaryrefslogtreecommitdiff
path: root/home/.buildscripts/x2go.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/.buildscripts/x2go.conf')
-rw-r--r--home/.buildscripts/x2go.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf
index bd056ad..f25e731 100644
--- a/home/.buildscripts/x2go.conf
+++ b/home/.buildscripts/x2go.conf
@@ -9,7 +9,7 @@ DEBFULLNAME="X2go Git Administrator"
GPG_KEY="F4A7678C9C6B0B2B"
DISTS_SUPPORTED="debian"
BUILDS_FOR="\
-debian: squeeze wheezy sid"
+debian: squeeze wheezy jessie sid"
COMPONENT_MAIN="main"
COMPONENT_NIGHTLY="heuler"
@@ -21,15 +21,19 @@ LIB_PACKAGES_HEULER="
x2go-keyring $COMPONENT_NIGHTLY master\n\
nx-libs $COMPONENT_NIGHTLY master\n\
python-x2go $COMPONENT_NIGHTLY master\
+libpam-x2go $COMPONENT_NIGHTLY master\n\
+lightdm-remote-session-x2go $COMPONENT_NIGHTLY master\n\
"
LIB_PACKAGES_MAIN="
x2go-keyring $COMPONENT_MAIN build-main\n\
nx-libs $COMPONENT_MAIN build-main\n\
python-x2go $COMPONENT_MAIN build-main\
+libpam-x2go $COMPONENT_MAIN build-main\
+lightdm-remote-session-x2go $COMPONENT_MAIN build-main\
"
APP_PACKAGES_NIGHTLY="
x2goserver $COMPONENT_NIGHTLY master\n\
-x2goagent $COMPONENT_NIGHTLY master\n\
+x2gobroker $COMPONENT_NIGHTLY master\n\
x2goclient $COMPONENT_NIGHTLY master\n\
cups-x2go $COMPONENT_NIGHTLY master\n\
x2godesktopsharing $COMPONENT_NIGHTLY master\n\
@@ -42,7 +46,7 @@ x2gothinclient $COMPONENT_NIGHTLY master\
"
APP_PACKAGES_MAIN="
x2goserver $COMPONENT_MAIN build-main\n\
-x2goagent $COMPONENT_MAIN build-main\n\
+x2gobroker $COMPONENT_MAIN build-main\n\
x2goclient $COMPONENT_MAIN build-main\n\
cups-x2go $COMPONENT_MAIN build-main\n\
x2godesktopsharing $COMPONENT_MAIN build-main\n\