This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from de4d84d fix nodm preseeding new ce55598 debian/control: fix wording: meta-package -> metapackage new 9e6e854 debian/copyright: use copyright-format 1.0 new cf91704 rename minidesktop/sbin/x2gothinclient-preseed -> minidesktop/sbin/x2gothinclient-minidesktop-preseed new d108f05 only parse x2gothinclient_init with x2gothinclient-displaymanager The 4 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: chroot/init/x2gothinclient-chroot.init | 4 +- debian/control | 6 +- debian/copyright | 85 +++++++++----------- management/sbin/x2gothinclient_create | 2 +- ...-preseed => x2gothinclient-minidesktop-preseed} | 0 5 files changed, 43 insertions(+), 54 deletions(-) rename minidesktop/sbin/{x2gothinclient-preseed => x2gothinclient-minidesktop-preseed} (100%) -- Alioth's /srv/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 d108f05a27354a6844ee69b047c6a50f5bcd0229 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 27 00:44:36 2014 +0200 only parse x2gothinclient_init with x2gothinclient-displaymanager --- chroot/init/x2gothinclient-chroot.init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chroot/init/x2gothinclient-chroot.init b/chroot/init/x2gothinclient-chroot.init index bcd03ee..16902ba 100644 --- a/chroot/init/x2gothinclient-chroot.init +++ b/chroot/init/x2gothinclient-chroot.init @@ -15,7 +15,9 @@ set -e . /lib/lsb/init-functions # pre-init X2Go Thin Client through init script... -test -x /etc/x2go/x2gothinclient_init && . /etc/x2go/x2gothinclient_init +if [ -d /usr/share/doc/x2gothinclient-displaymanager ]; then + test -x /etc/x2go/x2gothinclient_init && . /etc/x2go/x2gothinclient_init +fi case "$1" in start|"") -- Alioth's /srv/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 ce55598ff2368082d39f7a73ddb8b8a9a103bfdf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 23:12:55 2014 +0200 debian/control: fix wording: meta-package -> metapackage --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 6ef2aed..3a8f5bf 100644 --- a/debian/control +++ b/debian/control @@ -84,7 +84,7 @@ Suggests: firmware-realtek, intel-microcode, amd64-microcode, -Description: Install X2Go Thin Client chroot (meta-package) +Description: Install X2Go Thin Client chroot (metapackage) X2Go is a server based computing environment with - session resuming - low bandwidth support @@ -96,7 +96,7 @@ Description: Install X2Go Thin Client chroot (meta-package) . x2gothinclient-chroot: ---------------------- - This meta-package installs all X2Go TCE dependencies. This + This metapackage installs all X2Go TCE dependencies. This package is used in the X2Go Thin Client's chroot. Package: x2gothinclient-minidesktop @@ -138,7 +138,7 @@ Description: Minimal desktop for X2Go Thin Client chroot (based on MATE) . x2gothinclient-minidesktop: --------------------------- - This meta-package provides a minimal desktop (based on MATE) as the + This metapackage provides a minimal desktop (based on MATE) as the TCE's workspace area. From there you can launch X2Go Sessions, but you also have a set of basic applications that run on the thinclient CPU (e.g. iceweasel with Flash). -- Alioth's /srv/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 9e6e85413d2e24085a3a5cba7772ed1252976228 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 23:13:46 2014 +0200 debian/copyright: use copyright-format 1.0 --- debian/copyright | 85 +++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 49 deletions(-) diff --git a/debian/copyright b/debian/copyright index e0c31aa..ed5a302 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,49 +1,36 @@ -This package was debianized by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -on Thu, 10 Dec 2007 18:20:03 +0100. - -In 2011 this package has been updated and heavily reworked by -Moritz 'Morty' Struebe <Moritz.Struebe@informatik.uni-erlangen.de> -Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - - -Upstream Authors: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - Moritz 'Morty' Struebe <Moritz.Struebe@informatik.uni-erlangen.de> - Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - -Copyright (C) 2007-2012 X2Go project / obviously nice - http://wiki.x2go.org - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the -Free Software Foundation, Inc., -51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - -Copyright (C) 2007-2010 -Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - -Copyright (C) 2010-2012 -Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -Moritz 'Morty' Struebe <Moritz.Struebe@informatik.uni-erlangen.de> -Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - - -The Debian packaging is (C) 2007-2012, -Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -Moritz 'Morty' Struebe <Moritz.Struebe@informatik.uni-erlangen.de> -Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - -and is licensed under the GPL, see above. - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: x2gothinclient +Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Source: http://wiki.x2go.org + +Files: * +Copyright: 2005-2014, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2005-2014, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2005-2014, obviously nice - http://www.obviouslynice.de +License: GPL-2+ + +Files: debian/* +Copyright: 2005-2010, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2010-2014, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2' -- Alioth's /srv/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 cf917048a723a10712ff41b298945142bac065d2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 23:14:05 2014 +0200 rename minidesktop/sbin/x2gothinclient-preseed -> minidesktop/sbin/x2gothinclient-minidesktop-preseed --- management/sbin/x2gothinclient_create | 2 +- ...-preseed => x2gothinclient-minidesktop-preseed} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 3222def..9137f6b 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -197,7 +197,7 @@ fi [ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y if [ "x$TC_FLAVOUR" = "xminidesktop" ]; then - x2gothinclient-preseed + x2gothinclient-minidesktop-preseed fi # blacklist kernel modules diff --git a/minidesktop/sbin/x2gothinclient-preseed b/minidesktop/sbin/x2gothinclient-minidesktop-preseed similarity index 100% rename from minidesktop/sbin/x2gothinclient-preseed rename to minidesktop/sbin/x2gothinclient-minidesktop-preseed -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git