[X2Go-Commits] buildscripts.git - master (branch) updated: 61d1d084e062f8c09350ec8ed1263a48d3b46368
X2Go dev team
git-admin at x2go.org
Sat May 25 13:02:59 CEST 2013
The branch, master has been updated
via 61d1d084e062f8c09350ec8ed1263a48d3b46368 (commit)
from d37a1f0826f2ebfac1b6d86d8711afd2bb219fd6 (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 61d1d084e062f8c09350ec8ed1263a48d3b46368
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat May 25 13:02:28 2013 +0200
prepare for building Debian jessie packages
-----------------------------------------------------------------------
Summary of changes:
bin/build-package | 10 +++++-----
home/.buildscripts/itzks.conf | 2 +-
home/.buildscripts/nwt.conf | 2 +-
home/.buildscripts/x2go.conf | 10 +++++++---
home/.dupload.conf.itzks | 8 ++++++++
home/.dupload.conf.nwt | 8 ++++++++
home/.dupload.conf.x2go | 8 ++++++++
7 files changed, 38 insertions(+), 10 deletions(-)
The diff of changes is:
diff --git a/bin/build-package b/bin/build-package
index 8213312..199b4ae 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -24,10 +24,10 @@ DEBEMAIL="firstname.lastname at mydomain.org"
DEBFULLNAME="Firstname Lastname"
GPG_KEY=
DISTS_SUPPORTED="debian ubuntu"
-DEBIAN_DISTROS="lenny squeeze wheezy sid"
+DEBIAN_DISTROS="lenny squeeze wheezy jessie sid"
UBUNTU_DISTROS="lucid maverick natty oneiric precise"
BUILDS_FOR="\
-debian: squeeze wheezy sid\n\
+debian: squeeze wheezy jessie sid\n\
ubuntu: lucid precise\n\
"
@@ -198,9 +198,9 @@ build_packages() {
# translate the version name for Debian releases
[ "x$l_CODENAME" = "xsid" ] && VERSION=unstable
- [ "x$l_CODENAME" = "xwheezy" ] && VERSION=testing
- [ "x$l_CODENAME" = "xsqueeze" ] && VERSION=stable
- [ "x$l_CODENAME" = "xlenny" ] && VERSION=oldstable
+ [ "x$l_CODENAME" = "xjessie" ] && VERSION=testing
+ [ "x$l_CODENAME" = "xwheezy" ] && VERSION=stable
+ [ "x$l_CODENAME" = "xoldstable" ] && VERSION=oldstable
# modify the section for non-main package builds
[ "x$COMPONENT" != "xmain" ] && {
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\
diff --git a/home/.dupload.conf.itzks b/home/.dupload.conf.itzks
index 7e25854..3adb5d5 100644
--- a/home/.dupload.conf.itzks
+++ b/home/.dupload.conf.itzks
@@ -9,6 +9,14 @@ $cfg{"itzks-debian-sid"} = {
queuedir => "/srv/sites/it-zukunft-schule.de/packages/debian/upload/sid",
dinstall_runs => 1,
};
+$cfg{"itzks-debian-jessie"} = {
+ fqdn => "packages.it-zukunft-schule.de",
+ login => "itzks-admin",
+ method => "scpb",
+ incoming => "/srv/sites/it-zukunft-schule.de/packages/debian/incoming/jessie",
+ queuedir => "/srv/sites/it-zukunft-schule.de/packages/debian/upload/jessie",
+ dinstall_runs => 1,
+};
$cfg{"itzks-debian-wheezy"} = {
fqdn => "packages.it-zukunft-schule.de",
login => "itzks-admin",
diff --git a/home/.dupload.conf.nwt b/home/.dupload.conf.nwt
index bcbd15c..a5ce122 100644
--- a/home/.dupload.conf.nwt
+++ b/home/.dupload.conf.nwt
@@ -9,6 +9,14 @@ $cfg{"nwt-debian-sid"} = {
queuedir => "/srv/sites/das-netzwerkteam.de/packages/debian/upload/sid",
dinstall_runs => 1,
};
+$cfg{"nwt-debian-jessie"} = {
+ fqdn => "packages.das-netzwerkteam.de",
+ login => "nwt-admin",
+ method => "scpb",
+ incoming => "/srv/sites/das-netzwerkteam.de/packages/debian/incoming/jessie",
+ queuedir => "/srv/sites/das-netzwerkteam.de/packages/debian/upload/jessie",
+ dinstall_runs => 1,
+};
$cfg{"nwt-debian-wheezy"} = {
fqdn => "packages.das-netzwerkteam.de",
login => "nwt-admin",
diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go
index 8e68292..0e33701 100644
--- a/home/.dupload.conf.x2go
+++ b/home/.dupload.conf.x2go
@@ -9,6 +9,14 @@ $cfg{"x2go-debian-sid"} = {
queuedir => "/srv/sites/x2go.org/packages/debian/upload/sid",
dinstall_runs => 1,
};
+$cfg{"x2go-debian-jessie"} = {
+ fqdn => "code.x2go.org",
+ login => "x2go-admin",
+ method => "scpb",
+ incoming => "/srv/sites/x2go.org/packages/debian/incoming/jessie",
+ queuedir => "/srv/sites/x2go.org/packages/debian/upload/jessie",
+ dinstall_runs => 1,
+};
$cfg{"x2go-debian-wheezy"} = {
fqdn => "code.x2go.org",
login => "x2go-admin",
hooks/post-receive
--
buildscripts.git (X2Go packaging scripts)
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 "buildscripts.git" (X2Go packaging scripts).
More information about the x2go-commits
mailing list