diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-05-25 13:02:28 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-05-25 13:02:28 +0200 |
commit | 61d1d084e062f8c09350ec8ed1263a48d3b46368 (patch) | |
tree | a28e2128ceafcb729e4649c95dc5313845e13ed7 /home/.buildscripts | |
parent | d37a1f0826f2ebfac1b6d86d8711afd2bb219fd6 (diff) | |
download | buildscripts-61d1d084e062f8c09350ec8ed1263a48d3b46368.tar.gz buildscripts-61d1d084e062f8c09350ec8ed1263a48d3b46368.tar.bz2 buildscripts-61d1d084e062f8c09350ec8ed1263a48d3b46368.zip |
prepare for building Debian jessie packages
Diffstat (limited to 'home/.buildscripts')
-rw-r--r-- | home/.buildscripts/itzks.conf | 2 | ||||
-rw-r--r-- | home/.buildscripts/nwt.conf | 2 | ||||
-rw-r--r-- | home/.buildscripts/x2go.conf | 10 |
3 files changed, 9 insertions, 5 deletions
diff --git a/home/.buildscripts/itzks.conf b/home/.buildscripts/itzks.conf index f175840..16ad07c 100644 --- a/home/.buildscripts/itzks.conf +++ b/home/.buildscripts/itzks.conf @@ -9,7 +9,7 @@ GPG_KEY="E41B37C658842183" DISTS_SUPPORTED="debian ubuntu" BUILDS_FOR="\ -debian: squeeze wheezy sid" +debian: squeeze wheezy jessie sid" COMPONENT_MAIN="main" COMPONENT_NIGHTLY="nightly" diff --git a/home/.buildscripts/nwt.conf b/home/.buildscripts/nwt.conf index 8673e0f..37a786f 100644 --- a/home/.buildscripts/nwt.conf +++ b/home/.buildscripts/nwt.conf @@ -9,7 +9,7 @@ DEBFULLNAME="NWT Packages" GPG_KEY="4DC41CF116990FF8" DISTS_SUPPORTED="debian ubuntu" BUILDS_FOR="\ -debian: lenny squeeze wheezy sid\n\ +debian: lenny squeeze wheezy jessie sid\n\ ubuntu: lucid precise" COMPONENT_MAIN="main" 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\ |