This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from a08a82a usbmount/x2gousbmount: fix left-over check_x2gothinclientd definition (should have been check_x2gothinclientmode). new 7ea1ddf upgrade to debian stretch. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control | 1 - management/etc/x2gothinclient_settings | 2 +- management/sbin/x2gothinclient_create | 12 ++++++------ 4 files changed, 8 insertions(+), 8 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 7ea1ddfade498e1be3a4c470c3be300b571016cf Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Jan 31 12:28:14 2018 +0100 upgrade to debian stretch. --- debian/changelog | 1 + debian/control | 1 - management/etc/x2gothinclient_settings | 2 +- management/sbin/x2gothinclient_create | 12 ++++++------ 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ed5db1..8e48019 100644 --- a/debian/changelog +++ b/debian/changelog @@ -136,6 +136,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low [ Oleksandr Shneyder ] * x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. + * upgrade to debian stretch. [ Martti Pitkänen ] * debian/po: diff --git a/debian/control b/debian/control index 764513c..b8d37c6 100644 --- a/debian/control +++ b/debian/control @@ -73,7 +73,6 @@ Package: x2gothinclient-chroot Architecture: all Depends: ${misc:Depends}, - alsa-base, nfs-common, patch, plymouth, diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index d1db7a0..bdbaeff 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -43,7 +43,7 @@ TC_SHELL="bash" TC_DEBMIRROR_URL="http://ftp.debian.org/debian" # Distro codename to use... -TC_DISTRO_CODENAME="wheezy" +TC_DISTRO_CODENAME="stretch" # or use older Debian squeeze... #TC_DISTRO_CODENAME="squeeze" diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 6dcaa32..a3dc176 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -44,7 +44,7 @@ source "$ETCDIR/x2gothinclient_settings" TC_BASE="${TC_BASE:-/opt/x2gothinclient}" TC_CHROOT="${TC_CHROOT:-$TC_BASE/chroot}" TC_CONFIG="${TC_CONFIG:-$TC_BASE/etc}" -TC_DISTRO_CODENAME="${TC_DISTRO_CODENAME:-wheezy}" +TC_DISTRO_CODENAME="${TC_DISTRO_CODENAME:-stretch}" TC_DEBMIRROR_URL="${TC_DEBMIRROR_URL:-'http://ftp.debian.org/debian'}" TC_X2GO_DEBURL="${TC_X2GO_DEBURL:-'deb http://packages.x2go.org $TC_DISTRO_CODENAME main'}" TC_MODULE_BLACKLIST="${TC_MODULE_BLACKLIST:-'pcspkr'}" @@ -198,11 +198,11 @@ export X2GO_HANDLE_DAEMONS=false if [ \$? -eq 0 -a "x${TC_NONINTERACTIVE}" != "x" ]; then dpkg-reconfigure locales fi -[ \$? -eq 0 ] && apt-get install linux-image-486 -y -[ \$? -eq 0 ] && test -h /vmlinuz && mv /vmlinuz /vmlinuz.486.tmp || true -[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /vmlinuz.486.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /vmlinuz.486 && rm -f /vmlinuz.486.tmp -[ \$? -eq 0 ] && test -h /initrd.img && mv /initrd.img /initrd.img.486.tmp || true -[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /initrd.img.486.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /initrd.img.486 && rm -f /initrd.img.486.tmp +[ \$? -eq 0 ] && apt-get install linux-image-586 -y +[ \$? -eq 0 ] && test -h /vmlinuz && mv /vmlinuz /vmlinuz.586.tmp || true +[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /vmlinuz.586.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /vmlinuz.586 && rm -f /vmlinuz.586.tmp +[ \$? -eq 0 ] && test -h /initrd.img && mv /initrd.img /initrd.img.586.tmp || true +[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /initrd.img.586.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /initrd.img.586 && rm -f /initrd.img.586.tmp [ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y --force-yes -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git