From 15b8e5a35a380474a1303081f8d6ad8536a1524d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Apr 2013 17:56:47 +0200 Subject: Stop being a drop-in replacement for lightdm-remote-login-freerdp. Become an independent package that provides server type »x2go« to the remote-login-service. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f0b2e36..81ce8ed 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dh-apparmor, cdbs, dh-autoreconf, -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://wiki.x2go.org Vcs-Git: git://code.x2go.org/lightdm-remote-session-x2go Vcs-Browser: http://code.x2go.org/gitweb?p=lightdm-remote-session-x2go.git;a=summary @@ -24,10 +24,6 @@ Depends: pyhoca-cli (>= 0.2.1.0-0~), libpam-x2go, lightdm (>= 1.3.3-0~) -Conflicts: - lightdm-remote-session-freerdp, -Replaces: - lightdm-remote-session-freerdp, Suggests: apparmor, Description: Log into X2Go sessions via LightDM -- cgit v1.2.3 From ac687b080487c02f2ed41a2a42e6a68cce638d4b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Apr 2013 18:44:19 +0200 Subject: Prepare for becoming able to use PyHoca-CLI _or_ X2Go Client for handling the X2Go session being launched via remote login. --- debian/changelog | 2 ++ debian/control | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 94dbf07..8373bad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ lightdm-remote-session-x2go (0.0.1.0-0~x2go1) UNRELEASED; urgency=low - Stop being a drop-in replacement for lightdm-remote-login-freerdp. Become an independent package that provides server type »x2go« to the remote-login-service. + - Prepare for becoming able to use PyHoca-CLI _or_ X2Go Client for + handling the X2Go session being launched via remote login. -- Mike Gabriel Wed, 24 Apr 2013 17:52:57 +0200 diff --git a/debian/control b/debian/control index 81ce8ed..596f83c 100644 --- a/debian/control +++ b/debian/control @@ -21,11 +21,12 @@ Depends: ${misc:Depends}, socat, zenity, - pyhoca-cli (>= 0.2.1.0-0~), + pyhoca-cli (>= 0.2.1.0-0~) | x2goclient (>= 4.0.1.1-0~), libpam-x2go, - lightdm (>= 1.3.3-0~) + lightdm (>= 1.3.3-0~), Suggests: apparmor, Description: Log into X2Go sessions via LightDM The configuration files needed and scripts required to login - to a full screen X2Go session using LightDM and PyHoca / Python X2Go. + to a full screen X2Go session using LightDM and PyHoca / Python X2Go + or X2Go Client. -- cgit v1.2.3