This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 904414b FIXME: install x2goclient and lightdm prior to x2gothinclient-minidesktop new f5a2231 debian/control: Drop Pre-Depends: x2goclient, lightdm again. new 200dcce debian/x2gothinclient-minidesktop.preinst: Make sure /usr/lib/x2go exists before using dpkg-divert on it. The 2 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/control | 6 ++---- debian/x2gothinclient-minidesktop.preinst | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) -- 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 200dcce89e15716e2d60d71ccc00fe86d0a12f2f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 00:49:21 2014 +0200 debian/x2gothinclient-minidesktop.preinst: Make sure /usr/lib/x2go exists before using dpkg-divert on it. --- debian/x2gothinclient-minidesktop.preinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/x2gothinclient-minidesktop.preinst b/debian/x2gothinclient-minidesktop.preinst index 559ca06..ab57530 100755 --- a/debian/x2gothinclient-minidesktop.preinst +++ b/debian/x2gothinclient-minidesktop.preinst @@ -22,6 +22,7 @@ case "$1" in if ! dpkg-divert --list | grep x2goclient.desktop.disabled-by-x2gotce 1>/dev/null 2>/dev/null; then dpkg-divert --add --rename --package x2gothinclient-minidesktop --divert /usr/share/applications/x2goclient.desktop.disabled-by-x2gotce /usr/share/applications/x2goclient.desktop fi + mkdir -p /usr/lib/x2go/ if ! dpkg-divert --list | grep usr/lib/x2go/x2goclient 1>/dev/null 2>/dev/null; then dpkg-divert --add --rename --package x2gothinclient-minidesktop --divert /usr/lib/x2go/x2goclient /usr/bin/x2goclient fi -- 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 f5a2231f083d4cd8d29aa54a9694d57ae6dd6d65 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 00:48:50 2014 +0200 debian/control: Drop Pre-Depends: x2goclient, lightdm again. --- debian/control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 746dd1f..232afbf 100644 --- a/debian/control +++ b/debian/control @@ -102,9 +102,6 @@ Description: Install X2Go Thin Client chroot (metapackage) Package: x2gothinclient-minidesktop Architecture: all -Pre-Depends: - x2goclient (>= 4.0.1.2-0~), - lightdm, Depends: ${misc:Depends}, mate-desktop-environment-core, @@ -121,6 +118,7 @@ Depends: xauth, xinit, x2gothinclient-common (>= ${source:Version}), + lightdm, Recommends: flashplugin-nonfree Breaks: @@ -152,6 +150,7 @@ Architecture: all Depends: adduser, ${misc:Depends}, + x2goclient (>= 4.0.1.2-0~), Breaks: x2gothinclient, Replaces: @@ -175,7 +174,6 @@ Architecture: all Depends: ${misc:Depends}, psmisc, - x2goclient (>= 4.0.1.2-0~), pinentry-x2go, xauth, xinit, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git