This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 7b6d014 debian/control: Stop x2gothinclient-displaymanager providing x2gothinclient. new 0741e88 debian/control: Ensure smooth upgrade path from X2Go TCE << 1.5.0.0. 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/control | 10 ++++++---- 1 file changed, 6 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 0741e88b8c692d6cc319f2129d5d515ba176a3e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 10 13:32:43 2014 +0200 debian/control: Ensure smooth upgrade path from X2Go TCE << 1.5.0.0. --- debian/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index d60b5d6..200797b 100644 --- a/debian/control +++ b/debian/control @@ -152,9 +152,9 @@ Depends: ${misc:Depends}, x2goclient (>= 4.0.1.2-0~), Breaks: - x2gothinclient, + x2gothinclient (<< 1.5.0.0), Replaces: - x2gothinclient, + x2gothinclient (<< 1.5.0.0), Description: X2Go thin client environment (common files) X2Go is a server based computing environment with - session resuming @@ -182,12 +182,14 @@ Depends: policykit-1, libfile-path-expand-perl, x2gothinclient-common (>= ${source:Version}), x2gothinclient-common (<< ${source:Version}.1), +Provides: + x2gothinclient Breaks: x2gothinshutdown, - x2gothinclient, + x2gothinclient (<< 1.5.0.0), Replaces: x2gothinshutdown, - x2gothinclient, + x2gothinclient (<< 1.5.0.0), Conflicts: x2gothinclient-minidesktop, Description: login daemon starting x2goclient in displaymanager mode -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git